diff options
author | drochner <drochner@pkgsrc.org> | 2008-03-10 12:05:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-03-10 12:05:21 +0000 |
commit | 3a78567c60f6c481972a65b72ea86a6648e29a0d (patch) | |
tree | 194605c4b0a1dbae146a89633e64c7adaac4472e /multimedia | |
parent | dfdcafab50b3e8a3c0ccad5bbb173d48643059a5 (diff) | |
download | pkgsrc-3a78567c60f6c481972a65b72ea86a6648e29a0d.tar.gz |
add gst-plugins0.10-x264-0.10.6, an x264 encoder plugin for gstreamer,
based on the x264-devel lib
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-x264/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-x264/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-x264/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-x264/DESCR b/multimedia/gst-plugins0.10-x264/DESCR new file mode 100644 index 00000000000..7632f58790c --- /dev/null +++ b/multimedia/gst-plugins0.10-x264/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-x264/Makefile b/multimedia/gst-plugins0.10-x264/Makefile new file mode 100644 index 00000000000..593da16f329 --- /dev/null +++ b/multimedia/gst-plugins0.10-x264/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/03/10 12:05:21 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= x264 +GST_PLUGINS0.10_DIRS= ext/x264 + +.include "../../multimedia/gst-plugins0.10-bad/Makefile.common" + +# need shared lib +BUILDLINK_API_DEPENDS.x264-devel+= x264-devel>=20071218nb1 +.include "../../multimedia/x264-devel/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-x264/PLIST b/multimedia/gst-plugins0.10-x264/PLIST new file mode 100644 index 00000000000..1a95ff9dc36 --- /dev/null +++ b/multimedia/gst-plugins0.10-x264/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/10 12:05:21 drochner Exp $ +lib/gstreamer-0.10/libgstx264.la |