diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:45:34 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-11-29 08:45:34 +0000 |
commit | b3c67f2f00eb6b8d8adc9d666bb53047d4dbf1e9 (patch) | |
tree | e0a94ac3f86d93a3d96071e87950503a3358adf6 /multimedia/gst-plugins1-vpx | |
parent | 1a1e736298c01cc8243700e926d850da1633e663 (diff) | |
download | pkgsrc-b3c67f2f00eb6b8d8adc9d666bb53047d4dbf1e9.tar.gz |
Import gst-plugins1-vpx-1.0.3 as multimedia/gst-plugins1-vpx.
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 vpx plugin for GStreamer, making it able to
reproduce videos encoded using the vpx (webm) video codec.
Diffstat (limited to 'multimedia/gst-plugins1-vpx')
-rw-r--r-- | multimedia/gst-plugins1-vpx/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-vpx/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-vpx/PLIST | 3 |
3 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-vpx/DESCR b/multimedia/gst-plugins1-vpx/DESCR new file mode 100644 index 00000000000..6c3ebb6f6d8 --- /dev/null +++ b/multimedia/gst-plugins1-vpx/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 vpx plugin for GStreamer, making it able to +reproduce videos encoded using the vpx (webm) video codec. diff --git a/multimedia/gst-plugins1-vpx/Makefile b/multimedia/gst-plugins1-vpx/Makefile new file mode 100644 index 00000000000..98912bf3d3d --- /dev/null +++ b/multimedia/gst-plugins1-vpx/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 08:45:34 ryoon Exp $ +# + +GST_PLUGINS1_NAME= vpx +GST_PLUGINS1_DIRS= ext/vpx + +.include "../../multimedia/gst-plugins1-good/Makefile.common" + +.include "../../multimedia/libvpx/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-vpx/PLIST b/multimedia/gst-plugins1-vpx/PLIST new file mode 100644 index 00000000000..08bfd899164 --- /dev/null +++ b/multimedia/gst-plugins1-vpx/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:45:34 ryoon Exp $ +lib/gstreamer-1.0/libgstvpx.la +share/gstreamer-1.0/presets/GstVP8Enc.prs |