pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21ac75e585c9
branches:  trunk
changeset: 501369:21ac75e585c9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri Oct 21 07:42:39 2005 +0000

description:
Initial import of gst-plugins-xvid-0.8.11.


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, which lets it handle
MPEG4 (aka DIVX) media containers.

diffstat:

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

diffs (38 lines):

diff -r e88624bb1060 -r 21ac75e585c9 multimedia/gst-plugins-xvid/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins-xvid/DESCR Fri Oct 21 07:42:39 2005 +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, which lets it handle
+MPEG4 (aka DIVX) media containers.
diff -r e88624bb1060 -r 21ac75e585c9 multimedia/gst-plugins-xvid/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins-xvid/Makefile      Fri Oct 21 07:42:39 2005 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/21 07:42:39 xtraeme Exp $
+#
+
+GST_PLUGINS_NAME=      xvid
+GST_PLUGINS_DIR=       ext/xvid
+
+BUILDLINK_DEPENDS.xvidcore+=   xvidcore>=1.0.3nb1
+
+.include "../../multimedia/gst-plugins/Makefile.common"
+
+.include "../../multimedia/xvidcore/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r e88624bb1060 -r 21ac75e585c9 multimedia/gst-plugins-xvid/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst-plugins-xvid/PLIST Fri Oct 21 07:42:39 2005 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/21 07:42:39 xtraeme Exp $
+lib/gstreamer-0.8/libgstxvid.la
+@comment in gstreamer: @dirrm lib/gstreamer-0.8



Home | Main Index | Thread Index | Old Index