[Lunar-commits] <moonbase-other> gst-plugins-ugly-1.0: addt oit to the others repository.
Florin Braescu
florin at lunar-linux.org
Tue Jan 15 18:35:11 CET 2013
commit 4b9aa3328e28778811476e71858d142933f8a2a7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 15 Jan 2013 09:35:11 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/4b9aa3328e28778811476e71858d142933f8a2a7
gst-plugins-ugly-1.0: addt oit to the others repository.
---
audio/gst-plugins-ugly-1.0/BUILD | +10/-0
audio/gst-plugins-ugly-1.0/DEPENDS | +22/-0
audio/gst-plugins-ugly-1.0/DETAILS | +18/-0
3 files changed, 50 insertions(+)
--- /dev/null
+++ b/audio/gst-plugins-ugly-1.0/BUILD
@@ -0,0 +1,10 @@
+(
+
+# sedit "s:interf_dec.h:opencore-amrnb/interf_dec.h:" ext/amrnb/amrnbdec.h &&
+# sedit "s:interf_enc.h:opencore-amrnb/interf_enc.h:" ext/amrnb/amrnbenc.h&&
+# For now this is disabled.
+ OPTS+=" --disable-amrnb --disable-amrwb" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/audio/gst-plugins-ugly-1.0/DEPENDS
@@ -0,0 +1,22 @@
+depends gst-plugins-base-1.0
+
+optional_depends "a52dec" "--enable-a52dec" "--disable-a52dec" \
+ "for AC-3 support"
+
+optional_depends "libdvdread" "--enable-dvdread" "--disable-dvdread" \
+ "for DVD support"
+
+optional_depends "libdvdnav" "--enable-experimental" "" \
+ "for DVD menu navigation support"
+
+optional_depends "lame" "--enable-lame" "--disable-lame" \
+ "for additional MP3 support"
+
+optional_depends "libmad" "--enable-mad" "--disable-mad" \
+ "for MP3 support (requires libid3tag support)"
+
+optional_depends "libid3tag" "" "" \
+ "for MP3 id3 tag support (required for libmad support)"
+
+optional_depends "mpeg2dec" "--enable-mpeg2dec" "--disable-mpeg2dec" \
+ "for mpeg-2 and 1 video support"
--- /dev/null
+++ b/audio/gst-plugins-ugly-1.0/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=gst-plugins-ugly-1.0
+ VERSION=1.0.5
+ SOURCE=${MODULE%-1*}-$VERSION.tar.xz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE%-1*}-$VERSION
+ SOURCE_URL=http://gstreamer.freedesktop.org/src/gst-plugins-ugly
+ SOURCE_VFY=sha1:fb227bccfe75fe4c132ebcf992fe7732cee3d050
+ WEB_SITE=http://gstreamer.freedesktop.org
+ ENTERED=20130115
+ UPDATED=20130115
+ SHORT="additional plugins for Gstreamer 1.x"
+
+cat << EOF
+gst-plugins-ugly is a set of plug-ins for GStreamer 1.x that have
+good quality and correct functionality, but distributing them might
+pose problems. The license on either the plug-ins or the supporting
+libraries might not be how we'd like. The code might be widely known
+to present patent problems, such as MP3.
+EOF
More information about the Lunar-commits
mailing list