diff options
author | Willem Jan Palenstijn | 2011-12-29 19:34:49 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-12-29 19:34:56 +0100 |
commit | 1aa5608de643cff79bea81132bc18b3a163ccbdb (patch) | |
tree | b81901d9f2aa0e29d4e29e40261d7da6eacb9ab0 | |
parent | ef3b591b289136194cec9f8a209ff2645c98b576 (diff) | |
download | scummvm-rg350-1aa5608de643cff79bea81132bc18b3a163ccbdb.tar.gz scummvm-rg350-1aa5608de643cff79bea81132bc18b3a163ccbdb.tar.bz2 scummvm-rg350-1aa5608de643cff79bea81132bc18b3a163ccbdb.zip |
DISTS/FEDORA: Build against libfaad2
-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 |