diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-02 11:42:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-02 11:42:49 +0000 |
commit | c24d46d46832e99ade24e4acba57549045a2836d (patch) | |
tree | 2df5cf50540ce86452fa23da4ab18622d0118868 /audio/gst-plugins0.10-flac | |
parent | 769efa376e7e726c80e6ce94743706e560f795dd (diff) | |
download | pkgsrc-c24d46d46832e99ade24e4acba57549045a2836d.tar.gz |
add gst-plugins0.10-flac-0.10.8, the flac plugin for gstreamer0.10
Diffstat (limited to 'audio/gst-plugins0.10-flac')
-rw-r--r-- | audio/gst-plugins0.10-flac/DESCR | 9 | ||||
-rw-r--r-- | audio/gst-plugins0.10-flac/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins0.10-flac/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/audio/gst-plugins0.10-flac/DESCR b/audio/gst-plugins0.10-flac/DESCR new file mode 100644 index 00000000000..fb4090832cc --- /dev/null +++ b/audio/gst-plugins0.10-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-plugins0.10-flac/Makefile b/audio/gst-plugins0.10-flac/Makefile new file mode 100644 index 00000000000..318ba105d30 --- /dev/null +++ b/audio/gst-plugins0.10-flac/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:42:49 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= flac +GST_PLUGINS0.10_DIRS= ext/flac +GST_PLUGINS0.10_FLAGS= flac + +.include "../../multimedia/gst-plugins0.10-good/Makefile.common" + +.include "../../audio/flac/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins0.10-flac/PLIST b/audio/gst-plugins0.10-flac/PLIST new file mode 100644 index 00000000000..248d5fd72f9 --- /dev/null +++ b/audio/gst-plugins0.10-flac/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:42:49 drochner Exp $ +lib/gstreamer-0.10/libgstflac.la |