diff options
author | drochner <drochner@pkgsrc.org> | 2006-07-02 11:39:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-07-02 11:39:21 +0000 |
commit | 6f7a361cf72b005c3509809de1c062d8f6636cfb (patch) | |
tree | ad0cdc3cfd53b6a00b3bb5f95b39f6c89163d06d | |
parent | 3b24a2bd2d8617d2e66812ded669a217ee3f2046 (diff) | |
download | pkgsrc-6f7a361cf72b005c3509809de1c062d8f6636cfb.tar.gz |
add gst-plugins0.10-theora-0.10.8, the theora plugin for gstreamer0.10
-rw-r--r-- | multimedia/gst-plugins0.10-theora/DESCR | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-theora/Makefile | 11 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-theora/PLIST | 2 |
3 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-theora/DESCR b/multimedia/gst-plugins0.10-theora/DESCR new file mode 100644 index 00000000000..af2e2630e0d --- /dev/null +++ b/multimedia/gst-plugins0.10-theora/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 theora plugin for GStreamer, the OGG's free video +codec. diff --git a/multimedia/gst-plugins0.10-theora/Makefile b/multimedia/gst-plugins0.10-theora/Makefile new file mode 100644 index 00000000000..e912a1ddfbc --- /dev/null +++ b/multimedia/gst-plugins0.10-theora/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:39:21 drochner Exp $ +# + +GST_PLUGINS0.10_NAME= theora +GST_PLUGINS0.10_DIRS= ext/theora +GST_PLUGINS0.10_FLAGS= theora + +.include "../../multimedia/gst-plugins0.10-base/Makefile.common" + +.include "../../multimedia/libtheora/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-theora/PLIST b/multimedia/gst-plugins0.10-theora/PLIST new file mode 100644 index 00000000000..f51145ba3cb --- /dev/null +++ b/multimedia/gst-plugins0.10-theora/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:39:21 drochner Exp $ +lib/gstreamer-0.10/libgsttheora.la |