diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 10:02:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 10:02:11 +0000 |
commit | c66ee82ef9eb066fb77c106457a7e30bfd275dad (patch) | |
tree | 05cfb3ce92148be6b1747df7aa341618334673ae /audio/gst-plugins-flac | |
parent | 8c58be29c61185d6ac7afac1888f65fc668f0f2b (diff) | |
download | pkgsrc-c66ee82ef9eb066fb77c106457a7e30bfd275dad.tar.gz |
Initial import of gst-plugins-flac, version 0.8.0:
This package provides the flac plugin for GStreamer.
Diffstat (limited to 'audio/gst-plugins-flac')
-rw-r--r-- | audio/gst-plugins-flac/Makefile | 10 | ||||
-rw-r--r-- | audio/gst-plugins-flac/PLIST | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/audio/gst-plugins-flac/Makefile b/audio/gst-plugins-flac/Makefile new file mode 100644 index 00000000000..487a49cd2d8 --- /dev/null +++ b/audio/gst-plugins-flac/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 10:02:11 jmmv Exp $ +# + +GST_PLUGINS_NAME= flac +GST_PLUGINS_DIR= ext/flac + +.include "../../multimedia/gst-plugins/Makefile.common" + +.include "../../audio/flac/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins-flac/PLIST b/audio/gst-plugins-flac/PLIST new file mode 100644 index 00000000000..2105e62c35b --- /dev/null +++ b/audio/gst-plugins-flac/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/06 10:02:11 jmmv Exp $ +lib/gstreamer-0.8/libgstflac.a +lib/gstreamer-0.8/libgstflac.la +lib/gstreamer-0.8/libgstflac.so +@comment in gst-plugins: @dirrm lib/gstreamer-0.8 |