diff options
-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 |