pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins-0.10-xvid Initial import of gst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5cda8fa29d4
branches:  trunk
changeset: 518007:a5cda8fa29d4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Aug 28 21:52:15 2006 +0000

description:
Initial import of gst-plugins-0.10-xvid, the xvid plugin for gstreamer 0.10.

I'm amazed to see that with this in place the totem-video-thumbnailer now
works (instead of crashing) for supported videos!  And playback works nicely
(not deadly slow, as I remember from prior versions).

diffstat:

 multimedia/gst-plugins-0.10-xvid/DESCR    |  10 ++++++++++
 multimedia/gst-plugins-0.10-xvid/Makefile |  10 ++++++++++
 multimedia/gst-plugins-0.10-xvid/PLIST    |   2 ++
 3 files changed, 22 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r f6a601b20c26 -r a5cda8fa29d4 multimedia/gst-plugins-0.10-xvid/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins-0.10-xvid/DESCR    Mon Aug 28 21:52:15 2006 +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 f6a601b20c26 -r a5cda8fa29d4 multimedia/gst-plugins-0.10-xvid/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins-0.10-xvid/Makefile Mon Aug 28 21:52:15 2006 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/28 21:52:15 jmmv Exp $
+#
+
+GST_PLUGINS0.10_NAME=  xvid
+GST_PLUGINS0.10_DIRS=  ext/xvid
+
+.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"
+
+.include "../../multimedia/xvidcore/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f6a601b20c26 -r a5cda8fa29d4 multimedia/gst-plugins-0.10-xvid/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins-0.10-xvid/PLIST    Mon Aug 28 21:52:15 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/28 21:52:15 jmmv Exp $
+lib/gstreamer-0.10/libgstxvid.la



Home | Main Index | Thread Index | Old Index