pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-ugly Initial import of gst-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85c552e4de74
branches:  trunk
changeset: 511017:85c552e4de74
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 08 11:42:37 2006 +0000

description:
Initial import of gst-plugins0.10-ugly, version 0.10.3:

This package is part of the ugly GStreamer plugins; that is, those that
might pose some legal problems.

diffstat:

 multimedia/gst-plugins0.10-ugly/DESCR           |  12 ++++++++++++
 multimedia/gst-plugins0.10-ugly/Makefile        |   8 ++++++++
 multimedia/gst-plugins0.10-ugly/Makefile.common |  25 +++++++++++++++++++++++++
 multimedia/gst-plugins0.10-ugly/PLIST           |   9 +++++++++
 multimedia/gst-plugins0.10-ugly/buildlink3.mk   |  22 ++++++++++++++++++++++
 multimedia/gst-plugins0.10-ugly/distinfo        |   5 +++++
 6 files changed, 81 insertions(+), 0 deletions(-)

diffs (105 lines):

diff -r 554a2d3886c2 -r 85c552e4de74 multimedia/gst-plugins0.10-ugly/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-ugly/DESCR     Sat Apr 08 11:42:37 2006 +0000
@@ -0,0 +1,12 @@
+GStreamer is a library that allows the construction of graphs of
+media-handling components, ranging from simple Ogg/Vorbis 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.
+
+GStreamer is released under the LGPL.
+
+This package is part of the ugly GStreamer plugins; that is, those that
+might pose some legal problems.
diff -r 554a2d3886c2 -r 85c552e4de74 multimedia/gst-plugins0.10-ugly/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-ugly/Makefile  Sat Apr 08 11:42:37 2006 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $
+#
+
+.include "Makefile.common"
+
+COMMENT+=              ugly plugins
+
+.include "../../mk/bsd.pkg.mk"
diff -r 554a2d3886c2 -r 85c552e4de74 multimedia/gst-plugins0.10-ugly/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-ugly/Makefile.common   Sat Apr 08 11:42:37 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $
+#
+
+GST_PLUGINS0.10_TYPE=  ugly
+GST_PLUGINS0.10_VER=   0.10.3
+
+# Disable all drivers and features by default.
+.for driver in a52dec \
+               amrnb \
+               dvdread \
+               dvdnav \
+               lame \
+               id3tag \
+               mad \
+               mpeg2dec \
+               sidplay
+CONFIGURE_ARGS+=       --disable-${driver}
+.endfor
+
+BUILDLINK_API_DEPENDS.gstreamer0.10+=  gstreamer0.10>=0.10.3
+BUILDLINK_API_DEPENDS.gst-plugins0.10-base+=   gst-plugins0.10-base>=0.10.3
+
+.include "../../multimedia/gst-plugins0.10-base/plugins.mk"
+
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
diff -r 554a2d3886c2 -r 85c552e4de74 multimedia/gst-plugins0.10-ugly/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-ugly/PLIST     Sat Apr 08 11:42:37 2006 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $
+lib/gstreamer-0.10/libgstasf.la
+lib/gstreamer-0.10/libgstdvdlpcmdec.la
+lib/gstreamer-0.10/libgstdvdsub.la
+lib/gstreamer-0.10/libgstiec958.la
+lib/gstreamer-0.10/libgstmpegaudioparse.la
+lib/gstreamer-0.10/libgstmpegstream.la
+lib/gstreamer-0.10/libgstrmdemux.la
+@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10
diff -r 554a2d3886c2 -r 85c552e4de74 multimedia/gst-plugins0.10-ugly/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-ugly/buildlink3.mk     Sat Apr 08 11:42:37 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $
+
+BUILDLINK_DEPTH:=                      ${BUILDLINK_DEPTH}+
+GST_PLUGINS0.10_UGLY_BUILDLINK3_MK:=   ${GST_PLUGINS0.10_UGLY_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gst-plugins0.10-ugly
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngst-plugins0.10-ugly}
+BUILDLINK_PACKAGES+=   gst-plugins0.10-ugly
+
+.if !empty(GST_PLUGINS0.10_UGLY_BUILDLINK3_MK:M+)
+BUILDLINK_API_DEPENDS.gst-plugins0.10-ugly+=   gst-plugins0.10-ugly>=0.10.3
+BUILDLINK_ABI_DEPENDS.gst-plugins0.10-ugly?=   gst-plugins0.10-ugly>=0.10.3
+BUILDLINK_PKGSRCDIR.gst-plugins0.10-ugly?=     ../../multimedia/gst-plugins0.10-ugly
+.endif # GST_PLUGINS0.10_UGLY_BUILDLINK3_MK
+
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 554a2d3886c2 -r 85c552e4de74 multimedia/gst-plugins0.10-ugly/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-ugly/distinfo  Sat Apr 08 11:42:37 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $
+
+SHA1 (gst-plugins-ugly-0.10.3.tar.bz2) = 98c69c4feeee975fdbe829cf6534d6c12b960182
+RMD160 (gst-plugins-ugly-0.10.3.tar.bz2) = 0ea0d039cf87ecf662655521b9dbca8c2a388412
+Size (gst-plugins-ugly-0.10.3.tar.bz2) = 605833 bytes



Home | Main Index | Thread Index | Old Index