[Lunar-commits] <moonbase-other> gst-plugins-good-1.0: add it to the other repository.
Florin Braescu
florin at lunar-linux.org
Tue Jan 15 17:49:50 CET 2013
commit e6f4694f437ac200c368753383a5a298096a5360
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 15 Jan 2013 08:49:50 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/e6f4694f437ac200c368753383a5a298096a5360
gst-plugins-good-1.0: add it to the other repository.
---
audio/gst-plugins-good-1.0/BUILD | +7/-0
audio/gst-plugins-good-1.0/DEPENDS | +19/-0
audio/gst-plugins-good-1.0/DETAILS | +15/-0
3 files changed, 41 insertions(+)
--- /dev/null
+++ b/audio/gst-plugins-good-1.0/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-valgrind --disable-debug --disable-examples" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/gst-plugins-good-1.0/DEPENDS
@@ -0,0 +1,19 @@
+depends gst-plugins-base-1.0
+
+optional_depends "libiec61883" "" "" "for Firewire support"
+optional_depends "GConf" "" "--disable-gconf --disable-gconftool" "for GConf schemas (needed by exaile)"
+optional_depends "aalib" "" "--disable-aalib --disable-aalibtest" "for the ASCII art image plugin"
+optional_depends "esound" "" "--disable-esd --disable-esdtest" "for the eSound audio sink"
+optional_depends "libshout" "" "--disable-shout2 --disable-shout2test" "for icecast support"
+optional_depends "cairo" "" "--disable-cairo" "for the cairo graphics plugin"
+optional_depends "libcdio" "" "--disable-cdio" "for additional CDROM/CDDB support"
+optional_depends "flac" "" "--disable-flac" "for the FLAC audio codec plugin"
+optional_depends "%JPEG" "" "--disable-jpeg" "for the JPEG image plugin"
+optional_depends "ladspa_sdk" "" "--disable-ladspa" "for the ladspa plugin"
+optional_depends "libcaca" "" "--disable-libcaca" "for the libcaca plugin"
+optional_depends "libdv" "" "--disable-libdv" "for the DV/Video decoder plugin"
+optional_depends "libpng" "" "--disable-libpng" "for the PNG image plugin"
+optional_depends "speex" "" "--disable-speex" "for the Speex sound plugin"
+optional_depends "taglib" "" "--disable-taglib" "for the taglib ID3v2 tag writer plugin"
+optional_depends "libsoup" "" "--disable-soup" "for http streaming support"
+optional_depends "wavpack" "" "--disable-wavpack" "for wavpack support"
--- /dev/null
+++ b/audio/gst-plugins-good-1.0/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gst-plugins-good-1.0
+ VERSION=1.0.5
+ SOURCE=${MODULE%-1*}-$VERSION.tar.xz
+ SOURCE_URL=http://gstreamer.freedesktop.org/src/gst-plugins-good
+ SOURCE_VFY=sha1:530acc892c51a59378c11c23615d4920ef09a605
+ WEB_SITE=http://gstreamer.freedesktop.org/modules/gst-plugins-good.html
+ ENTERED=20060311
+ UPDATED=20130115
+ SHORT="additional plugins for Gstreamer 1.x"
+
+cat << EOF
+gst-plugins-good is a set of plug-ins for GStreamer 1.x that have
+good quality code, correct functionality, and a preferred license,
+such as the LGPL.
+EOF
More information about the Lunar-commits
mailing list