summaryrefslogtreecommitdiff
path: root/audio/gst-plugins1-a52/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2012-11-29 09:16:06 +0000
committerryoon <ryoon@pkgsrc.org>2012-11-29 09:16:06 +0000
commite72ef4097e58917ffa08b84238948e28190b397e (patch)
treeae66fdc811b3d0596add6d45ed5f330f9ddcd873 /audio/gst-plugins1-a52/Makefile
parent9bcd622c0ed73ef29f682620db3439a9d10ec949 (diff)
downloadpkgsrc-e72ef4097e58917ffa08b84238948e28190b397e.tar.gz
Import gst-plugins1-a52-1.0.3 as audio/gst-plugins1-a52.
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' plugins for GStreamer. It provides the a52dec plugin, which allows playback of A/52 audio streams.
Diffstat (limited to 'audio/gst-plugins1-a52/Makefile')
-rw-r--r--audio/gst-plugins1-a52/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/gst-plugins1-a52/Makefile b/audio/gst-plugins1-a52/Makefile
new file mode 100644
index 00000000000..a212cf5b5f2
--- /dev/null
+++ b/audio/gst-plugins1-a52/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1 2012/11/29 09:16:06 ryoon Exp $
+#
+
+GST_PLUGINS1_NAME= a52
+GST_PLUGINS1_DIRS= ext/a52dec
+
+.include "../../multimedia/gst-plugins1-ugly/Makefile.common"
+
+.include "../../audio/liba52/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"