diff options
author | xtraeme <xtraeme> | 2005-10-21 07:42:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-10-21 07:42:39 +0000 |
commit | 7288ab7ca36cb568c06c481260cbe7b8461dd442 (patch) | |
tree | ea4e097f9924e4bef069aa9514a30ffb752c59bb | |
parent | 901c184fb7e34b40570e5250688d0ee531763ae5 (diff) | |
download | pkgsrc-7288ab7ca36cb568c06c481260cbe7b8461dd442.tar.gz |
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.
-rw-r--r-- | multimedia/gst-plugins-xvid/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins-xvid/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gst-plugins-xvid/PLIST | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/multimedia/gst-plugins-xvid/DESCR b/multimedia/gst-plugins-xvid/DESCR new file mode 100644 index 00000000000..5f20c49d01c --- /dev/null +++ b/multimedia/gst-plugins-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, which lets it handle +MPEG4 (aka DIVX) media containers. diff --git a/multimedia/gst-plugins-xvid/Makefile b/multimedia/gst-plugins-xvid/Makefile new file mode 100644 index 00000000000..8130ea66712 --- /dev/null +++ b/multimedia/gst-plugins-xvid/Makefile @@ -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 --git a/multimedia/gst-plugins-xvid/PLIST b/multimedia/gst-plugins-xvid/PLIST new file mode 100644 index 00000000000..d7639aac139 --- /dev/null +++ b/multimedia/gst-plugins-xvid/PLIST @@ -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 |