diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-08-28 21:53:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-08-28 21:53:46 +0000 |
commit | 85b5bccf3c606b5d1a95da4563b8c41ace8347d0 (patch) | |
tree | 44ea221eeca7690476073a558fc8443d6cce4141 /multimedia | |
parent | 043c5a8d21f9749876104d002f3b87f4b6ee7ce0 (diff) | |
download | pkgsrc-85b5bccf3c606b5d1a95da4563b8c41ace8347d0.tar.gz |
Initial import of gst-plugins0.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 (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-xvid/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-xvid/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-xvid/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-xvid/DESCR b/multimedia/gst-plugins0.10-xvid/DESCR new file mode 100644 index 00000000000..7632f58790c --- /dev/null +++ b/multimedia/gst-plugins0.10-xvid/DESCR @@ -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 --git a/multimedia/gst-plugins0.10-xvid/Makefile b/multimedia/gst-plugins0.10-xvid/Makefile new file mode 100644 index 00000000000..3a8cede6e1f --- /dev/null +++ b/multimedia/gst-plugins0.10-xvid/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/28 21:53:46 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 --git a/multimedia/gst-plugins0.10-xvid/PLIST b/multimedia/gst-plugins0.10-xvid/PLIST new file mode 100644 index 00000000000..f0445f3ffd1 --- /dev/null +++ b/multimedia/gst-plugins0.10-xvid/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/28 21:53:46 jmmv Exp $ +lib/gstreamer-0.10/libgstxvid.la |