diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:39:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:39:28 +0000 |
commit | 70c7db69662508a4a388b859ccceddb85c0b713e (patch) | |
tree | c2cf28ce7bbd7cdee2182b99ca45ed6eb1cb203d /audio | |
parent | 059736e08f3ae8e375bada42900298e755339589 (diff) | |
download | pkgsrc-70c7db69662508a4a388b859ccceddb85c0b713e.tar.gz |
Import gst-plugins1-flac-1.0.3 as audio/gst-plugins1-flac.
GStreamer is a library that 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.
This package provides the flac plugin for GStreamer, a lossless audio codec.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins1-flac/DESCR | 9 | ||||
-rw-r--r-- | audio/gst-plugins1-flac/Makefile | 12 | ||||
-rw-r--r-- | audio/gst-plugins1-flac/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/audio/gst-plugins1-flac/DESCR b/audio/gst-plugins1-flac/DESCR new file mode 100644 index 00000000000..fb4090832cc --- /dev/null +++ b/audio/gst-plugins1-flac/DESCR @@ -0,0 +1,9 @@ +GStreamer is a library that 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. + +This package provides the flac plugin for GStreamer, a lossless audio codec. diff --git a/audio/gst-plugins1-flac/Makefile b/audio/gst-plugins1-flac/Makefile new file mode 100644 index 00000000000..eb97a87bfae --- /dev/null +++ b/audio/gst-plugins1-flac/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:39:28 ryoon Exp $ +# + +GST_PLUGINS1_NAME= flac +GST_PLUGINS1_DIRS= ext/flac +GST_PLUGINS1_FLAGS= flac + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +BUILDLINK_API_DEPENDS.flac+= flac>=1.1.3nb1 +.include "../../audio/flac/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins1-flac/PLIST b/audio/gst-plugins1-flac/PLIST new file mode 100644 index 00000000000..13eaeeadc19 --- /dev/null +++ b/audio/gst-plugins1-flac/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:39:28 ryoon Exp $ +lib/gstreamer-1.0/libgstflac.la |