diff options
author | ryoon <ryoon> | 2012-11-29 09:22:15 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-11-29 09:22:15 +0000 |
commit | ba347eb8376001656c52c5c0460d6c7fc195e26d (patch) | |
tree | 61c48a4060a9d9785530f671963b4b01f526363f | |
parent | 2c53bcda94decaf2956377adc8dae5c86e96db02 (diff) | |
download | pkgsrc-ba347eb8376001656c52c5c0460d6c7fc195e26d.tar.gz |
Import gst-plugins1-mpeg2dec-1.0.3 as multimedia/gst-plugins1-mpeg2dec.
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 mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2
video decoder.
-rw-r--r-- | multimedia/gst-plugins1-mpeg2dec/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-mpeg2dec/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins1-mpeg2dec/PLIST | 2 |
3 files changed, 22 insertions, 0 deletions
diff --git a/multimedia/gst-plugins1-mpeg2dec/DESCR b/multimedia/gst-plugins1-mpeg2dec/DESCR new file mode 100644 index 00000000000..e88d24721d0 --- /dev/null +++ b/multimedia/gst-plugins1-mpeg2dec/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 mpeg2dec plugin for GStreamer, an MPEG 1 and MPEG 2 +video decoder. diff --git a/multimedia/gst-plugins1-mpeg2dec/Makefile b/multimedia/gst-plugins1-mpeg2dec/Makefile new file mode 100644 index 00000000000..52be6ac4a55 --- /dev/null +++ b/multimedia/gst-plugins1-mpeg2dec/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1 2012/11/29 09:22:15 ryoon Exp $ +# + +GST_PLUGINS1_NAME= mpeg2dec +GST_PLUGINS1_DIRS= ext/mpeg2dec + +.include "../../multimedia/gst-plugins1-ugly/Makefile.common" + +.include "../../multimedia/libmpeg2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins1-mpeg2dec/PLIST b/multimedia/gst-plugins1-mpeg2dec/PLIST new file mode 100644 index 00000000000..bae33cc60e6 --- /dev/null +++ b/multimedia/gst-plugins1-mpeg2dec/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:22:15 ryoon Exp $ +lib/gstreamer-1.0/libgstmpeg2dec.la |