diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:38:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:38:16 +0000 |
commit | 47ae9b2d4fc9d7d8ec4865078cd687e523a15dbb (patch) | |
tree | aaf97f056371bcbc5b34b5c6107f59a23fa54016 /audio | |
parent | d324d2f9e07e7aa772dd73ba31efcde288224b35 (diff) | |
download | pkgsrc-47ae9b2d4fc9d7d8ec4865078cd687e523a15dbb.tar.gz |
Initial import of gst-plugins-esound, version 0.8.0:
This package provides the esound audio plugin for GStreamer.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gst-plugins-esound/Makefile | 11 | ||||
-rw-r--r-- | audio/gst-plugins-esound/PLIST | 5 |
2 files changed, 16 insertions, 0 deletions
diff --git a/audio/gst-plugins-esound/Makefile b/audio/gst-plugins-esound/Makefile new file mode 100644 index 00000000000..e9811b91fae --- /dev/null +++ b/audio/gst-plugins-esound/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 09:38:16 jmmv Exp $ +# + +GST_PLUGINS_NAME= esound +GST_PLUGINS_DIR= ext/esd +GST_PLUGINS_FLAG= esd + +.include "../../multimedia/gst-plugins/Makefile.common" + +.include "../../audio/esound/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gst-plugins-esound/PLIST b/audio/gst-plugins-esound/PLIST new file mode 100644 index 00000000000..16549cf0719 --- /dev/null +++ b/audio/gst-plugins-esound/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/06 09:38:16 jmmv Exp $ +lib/gstreamer-0.8/libgstesd.a +lib/gstreamer-0.8/libgstesd.la +lib/gstreamer-0.8/libgstesd.so +@comment in gst-plugins: @dirrm lib/gstreamer-0.8 |