[Lunar-commits] r19205 - in moonbase/trunk/audio: . gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly gstreamer-10

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Mar 12 01:59:43 UTC 2006


Author: v3rt1g0
Date: 2006-03-12 01:59:43 +0000 (Sun, 12 Mar 2006)
New Revision: 19205

Added:
   moonbase/trunk/audio/gst-plugins-bad/
   moonbase/trunk/audio/gst-plugins-bad/BUILD
   moonbase/trunk/audio/gst-plugins-bad/DEPENDS
   moonbase/trunk/audio/gst-plugins-bad/DETAILS
   moonbase/trunk/audio/gst-plugins-base/
   moonbase/trunk/audio/gst-plugins-base/BUILD
   moonbase/trunk/audio/gst-plugins-base/DEPENDS
   moonbase/trunk/audio/gst-plugins-base/DETAILS
   moonbase/trunk/audio/gst-plugins-good/
   moonbase/trunk/audio/gst-plugins-good/BUILD
   moonbase/trunk/audio/gst-plugins-good/DEPENDS
   moonbase/trunk/audio/gst-plugins-good/DETAILS
   moonbase/trunk/audio/gst-plugins-ugly/
   moonbase/trunk/audio/gst-plugins-ugly/DEPENDS
   moonbase/trunk/audio/gst-plugins-ugly/DETAILS
   moonbase/trunk/audio/gstreamer-10/
   moonbase/trunk/audio/gstreamer-10/BUILD
   moonbase/trunk/audio/gstreamer-10/DEPENDS
   moonbase/trunk/audio/gstreamer-10/DETAILS
Log:
Adding gstreamer 10 to the moonbase.  This is the new gstreamer and
it is not API compatible with 0.8.x.  Newer applications are being
built against the 0.10.x API vs the 0.8.x API but there are still
quite a few 0.8.x applications out there (hence the need for this
module not to replace the gstreamer module)

According to the gstreamer wesbite, both gstreamer 0.8.x and 0.10.x
can be installed side-by-side.


Added: moonbase/trunk/audio/gst-plugins-bad/BUILD
===================================================================
--- moonbase/trunk/audio/gst-plugins-bad/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-bad/BUILD	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS  --disable-valgrind  --disable-debug  --disable-examples"
+
+  default_build
+
+) > $C_FIFO 2>&1 

Added: moonbase/trunk/audio/gst-plugins-bad/DEPENDS
===================================================================
--- moonbase/trunk/audio/gst-plugins-bad/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-bad/DEPENDS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,6 @@
+depends  gst-plugins-base
+
+optional_depends  "faac"        ""  ""  "for MPEG-4 support"      &&
+optional_depends  "divx4linux"  ""  ""  "for DivX video support"  &&
+optional_depends  "xvidcore"    ""  ""  "for XviD video support"  &&
+optional_depends  "faad"        ""  ""  "for MPEG-4 and MPEG-2 support"

Added: moonbase/trunk/audio/gst-plugins-bad/DETAILS
===================================================================
--- moonbase/trunk/audio/gst-plugins-bad/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-bad/DETAILS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,16 @@
+          MODULE=gst-plugins-bad
+         VERSION=0.10.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/
+      SOURCE_VFY=sha1:88f593824e107957d26c260f2769c02ed40c1aaf
+        WEB_SITE=http://gstreamer.freedesktop.org/
+         ENTERED=20060311
+         UPDATED=20060311
+           SHORT="additional plugins for Gstreamer 0.10.x"
+
+cat << EOF
+gst-plugins-bad are set of plugins for Gstreamer 0.10.x in which the
+gstreamer development team have considered "bad."  Meaning they need
+more quality in their development and may not work as well as other
+gstreamer plugins.
+EOF

Added: moonbase/trunk/audio/gst-plugins-base/BUILD
===================================================================
--- moonbase/trunk/audio/gst-plugins-base/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-base/BUILD	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS  --disable-valgrind  --disable-debug  --disable-examples"
+
+  default_build
+
+) > $C_FIFO 2>&1 

Added: moonbase/trunk/audio/gst-plugins-base/DEPENDS
===================================================================
--- moonbase/trunk/audio/gst-plugins-base/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-base/DEPENDS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,10 @@
+depends  gstreamer-10  &&
+depends  liboil        &&
+
+optional_depends  "alsa-lib"    ""  ""  "for ALSA output support"    &&
+optional_depends  "pango"       ""  ""  "for Pango text support"     &&
+optional_depends  "libvorbis"   ""  ""  "for Ogg/Vorbis support"     &&
+optional_depends  "libtheora"   ""  ""  "for Theora support"         &&
+optional_depends  "libvisual"   ""  ""  "for visualization support"  &&
+optional_depends  "cdparanoia"  ""  ""  "for CDDA support"           &&
+optional_depends  "gnome-vfs2"  ""  ""  "for Gnome VFS support"

Added: moonbase/trunk/audio/gst-plugins-base/DETAILS
===================================================================
--- moonbase/trunk/audio/gst-plugins-base/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-base/DETAILS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,13 @@
+          MODULE=gst-plugins-base
+         VERSION=0.10.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/
+      SOURCE_VFY=sha1:1874bfc701f75ff859615c6b6e5b65c50df6f53a
+        WEB_SITE=http://gstreamer.freedesktop.org/
+         ENTERED=20060311
+         UPDATED=20060311
+           SHORT="the base set of plugins for Gstreamer 0.10.x"
+
+cat << EOF
+gst-plugins-base is the base set of plugins for Gstreamer 0.10.x.
+EOF

