[Lunar-commits]
CVS: moonbase/video/ffmpeg DEPENDS, NONE, 1.1 BUILD,
1.2, 1.3 DETAILS, 1.5, 1.6
Florin Braescu
florin at lunar-linux.org
Tue Mar 8 10:47:47 UTC 2005
Update of /var/cvs/lunar/moonbase/video/ffmpeg
In directory espresso.foo-projects.org:/tmp/cvs-serv28615
Modified Files:
BUILD DETAILS
Added Files:
DEPENDS
Log Message:
bump the version from 0.4.8 to 0.4.9-pre1. the patch is not needed anymore.
--- NEW FILE: DEPENDS ---
optional_depends faad "--enable-faad" "" "for faad support" &&
optional_depends lame "--enable-mp3lame" "" "for mp3 support" &&
optional_depends libvorbis "--enable-vorbis" "" "for ogg-vorbis support"
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/ffmpeg/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 25 Dec 2004 15:56:48 -0000 1.2
+++ BUILD 8 Mar 2005 10:47:45 -0000 1.3
@@ -1,7 +1,7 @@
(
-
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- default_build &&
+ ./configure --enable-gpl \
+ $OPTS &&
+ default_make &&
make installlib
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/ffmpeg/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 27 Oct 2004 18:38:34 -0000 1.5
+++ DETAILS 8 Mar 2005 10:47:45 -0000 1.6
@@ -1,14 +1,11 @@
MODULE=ffmpeg
- VERSION=0.4.8
+ VERSION=0.4.9-pre1
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-gcc34.patch.bz2
SOURCE_URL=$SFORGE_URL/$MODULE/
- SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:629a0f8f4daa3da1dedd8ba58bfdec4c47581bb4
- SOURCE2_VFY=sha1:10db8844bb9f4fa6a3a0f32699c7473f6a3cf0a2
- WEB_SITE=http://ffmpeg.sourceforge.net/
+ SOURCE_VFY=sha1:aad00445137520bec19e56bcb042e75a10c53bb3
+ WEB_SITE=http://ffmpeg.sourceforge.net/
ENTERED=20020327
- UPDATED=20031112
+ UPDATED=20050308
SHORT="ffmpeg is an avi decoder"
cat << EOF
More information about the Lunar-commits
mailing list