diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/redhat/scummvm.spec | 8 | ||||
-rw-r--r-- | dists/redhat/scummvm.spec.in | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec index 7457ddd195..2ccccae79d 100644 --- a/dists/redhat/scummvm.spec +++ b/dists/redhat/scummvm.spec @@ -17,6 +17,7 @@ Url : http://www.scummvm.org Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 +Source2 : faad2-2.7.tar.bz2 BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -44,12 +45,13 @@ games) and many more. See http://www.scummvm.org for a full compatibility list. # install scripts #------------------------------------------------------------------------------ %prep -%setup -q -a 1 -n scummvm-%{version} +%setup -q -a 1 -a 2 -n scummvm-%{version} mkdir tmp %build (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) -./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release +(cd faad2-2.7; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) +./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-faad-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release make %install @@ -115,6 +117,8 @@ fi # Change Log #------------------------------------------------------------------------------ %changelog +* Thu Dec 29 2011 (1.4.0-2) + - include libfaad2 * Fri Sep 17 2010 (1.2.0) - include png/svg icons - remove libmpeg2 diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in index 56e165c979..3beef2f960 100644 --- a/dists/redhat/scummvm.spec.in +++ b/dists/redhat/scummvm.spec.in @@ -17,6 +17,7 @@ Url : http://www.scummvm.org Source : %{name}-%{version}.tar.bz2 Source1 : libmad-0.15.1b.tar.bz2 +Source2 : faad2-2.7.tar.bz2 BuildRoot : %{_tmppath}/%{name}-%{version}-root BuildRequires: desktop-file-utils @@ -44,12 +45,13 @@ games) and many more. See http://www.scummvm.org for a full compatibility list. # install scripts #------------------------------------------------------------------------------ %prep -%setup -q -a 1 -n scummvm-%{version} +%setup -q -a 1 -a 2 -n scummvm-%{version} mkdir tmp %build (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) -./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release +(cd faad2-2.7; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install) +./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-faad-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release make %install @@ -115,6 +117,8 @@ fi # Change Log #------------------------------------------------------------------------------ %changelog +* Thu Dec 29 2011 (1.4.0-2) + - include libfaad2 * Fri Sep 17 2010 (1.2.0) - include png/svg icons - remove libmpeg2 |