Added: moonbase/trunk/audio/gst-plugins-good/BUILD
===================================================================
--- moonbase/trunk/audio/gst-plugins-good/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-good/BUILD	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,7 @@
+(
+
+  OPTS="$OPTS  --disable-valgrind  --disable-debug  --disable-examples"
+
+  default_build
+
+) > $C_FIFO 2>&1 

Added: moonbase/trunk/audio/gst-plugins-good/DEPENDS
===================================================================
--- moonbase/trunk/audio/gst-plugins-good/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-good/DEPENDS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,11 @@
+depends  gst-plugins-base  &&
+
+optional_depends  "cairo"     ""  ""  "for cairo graphics support"        &&
+optional_depends  "flac"      ""  ""  "for FLAC audio codec support"      &&
+optional_depends  "jpeg"      ""  ""  "for JPEG image support"            &&
+optional_depends  "libpng"    ""  ""  "for PNG image support"             &&
+optional_depends  "aalib"     ""  ""  "for ASCII art image support"       &&
+optional_depends  "libdv"     ""  ""  "for DV (camcorder) codec support"  &&
+optional_depends  "esound"    ""  ""  "for eSound daemon support"         &&
+optional_depends  "speex"     ""  ""  "for Speex sound support"           &&
+optional_depends  "libshout"  ""  ""  "for icecast support"

Added: moonbase/trunk/audio/gst-plugins-good/DETAILS
===================================================================
--- moonbase/trunk/audio/gst-plugins-good/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-good/DETAILS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,14 @@
+          MODULE=gst-plugins-good
+         VERSION=0.10.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/
+      SOURCE_VFY=sha1:2a4116d8bfb815b3fff117df3414b977e821dcec
+        WEB_SITE=http://gstreamer.freedesktop.org/
+         ENTERED=20060311
+         UPDATED=20060311
+           SHORT="additional plugins for Gstreamer 0.10.x"
+
+cat << EOF
+gst-plugins-good is a set of plugins for Gstreamer 0.10.x where all
+media formats fall under the LGPL license.
+EOF

Added: moonbase/trunk/audio/gst-plugins-ugly/DEPENDS
===================================================================
--- moonbase/trunk/audio/gst-plugins-ugly/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-ugly/DEPENDS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,7 @@
+depends  gst-plugins-base
+
+optional_depends  "a52dec"      ""  ""  "for AC-3 support"            &&
+optional_depends  "libdvdread"  ""  ""  "for DVD support"             &&
+optional_depends  "lame"        ""  ""  "for additional MP3 support"  &&
+optional_depends  "libmad"      ""  ""  "for additional MP3 support"  &&
+optional_depends  "mpeg2dec"    ""  ""  "for mpeg-2 and 1 video support"

Added: moonbase/trunk/audio/gst-plugins-ugly/DETAILS
===================================================================
--- moonbase/trunk/audio/gst-plugins-ugly/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/gst-plugins-ugly/DETAILS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,14 @@
+          MODULE=gst-plugins-ugly
+         VERSION=0.10.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://gstreamer.freedesktop.org/src/$MODULE/
+      SOURCE_VFY=sha1:8f19252d59732b3586d6f1a04d2f88dfac682d3e
+        WEB_SITE=http://gstreamer.freedesktop.org/
+         ENTERED=20060311
+         UPDATED=20060311
+           SHORT="additional plugins for Gstreamer 0.10.x"
+
+cat << EOF
+gst-plugins-ugly are a set of plugins for Gstreamer 0.10.x that make
+use of non-free codecs or formats, such as MP3.
+EOF

Added: moonbase/trunk/audio/gstreamer-10/BUILD
===================================================================
--- moonbase/trunk/audio/gstreamer-10/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/gstreamer-10/BUILD	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,8 @@
+(
+
+  OPTS="$OPTS  --disable-examples  --disable-tests  --disable-valgrind  \
+               --disable-debug  --disable-gst-debug"
+
+  default_build
+
+) > $C_FIFO 2>&1 

Added: moonbase/trunk/audio/gstreamer-10/DEPENDS
===================================================================
--- moonbase/trunk/audio/gstreamer-10/DEPENDS	                        (rev 0)
+++ moonbase/trunk/audio/gstreamer-10/DEPENDS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,2 @@
+depends  glib-2  &&
+depends  libxml2

Added: moonbase/trunk/audio/gstreamer-10/DETAILS
===================================================================
--- moonbase/trunk/audio/gstreamer-10/DETAILS	                        (rev 0)
+++ moonbase/trunk/audio/gstreamer-10/DETAILS	2006-03-12 01:59:43 UTC (rev 19205)
@@ -0,0 +1,20 @@
+          MODULE=gstreamer-10
+         RMODULE=gstreamer
+         VERSION=0.10.4
+          SOURCE=$RMODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$RMODULE-$VERSION
+      SOURCE_URL=http://gstreamer.freedesktop.org/src/$RMODULE/
+      SOURCE_VFY=sha1:334d5ed48eec5ef83bbd738c0e1d79ab750902db
+        WEB_SITE=http://gstreamer.freedesktop.org
+         ENTERED=20060311
+         UPDATED=20060311
+           SHORT="a multimedia (video and audio) framework (the 0.10.x version)"
+
+cat << EOF
+GStreamer allows the construction of graphs of media-handling 
+components, ranging from simple mp3 playback to complex audio (mixing) 
+and video (non-linear editing) processing. Applications can take 
+advantage of advances in codec and filter technology transparently. 
+Developers can add new codecs and filters by writing a simple plugin 
+with a clean, generic interface. 
+EOF



More information about the Lunar-commits mailing list