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-x264 add gst-plugins0.10-x2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b11dc4f91312
branches:  trunk
changeset: 539646:b11dc4f91312
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Mar 10 12:05:21 2008 +0000

description:
add gst-plugins0.10-x264-0.10.6, an x264 encoder plugin for gstreamer,
based on the x264-devel lib

diffstat:

 multimedia/gst-plugins0.10-x264/DESCR    |  10 ++++++++++
 multimedia/gst-plugins0.10-x264/Makefile |  12 ++++++++++++
 multimedia/gst-plugins0.10-x264/PLIST    |   2 ++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 4da455956d8c -r b11dc4f91312 multimedia/gst-plugins0.10-x264/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-x264/DESCR     Mon Mar 10 12:05:21 2008 +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 xvid plugin for GStreamer, making it able to
+reproduce videos encoded using the XviD video codec.
diff -r 4da455956d8c -r b11dc4f91312 multimedia/gst-plugins0.10-x264/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-x264/Makefile  Mon Mar 10 12:05:21 2008 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/03/10 12:05:21 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME=  x264
+GST_PLUGINS0.10_DIRS=  ext/x264
+
+.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"
+
+# need shared lib
+BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1
+.include "../../multimedia/x264-devel/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4da455956d8c -r b11dc4f91312 multimedia/gst-plugins0.10-x264/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins0.10-x264/PLIST     Mon Mar 10 12:05:21 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/10 12:05:21 drochner Exp $
+lib/gstreamer-0.10/libgstx264.la



Home | Main Index | Thread Index | Old Index