[Lunar-commits] CVS: moonbase/audio/SDL_mixer BUILD, 1.2,
1.3 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.3, 1.4
Florin Braescu
florin at lunar-linux.org
Sat Feb 12 18:10:35 UTC 2005
Update of /var/cvs/lunar/moonbase/audio/SDL_mixer
In directory espresso.foo-projects.org:/tmp/cvs-serv14563/audio/SDL_mixer
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
add sha1 sum and small tweaks.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/SDL_mixer/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 17 Jan 2003 12:09:14 -0000 1.2
+++ BUILD 12 Feb 2005 18:10:33 -0000 1.3
@@ -1,17 +1,15 @@
(
- sedit "s/local\///" timidity/config.h &&
+ sedit "s/local\///" timidity/config.h &&
- ./configure --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --datadir=/usr/share \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --disable-sdltest &&
- make &&
- prepare_install &&
- make install &&
- cp -r timidity /usr/lib
+ ./configure --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/sbin \
+ --datadir=/usr/share \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --disable-sdltest &&
+ default_make &&
+ cp -r timidity /usr/lib
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/SDL_mixer/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:09 -0000 1.1.1.1
+++ DEPENDS 12 Feb 2005 18:10:33 -0000 1.2
@@ -1,5 +1,5 @@
-depends audiofile &&
-depends SDL &&
+depends audiofile &&
+depends SDL &&
optional_depends "alsa-utils" "" "" "for use with alsa drivers" &&
optional_depends "smpeg" "" "" "to play mpeg movies and mp3 audio"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/SDL_mixer/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:29:51 -0000 1.3
+++ DETAILS 12 Feb 2005 18:10:33 -0000 1.4
@@ -2,12 +2,15 @@
VERSION=1.2.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=timidity.tar.gz
- SOURCE_URL[0]=http://www.libsdl.org/projects/$MODULE/release/
- SOURCE2_URL[0]=http://www.libsdl.org/projects/SDL_mixer/timidity/
- WEB_SITE=http://www.libsdl.org/projects/SDL_mixer/
+ SOURCE_URL=http://www.libsdl.org/projects/$MODULE/release/
+ SOURCE2_URL=http://www.libsdl.org/projects/SDL_mixer/$MODULE/
+ SOURCE_VFY=sha1:48c7c7143f0a0a21e94e743ca0fafd7ae33f62dd
+ SOURCE2_VFY=sha1:36445b1e1d52e01447a8afd329940116e55c28d0
+ WEB_SITE=http://www.libsdl.org/projects/$MODULE/
ENTERED=20010922
UPDATED=20030312
SHORT="SDL_mixer is a simple multi-channel audio mixer."
+
cat << EOF
SDL_mixer is a simple multi-channel audio mixer. It supports 8 channels
of 16 bit stereo audio, plus a single channel of music, mixed by the
More information about the Lunar-commits
mailing list