summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins1-ugly/Makefile.common
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-11-29 08:27:25 +0000
committerryoon <ryoon@pkgsrc.org>2012-11-29 08:27:25 +0000
commit9c918b1fc8e863252adbfc35192747b95afa61ff (patch)
treebbd6b898b2d2e407bc5972c24482f91898142238 /multimedia/gst-plugins1-ugly/Makefile.common
parentea5b2aa4fb478ec64205605c31d625022784a155 (diff)
downloadpkgsrc-9c918b1fc8e863252adbfc35192747b95afa61ff.tar.gz
Import gst-plugins1-ugly-1.0.3 as multimedia/gst-plugins1-ugly.
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis 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. GStreamer is released under the LGPL. This package is part of the ugly GStreamer plugins; that is, those that might pose some legal problems.
Diffstat (limited to 'multimedia/gst-plugins1-ugly/Makefile.common')
-rw-r--r--multimedia/gst-plugins1-ugly/Makefile.common31
1 files changed, 31 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common
new file mode 100644
index 00000000000..85b6238eeb7
--- /dev/null
+++ b/multimedia/gst-plugins1-ugly/Makefile.common
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile.common,v 1.1 2012/11/29 08:27:25 ryoon Exp $
+#
+# used by audio/gst-plugins1-a52/Makefile
+# used by audio/gst-plugins1-lame/Makefile
+# used by audio/gst-plugins1-mad/Makefile
+# used by audio/gst-plugins1-sid/Makefile
+# used by audio/gst-plugins1-twolame/Makefile
+# used by multimedia/gst-plugins1-dvdread/Makefile
+# used by multimedia/gst-plugins1-mpeg2dec/Makefile
+# used by multimedia/gst-plugins1-x264/Makefile
+
+GST_PLUGINS1_TYPE= ugly
+GST_PLUGINS1_VER= 1.0.3
+
+# Disable all drivers and features by default.
+.for driver in a52dec \
+ amrnb \
+ dvdread \
+ lame \
+ mad \
+ mpeg2dec \
+ sidplay
+CONFIGURE_ARGS+= --disable-${driver}
+.endfor
+
+BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3
+BUILDLINK_API_DEPENDS.gst-plugins1-base+= gst-plugins1-base>=1.0.3
+
+.include "../../multimedia/gst-plugins1-base/plugins.mk"
+.include "../../devel/orc/buildlink3.mk"
+.include "../../multimedia/gst-plugins1-base/buildlink3.mk"