[Scummvm-cvs-logs] CVS: scummvm/dists/redhat scummvm.spec,1.5,1.5.2.1 scummvm-nomad.patch,1.1,NONE scummvm-vorbis.patch,1.1,NONE
Max Horn
fingolfin at users.sourceforge.net
Mon Mar 15 13:30:04 CET 2004
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dists/redhat scummvm.spec,1.5,1.6 scummvm-nomad.patch,1.1,NONE scummvm-vorbis.patch,1.1,NONE
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.320,1.321 script_v8.cpp,2.238,2.239
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/dists/redhat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6138
Modified Files:
Tag: branch-0-6-0
scummvm.spec
Removed Files:
Tag: branch-0-6-0
scummvm-nomad.patch scummvm-vorbis.patch
Log Message:
Updated RH .spec files (Thanks wjp)
Index: scummvm.spec
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/redhat/scummvm.spec,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- scummvm.spec 7 Nov 2003 02:51:08 -0000 1.5
+++ scummvm.spec 15 Mar 2004 21:19:06 -0000 1.5.2.1
@@ -8,7 +8,7 @@
# Prologue information
#------------------------------------------------------------------------------
Name : scummvm
-Version : 0.5.4cvs
+Version : 0.6.0
Release : 1
Summary : Graphic adventure game interpreter
Group : Interpreters
@@ -16,38 +16,39 @@
Url : http://www.scummvm.org
-Source : %{name}-%{version}.tar.gz
+Source : %{name}-%{version}.tar.bz2
+Source1 : libmad-0.15.1b.tar.bz2
+Source2 : mpeg2dec-0.4.0b.tar.bz2
BuildRoot : %{_tmppath}/%{name}-%{version}-root
-Patch0: scummvm-nomad.patch
-Patch1: scummvm-vorbis.patch
-
#------------------------------------------------------------------------------
# Description
#------------------------------------------------------------------------------
%description
ScummVM is an interpreter that will play graphic adventure games written for
LucasArts' SCUMM virtual machine, Adventure Soft's Simon the Sorcerer 1 and 2,
-and Revolution Software Ltd's Beneath a Steel Sky. It uses the SDL library for
-outputting graphics.
+Revolution Software Ltd's Beneath a Steel Sky and Renegade Software's
+Flight of the Amazon Queen. It uses the SDL library for outputting graphics.
#------------------------------------------------------------------------------
# install scripts
#------------------------------------------------------------------------------
%prep
-%setup -q -n scummvm-%{version}
-%patch0 -p1 -b .mad
-%patch1 -p1 -b .vorbis
+%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)
+(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
make
%install
install -m755 -D scummvm %{buildroot}%{_bindir}/scummvm
-install -m644 -D scummvm.6 %{buildroot}%{_mandir}/man6/scummvm.6
+install -m644 -D scummvm.6 %{buildroot}/%{_mandir}/man6/scummvm.6
%clean
-rm -Rf %{buildroot}
+rm -Rf ${RPM_BUILD_ROOT}
#------------------------------------------------------------------------------
# Files listing.
@@ -62,6 +63,8 @@
# Change Log
#------------------------------------------------------------------------------
%changelog
+* Mon Mar 15 2004 (0.6.0)
+ - included libmad and libmpeg2
* Sat Aug 02 2003 (0.5.0)
- Enhanced versions of Maniac Mansion and Zak McKracken are now supported and completable
- Beneath A Steel Sky is now supported and completable
--- scummvm-nomad.patch DELETED ---
--- scummvm-vorbis.patch DELETED ---
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/dists/redhat scummvm.spec,1.5,1.6 scummvm-nomad.patch,1.1,NONE scummvm-vorbis.patch,1.1,NONE
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.320,1.321 script_v8.cpp,2.238,2.239
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list