[Lunar-commits] <moonbase-other> gstreamer: Adding to moonbase, can coexist with gstreamer-10.
stumbles
stumbles at lunar-linux.org
Thu Jan 3 12:09:31 CET 2013
commit 20eb9810c11811b17973499937fa3adc9e6b8c41
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 03 Jan 2013 03:09:31 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/20eb9810c11811b17973499937fa3adc9e6b8c41
gstreamer: Adding to moonbase, can coexist with gstreamer-10.
---
audio/gstreamer/BUILD | +7/-0
audio/gstreamer/CONFIGURE | +2/-0
audio/gstreamer/DEPENDS | +5/-0
audio/gstreamer/DETAILS | +19/-0
4 files changed, 33 insertions(+)
--- /dev/null
+++ b/audio/gstreamer/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static --disable-debug --disable-tests --disable-valgrind" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/gstreamer/CONFIGURE
@@ -0,0 +1,2 @@
+mquery ENABLE_EXAMPLES "Enable building of examples?" n "--enable-examples" "--disable-examples"
+
--- /dev/null
+++ b/audio/gstreamer/DEPENDS
@@ -0,0 +1,5 @@
+depends glib-2
+depends libxml2
+
+optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "for introspection support"
+optional_depends "gtk-doc" "--enable-gtk-doc" "--disable-gtk-doc --disable-gtk-doc-html --disable-gtk-doc-pdf" "build dev documentation"
--- /dev/null
+++ b/audio/gstreamer/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=gstreamer
+ VERSION=1.0.3
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=http://gstreamer.freedesktop.org/src/gstreamer/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%-*}-$VERSION
+ SOURCE_VFY=sha1:4aeb226012521fe54d5e8ceee011f094ad428491
+ WEB_SITE=http://gstreamer.freedesktop.org/releases/gstreamer/1.0.3.html
+ ENTERED=20130103
+ UPDATED=20130103
+ SHORT="A multimedia (video and audio) framework"
+
+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