[Scummvm-cvs-logs] SF.net SVN: scummvm: [27222] scummvm/trunk/dists/redhat

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Jun 9 00:27:50 CEST 2007


Revision: 27222
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27222&view=rev
Author:   wjpalenstijn
Date:     2007-06-08 15:27:49 -0700 (Fri, 08 Jun 2007)

Log Message:
-----------
sync .spec files on trunk with 0.10.0 branch

Modified Paths:
--------------
    scummvm/trunk/dists/redhat/scummvm.spec
    scummvm/trunk/dists/redhat/scummvm.spec.in

Modified: scummvm/trunk/dists/redhat/scummvm.spec
===================================================================
--- scummvm/trunk/dists/redhat/scummvm.spec	2007-06-08 22:26:09 UTC (rev 27221)
+++ scummvm/trunk/dists/redhat/scummvm.spec	2007-06-08 22:27:49 UTC (rev 27222)
@@ -17,7 +17,7 @@
 
 Source		: %{name}-%{version}.tar.bz2
 Source1		: libmad-0.15.1b.tar.bz2
-Source2		: mpeg2dec-0.4.0b.tar.bz2
+Source2		: mpeg2dec-0.4.1.tar.bz2
 BuildRoot	: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: desktop-file-utils
@@ -34,11 +34,12 @@
 %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), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, 
+Monkey Island), Sierra's AGI adventures (such as early 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 1 and 2,
 Interactive Binary Illusions' Flight of the Amazon Queen,
-Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth and Westwood's
-Legend of Kyrandia.
+Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's
+Legend of Kyrandia, and various others.
 
 #------------------------------------------------------------------------------
 #   install scripts
@@ -49,8 +50,8 @@
 
 %build
 (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
-(cd mpeg2dec-0.4.0; ./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}
+(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
 make
 
 %install

Modified: scummvm/trunk/dists/redhat/scummvm.spec.in
===================================================================
--- scummvm/trunk/dists/redhat/scummvm.spec.in	2007-06-08 22:26:09 UTC (rev 27221)
+++ scummvm/trunk/dists/redhat/scummvm.spec.in	2007-06-08 22:27:49 UTC (rev 27222)
@@ -17,7 +17,7 @@
 
 Source		: %{name}-%{version}.tar.bz2
 Source1		: libmad-0.15.1b.tar.bz2
-Source2		: mpeg2dec-0.4.0b.tar.bz2
+Source2		: mpeg2dec-0.4.1.tar.bz2
 BuildRoot	: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: desktop-file-utils
@@ -34,11 +34,12 @@
 %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), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files, 
+Monkey Island), Sierra's AGI adventures (such as early 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 1 and 2,
 Interactive Binary Illusions' Flight of the Amazon Queen,
-Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth and Westwood's
-Legend of Kyrandia.
+Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's
+Legend of Kyrandia, and various others.
 
 #------------------------------------------------------------------------------
 #   install scripts
@@ -49,8 +50,8 @@
 
 %build
 (cd libmad-0.15.1b; ./configure --enable-static --disable-shared --prefix=%{_builddir}/scummvm-%{version}/tmp; make; make install)
-(cd mpeg2dec-0.4.0; ./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}
+(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
 make
 
 %install


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list