diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:45:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-06 09:45:46 +0000 |
commit | b8984f6a0f4d6e01f42f8aacfe9d96b560690f81 (patch) | |
tree | 7a4db80db42e23c773968ebc73163f75d442a5e9 /graphics | |
parent | 24ca6e97d59e728fec236fb78fa04f3aee975373 (diff) | |
download | pkgsrc-b8984f6a0f4d6e01f42f8aacfe9d96b560690f81.tar.gz |
Initial import of gst-plugins-png, version 0.8.0:
This package provides the png plugin for GStreamer.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gst-plugins-png/Makefile | 13 | ||||
-rw-r--r-- | graphics/gst-plugins-png/PLIST | 5 |
2 files changed, 18 insertions, 0 deletions
diff --git a/graphics/gst-plugins-png/Makefile b/graphics/gst-plugins-png/Makefile new file mode 100644 index 00000000000..03a5eb06b7f --- /dev/null +++ b/graphics/gst-plugins-png/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 09:45:46 jmmv Exp $ +# + +GST_PLUGINS_NAME= png +GST_PLUGINS_DIR= ext/libpng +GST_PLUGINS_FLAG= pngenc + +.include "../../multimedia/gst-plugins/Makefile.common" + +BUILDLINK_DEPENDS.png+= png>=1.2.5nb3 # requires libpng12.pc + +.include "../../graphics/png/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/gst-plugins-png/PLIST b/graphics/gst-plugins-png/PLIST new file mode 100644 index 00000000000..59367a6b583 --- /dev/null +++ b/graphics/gst-plugins-png/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/06 09:45:46 jmmv Exp $ +lib/gstreamer-0.8/libgstpng.a +lib/gstreamer-0.8/libgstpng.la +lib/gstreamer-0.8/libgstpng.so +@comment in gst-plugins: @dirrm lib/gstreamer-0.8 |