aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat/scummvm.spec
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2016-10-22 12:17:47 +0200
committerWillem Jan Palenstijn2016-10-22 12:19:05 +0200
commitbb2ec760f17f9f46608ec00086694321b74d4f5e (patch)
treefebf99111bfa308305fecfebf9b65653561b03e9 /dists/redhat/scummvm.spec
parent90c2f77686978b09f758f8c0bbc39258fc691d58 (diff)
downloadscummvm-rg350-bb2ec760f17f9f46608ec00086694321b74d4f5e.tar.gz
scummvm-rg350-bb2ec760f17f9f46608ec00086694321b74d4f5e.tar.bz2
scummvm-rg350-bb2ec760f17f9f46608ec00086694321b74d4f5e.zip
DISTS/FEDORA: Update spec build requirements
Diffstat (limited to 'dists/redhat/scummvm.spec')
-rw-r--r--dists/redhat/scummvm.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec
index a4f2fd09c4..9e4b134876 100644
--- a/dists/redhat/scummvm.spec
+++ b/dists/redhat/scummvm.spec
@@ -18,7 +18,7 @@ Url : http://www.scummvm.org
Source : %{name}-%{version}.tar.bz2
Source1 : libmad-0.15.1b.tar.bz2
Source2 : faad2-2.7.tar.bz2
-Source3 : mpeg2dec-0.4.1.tar.bz2
+Source3 : mpeg2dec-0.5.1.tar.bz2
Patch0 : libmad-0.15.1b-fixes-1.patch
BuildRoot : %{_tmppath}/%{name}-%{version}-root
@@ -28,8 +28,12 @@ BuildRequires: libvorbis-devel
BuildRequires: flac-devel
BuildRequires: zlib-devel
BuildRequires: nasm
-BuildRequires: SDL-devel >= 1.2.2
+BuildRequires: SDL2-devel
BuildRequires: freetype-devel
+BuildRequires: fluidsynth-devel
+BuildRequires: libtheora-devel
+BuildRequires: libpng-devel
+BuildRequires: libjpeg-turbo-devel
#------------------------------------------------------------------------------
# Description
@@ -55,7 +59,7 @@ mkdir tmp
%build
(cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
(cd faad2-2.7; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
-(cd mpeg2dec-0.4.1; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
+(cd mpeg2dec-0.5.1; ./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 --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
make