diff options
author | kwm <kwm@FreeBSD.org> | 2010-09-14 00:05:50 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-09-14 00:05:50 +0800 |
commit | a037c8c50c0d39ac156d009f574f67c5ae3b8367 (patch) | |
tree | 9a83d337c73d6747510978beae1257c3cf6012f2 /x11/gstreamer-plugins-vdpau | |
parent | 29c14c9c0e8b40640532ad01dc8a780763a90071 (diff) | |
download | freebsd-ports-gnome-a037c8c50c0d39ac156d009f574f67c5ae3b8367.tar.gz freebsd-ports-gnome-a037c8c50c0d39ac156d009f574f67c5ae3b8367.tar.zst freebsd-ports-gnome-a037c8c50c0d39ac156d009f574f67c5ae3b8367.zip |
Update gstreamer-plugins-bad to 0.10.20.
- Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars.
- Enable the dvb and shm plugin in the -bad package.
- New plugins:
resindvd: Dvd navigation plugin
schroedinger: Dirac high speed video codec plugin
vdpau: Nvidia vdpau extention plugin [1]
vp8: Google vp8 codec plugin
Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html
PR: ports/15077 (borrowed some ideas)
Submitted by: Anonymous <swell.k@gmail.com>
Diffstat (limited to 'x11/gstreamer-plugins-vdpau')
-rw-r--r-- | x11/gstreamer-plugins-vdpau/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/gstreamer-plugins-vdpau/Makefile b/x11/gstreamer-plugins-vdpau/Makefile new file mode 100644 index 000000000000..8454806312a3 --- /dev/null +++ b/x11/gstreamer-plugins-vdpau/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gstreamer-plugins-vdpau +# Date created: 10 Sep 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTREVISION= 0 +CATEGORIES= x11 + +COMMENT= Gstreamer nvidia vdpau plugin + +GST_PLUGIN= vdpau + +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins + +.include "${MASTERDIR}/Makefile" |