[Lunar-commits] <moonbase> mp4v2: the new name for mpeg4ip,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Mar 23 19:58:30 CET 2009


commit bc3b7d4ed3b78cfa386ebbc107fa0483798d8917
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Mar 23 14:58:30 2009 -0400

    mp4v2: the new name for mpeg4ip,
    
    since the mpeg4ip project is defunct and taken over by mp4v2. Things are
    a lot simpiler now.
---
 video/mp4v2/DETAILS     |   21 +++++++++++++++++++++
 video/mpeg4ip/BUILD     |   19 -------------------
 video/mpeg4ip/CONFIGURE |    2 --
 video/mpeg4ip/DEPENDS   |    6 ------
 video/mpeg4ip/DETAILS   |   16 ----------------
 5 files changed, 21 insertions(+), 43 deletions(-)

diff --git a/video/mp4v2/DETAILS b/video/mp4v2/DETAILS
new file mode 100644
index 0000000..4518071
--- /dev/null
+++ b/video/mp4v2/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=mp4v2
+         VERSION=2.0-20090110
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://mp4v2.googlecode.com/files/
+      SOURCE_VFY=sha1:6bdbbc95bd517478ab3ed33f420360cfb61ace0d
+        WEB_SITE=http://code.google.com/p/mp4v2/
+         ENTERED=20050914
+         UPDATED=20090323
+           SHORT="create and modify mp4 files defined by ISO-IEC:14496-1:2001 MPEG-4 Systems"
+
+cat << EOF
+The MP4V2 library provides an API to create and modify mp4 files as defined by 
+ISO-IEC:14496-1:2001 MPEG-4 Systems. This file format is derived from Apple's 
+QuickTime file format that has been used as a multimedia file format in a 
+variety of platforms and applications. It is a very powerful and extensible 
+format that can accomodate practically any type of media.
+
+mp4v2 used to be part of the mpeg4ip library (http://mpeg4ip.sourceforge.net/),
+but has been moved into its own maintained library due to a combination of the 
+cessation of support of mpeg4ip and the usefulness of this library on its own.
+EOF
diff --git a/video/mpeg4ip/BUILD b/video/mpeg4ip/BUILD
deleted file mode 100644
index cb409c5..0000000
--- a/video/mpeg4ip/BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-(
-
-  /bin/sh bootstrap &&
-
-  if [ "$PLAYER" == "y" ] ; then
-    OPTS+=" --enable-player"
-  else
-    OPTS+=" --disable-player"
-  fi
-
-  if [ "$SERVER" == "y" ] ; then
-    OPTS+=" --enable-server"
-  else
-    OPTS+=" --disable-server"
-  fi
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/video/mpeg4ip/CONFIGURE b/video/mpeg4ip/CONFIGURE
deleted file mode 100644
index 8d4106e..0000000
--- a/video/mpeg4ip/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-mquery PLAYER "Compile MPEG4 standalone Player?" y
-mquery SERVER "Compile MPEG4 server?" n
diff --git a/video/mpeg4ip/DEPENDS b/video/mpeg4ip/DEPENDS
deleted file mode 100644
index c3a5666..0000000
--- a/video/mpeg4ip/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends faac
-depends id3lib
-depends SDL
-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"
diff --git a/video/mpeg4ip/DETAILS b/video/mpeg4ip/DETAILS
deleted file mode 100644
index 10252b6..0000000
--- a/video/mpeg4ip/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
-          MODULE=mpeg4ip
-         VERSION=1.6
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/mpeg4ip/
-      SOURCE_VFY=sha1:2d0d42a00c161f5152f8f2fd33ef192209ffb8c4
-        WEB_SITE=http://mpeg4ip.sourceforge.net
-         ENTERED=20050914
-         UPDATED=20071004
-           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