diff options
author | kwm <kwm@FreeBSD.org> | 2011-02-25 18:58:42 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-02-25 18:58:42 +0800 |
commit | ab7ca78c749826fdc5d09cac248d8a6389f88bdc (patch) | |
tree | de6d945e744fb2f9b6cdd7dc12c1b932882b8a78 /multimedia/gstreamer-plugins-good | |
parent | 4e7b3160077c476c17bfa44a6caebd14ef2ae5d7 (diff) | |
download | freebsd-ports-gnome-ab7ca78c749826fdc5d09cac248d8a6389f88bdc.tar.gz freebsd-ports-gnome-ab7ca78c749826fdc5d09cac248d8a6389f88bdc.tar.zst freebsd-ports-gnome-ab7ca78c749826fdc5d09cac248d8a6389f88bdc.zip |
Update Gstreamer-plugins-base to 0.10.32
Update Gstreamer-plugins-good to 0.10.27
Update Gstreamer-plugins-bad to 0.10.21
Update Gstreamer-plugins-ugly to 0.10.17
Add flite plugin. plugin for the flite Speech synthesis engine.
Add opencv plugin. plugin for opencv Computer vision library.
Move vdpau plugin to a beter category.
Remove LOCAL master sites that haven't been updated for ages.
Check if Gstreamer (core) is recent enough.
Remove 6.x BROKEN line for the bad plugin.
Diffstat (limited to 'multimedia/gstreamer-plugins-good')
-rw-r--r-- | multimedia/gstreamer-plugins-good/files/patch-configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/gstreamer-plugins-good/files/patch-configure b/multimedia/gstreamer-plugins-good/files/patch-configure index df21950fb4a3..d893a20c2a56 100644 --- a/multimedia/gstreamer-plugins-good/files/patch-configure +++ b/multimedia/gstreamer-plugins-good/files/patch-configure @@ -1,14 +1,5 @@ --- configure.orig 2010-12-01 19:16:00.000000000 +0100 +++ configure 2010-12-02 15:39:17.000000000 +0100 -@@ -23961,7 +23961,7 @@ $as_echo "$as_me: Using $PLUGINDIR as th - if ( echo yes | grep -e '^201-90-9-0-10-9-0-30-9' >/dev/null ) ; then - GST_PACKAGE_RELEASE_DATETIME=yes - else -- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-good.doap" `; -+ YYYY_MM_DD=`./"${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-good.doap" `; - if test "x$YYYY_MM_DD" != "x"; then - GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD - else @@ -24955,7 +24955,7 @@ if test "${with_default_audiosink+set}" else |