diff options
author | drochner <drochner@pkgsrc.org> | 2011-01-19 21:30:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-01-19 21:30:03 +0000 |
commit | 3c7497e0bb18cd7cac32df53564368c6a666aadf (patch) | |
tree | a701c6446f01bbb3363b47b60d5ce9a74c2b6db6 /multimedia/gst-plugins0.10-vp8 | |
parent | 656cd1c0e41b5e0a26c1f22e38e9d4eb6710a1ac (diff) | |
download | pkgsrc-3c7497e0bb18cd7cac32df53564368c6a666aadf.tar.gz |
build the gstreamer plugin for vp8/webm, part of gst-plugins-bad
Diffstat (limited to 'multimedia/gst-plugins0.10-vp8')
-rw-r--r-- | multimedia/gst-plugins0.10-vp8/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-vp8/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-vp8/PLIST | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-vp8/DESCR b/multimedia/gst-plugins0.10-vp8/DESCR new file mode 100644 index 00000000000..e92cdeeb835 --- /dev/null +++ b/multimedia/gst-plugins0.10-vp8/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 vp8 plugin for GStreamer, making it able to +reproduce videos encoded using the vp8 (webm) video codec. diff --git a/multimedia/gst-plugins0.10-vp8/Makefile b/multimedia/gst-plugins0.10-vp8/Makefile new file mode 100644 index 00000000000..5b5852c12f3 --- /dev/null +++ b/multimedia/gst-plugins0.10-vp8/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/19 21:30:03 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= vp8 +GST_PLUGINS0.10_DIRS= ext/vp8 + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../multimedia/gst-plugins0.10-bad/Makefile.common" + +.include "../../multimedia/libvpx/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-vp8/PLIST b/multimedia/gst-plugins0.10-vp8/PLIST new file mode 100644 index 00000000000..439d4e7c896 --- /dev/null +++ b/multimedia/gst-plugins0.10-vp8/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/19 21:30:03 drochner Exp $ +lib/gstreamer-0.10/libgstvp8.la |