From 6402e42feefde2a81973ed9346b431df80944f03 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 21 Oct 2005 07:42:39 +0000 Subject: 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. --- multimedia/gst-plugins-xvid/DESCR | 10 ++++++++++ multimedia/gst-plugins-xvid/Makefile | 13 +++++++++++++ multimedia/gst-plugins-xvid/PLIST | 3 +++ 3 files changed, 26 insertions(+) create mode 100644 multimedia/gst-plugins-xvid/DESCR create mode 100644 multimedia/gst-plugins-xvid/Makefile create mode 100644 multimedia/gst-plugins-xvid/PLIST (limited to 'multimedia') 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 -- cgit v1.2.3