[Lunar-commits] r16446 - in moonbase/trunk/video: . mpeg4ip
Moritz Heiber
moe at lunar-linux.org
Wed Sep 14 10:30:53 UTC 2005
Author: moe
Date: 2005-09-14 10:30:53 +0000 (Wed, 14 Sep 2005)
New Revision: 16446
Added:
moonbase/trunk/video/mpeg4ip/
moonbase/trunk/video/mpeg4ip/BUILD
moonbase/trunk/video/mpeg4ip/DEPENDS
moonbase/trunk/video/mpeg4ip/DETAILS
Log:
mpeg4ip replaces the obsolete mp4 codec from faad
Added: moonbase/trunk/video/mpeg4ip/BUILD
===================================================================
--- moonbase/trunk/video/mpeg4ip/BUILD 2005-09-14 10:29:14 UTC (rev 16445)
+++ moonbase/trunk/video/mpeg4ip/BUILD 2005-09-14 10:30:53 UTC (rev 16446)
@@ -0,0 +1,9 @@
+(
+ /bin/sh bootstrap &&
+
+ # We don't need them
+ OPTS="$OPTS --disable-server --disable-player"
+
+ default_build
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/video/mpeg4ip/DEPENDS
===================================================================
--- moonbase/trunk/video/mpeg4ip/DEPENDS 2005-09-14 10:29:14 UTC (rev 16445)
+++ moonbase/trunk/video/mpeg4ip/DEPENDS 2005-09-14 10:30:53 UTC (rev 16446)
@@ -0,0 +1,17 @@
+depends faac &&
+depends id3lib &&
+
+optional_depends "lame" \
+ "--enable-mp3lame" \
+ "--disable-mp3lame" \
+ "for MP3 en/decoding support" &&
+
+optional_depends "xvidcore" \
+ "--enable-xvid" \
+ "--disable-xvid" \
+ "for XviD decoding support" &&
+
+optional_depends "libmad" \
+ "--enable-mad" \
+ "--disable-mad" \
+ "for MAD en/decoding support"
Added: moonbase/trunk/video/mpeg4ip/DETAILS
===================================================================
--- moonbase/trunk/video/mpeg4ip/DETAILS 2005-09-14 10:29:14 UTC (rev 16445)
+++ moonbase/trunk/video/mpeg4ip/DETAILS 2005-09-14 10:30:53 UTC (rev 16446)
@@ -0,0 +1,16 @@
+ MODULE=mpeg4ip
+ VERSION=1.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/mpeg4ip/
+ SOURCE_VFY=sha1:523b2e5e31a5fb42b38c78295ca88056a1b07d7b
+ WEB_SITE=http://mpeg4ip.sourceforge.net
+ ENTERED=20050914
+ UPDATED=20050914
+ SHORT="End-to-end system to explore streaming multimedia"
+cat << EOF
+MPEG4IP provides an end-to-end system to explore streaming multimedia.
+The package includes many existing open source packages and the "glue"
+to integrate them together. This is a tool for streaming video and
+audio that is standards-oriented and free from proprietary protocols
+and extensions.
+EOF
More information about the Lunar-commits
mailing list