aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-09-16 12:56:38 +0000
committerWillem Jan Palenstijn2010-09-16 12:56:38 +0000
commit454528f594e446ea8c90cc32ef1669e739f467ac (patch)
tree43d0c6db126159e65bc0483d16f7e0d2f8cddff0 /dists/redhat
parent5c4f7ba267c3827edaa5117e3b3063fb7370766f (diff)
downloadscummvm-rg350-454528f594e446ea8c90cc32ef1669e739f467ac.tar.gz
scummvm-rg350-454528f594e446ea8c90cc32ef1669e739f467ac.tar.bz2
scummvm-rg350-454528f594e446ea8c90cc32ef1669e739f467ac.zip
DISTS/FEDORA: Remove mpeg2 and mention SCI
svn-id: r52748
Diffstat (limited to 'dists/redhat')
-rw-r--r--dists/redhat/scummvm.spec6
-rw-r--r--dists/redhat/scummvm.spec.in6
2 files changed, 4 insertions, 8 deletions
diff --git a/dists/redhat/scummvm.spec b/dists/redhat/scummvm.spec
index 1212e8b61b..2056ca2378 100644
--- a/dists/redhat/scummvm.spec
+++ b/dists/redhat/scummvm.spec
@@ -17,7 +17,6 @@ Url : http://www.scummvm.org
Source : %{name}-%{version}.tar.bz2
Source1 : libmad-0.15.1b.tar.bz2
-Source2 : mpeg2dec-0.4.1.tar.bz2
BuildRoot : %{_tmppath}/%{name}-%{version}-root
BuildRequires: desktop-file-utils
@@ -34,7 +33,7 @@ BuildRequires: SDL-devel >= 1.2.2
%description
ScummVM is an interpreter that will play graphic adventure games written for
LucasArts' SCUMM virtual machine (such as Day of the Tentacle and
-Monkey Island), Sierra's AGI adventures (such as early King's Quest and
+Monkey Island), Sierra's AGI and SCI adventures (such as King's Quest and
Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files,
Revolution Software's Beneath a Steel Sky and Broken Sword I and II,
Interactive Binary Illusions' Flight of the Amazon Queen,
@@ -50,8 +49,7 @@ mkdir tmp
%build
(cd libmad-0.15.1b; ./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)
-./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
+./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
make
%install
diff --git a/dists/redhat/scummvm.spec.in b/dists/redhat/scummvm.spec.in
index 89bb7692fb..58f3f69247 100644
--- a/dists/redhat/scummvm.spec.in
+++ b/dists/redhat/scummvm.spec.in
@@ -17,7 +17,6 @@ Url : http://www.scummvm.org
Source : %{name}-%{version}.tar.bz2
Source1 : libmad-0.15.1b.tar.bz2
-Source2 : mpeg2dec-0.4.1.tar.bz2
BuildRoot : %{_tmppath}/%{name}-%{version}-root
BuildRequires: desktop-file-utils
@@ -34,7 +33,7 @@ BuildRequires: SDL-devel >= 1.2.2
%description
ScummVM is an interpreter that will play graphic adventure games written for
LucasArts' SCUMM virtual machine (such as Day of the Tentacle and
-Monkey Island), Sierra's AGI adventures (such as early King's Quest and
+Monkey Island), Sierra's AGI and SCI adventures (such as King's Quest and
Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files,
Revolution Software's Beneath a Steel Sky and Broken Sword I and II,
Interactive Binary Illusions' Flight of the Amazon Queen,
@@ -50,8 +49,7 @@ mkdir tmp
%build
(cd libmad-0.15.1b; ./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)
-./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --with-mpeg2-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
+./configure --with-mad-prefix=%{_builddir}/scummvm-%{version}/tmp --prefix=%{_prefix} --enable-release
make
%install