[Scummvm-cvs-logs] SF.net SVN: scummvm: [27220] scummvm/branches/branch-0-10-0/dists/redhat

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat Jun 9 00:19:07 CEST 2007


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

Log Message:
-----------
add new games to package description; use mpeg2dec 0.4.1

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec
    scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in

Modified: scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec
===================================================================
--- scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec	2007-06-08 21:30:04 UTC (rev 27219)
+++ scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec	2007-06-08 22:19:06 UTC (rev 27220)
@@ -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,7 +50,7 @@
 
 %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)
+(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}
 make
 

Modified: scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in
===================================================================
--- scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in	2007-06-08 21:30:04 UTC (rev 27219)
+++ scummvm/branches/branch-0-10-0/dists/redhat/scummvm.spec.in	2007-06-08 22:19:06 UTC (rev 27220)
@@ -7,7 +7,7 @@
 #   Prologue information
 #------------------------------------------------------------------------------
 Name		: scummvm
-Version		: @VERSION@
+Version		: @VERSION@ 
 Release		: 1
 Summary		: Graphic adventure game interpreter
 Group		: Interpreters
@@ -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,7 +50,7 @@
 
 %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)
+(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}
 make
 


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