pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gst-plugins0.10-png build the "png" module of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c3a3096d7d8
branches:  trunk
changeset: 523281:0c3a3096d7d8
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jan 05 11:01:57 2007 +0000

description:
build the "png" module of gst-plugins0.10-good

diffstat:

 graphics/gst-plugins0.10-png/DESCR    |  10 ++++++++++
 graphics/gst-plugins0.10-png/Makefile |  11 +++++++++++
 graphics/gst-plugins0.10-png/PLIST    |   2 ++
 3 files changed, 23 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r 3841b34ee3d0 -r 0c3a3096d7d8 graphics/gst-plugins0.10-png/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins0.10-png/DESCR        Fri Jan 05 11:01:57 2007 +0000
@@ -0,0 +1,10 @@
+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 png plugin for GStreamer, which allows encoding and
+decoding of PNG images.
diff -r 3841b34ee3d0 -r 0c3a3096d7d8 graphics/gst-plugins0.10-png/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins0.10-png/Makefile     Fri Jan 05 11:01:57 2007 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/05 11:01:57 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME=  png
+GST_PLUGINS0.10_DIRS=  ext/libpng
+GST_PLUGINS0.10_FLAGS= libpng
+
+.include "../../multimedia/gst-plugins0.10-good/Makefile.common"
+
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3841b34ee3d0 -r 0c3a3096d7d8 graphics/gst-plugins0.10-png/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gst-plugins0.10-png/PLIST        Fri Jan 05 11:01:57 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/05 11:01:57 drochner Exp $
+lib/gstreamer-0.10/libgstpng.la



Home | Main Index | Thread Index | Old Index