From 983c608b8814d34816d024d2d1fe5c285379a2f7 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 3 Jun 2008 03:50:24 +0000 Subject: Correct the default audiosink which may fix problems some people are having playing audio in totem, rhythmbox, etc. Reported by: many --- devel/gstreamer-plugins-gconf/Makefile | 2 +- multimedia/gstreamer-plugins-good/files/patch-configure | 11 +++++++++++ sysutils/gstreamer-plugins-hal/Makefile | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 multimedia/gstreamer-plugins-good/files/patch-configure diff --git a/devel/gstreamer-plugins-gconf/Makefile b/devel/gstreamer-plugins-gconf/Makefile index 4fd80989507e..82ce6b62e981 100644 --- a/devel/gstreamer-plugins-gconf/Makefile +++ b/devel/gstreamer-plugins-gconf/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/devel/gstreamer-plugins-gconf/Makefile,v 1.6 2008/03/19 14:05:33 ahze Exp $ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel COMMENT= Gstreamer gconf plugin diff --git a/multimedia/gstreamer-plugins-good/files/patch-configure b/multimedia/gstreamer-plugins-good/files/patch-configure new file mode 100644 index 000000000000..142976a20b7f --- /dev/null +++ b/multimedia/gstreamer-plugins-good/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2008-06-02 23:37:21.000000000 -0400 ++++ configure 2008-06-02 23:38:10.000000000 -0400 +@@ -32743,7 +32743,7 @@ echo "$as_me: error: bad value ${withval + + else + +- DEFAULT_AUDIOSINK="$DEFAULT_VISUALIZER" ++ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER" + + fi + diff --git a/sysutils/gstreamer-plugins-hal/Makefile b/sysutils/gstreamer-plugins-hal/Makefile index 9ed2ed3d3e1e..449203ed71af 100644 --- a/sysutils/gstreamer-plugins-hal/Makefile +++ b/sysutils/gstreamer-plugins-hal/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/sysutils/gstreamer-plugins-hal/Makefile,v 1.6 2008/03/19 14:05:38 ahze Exp $ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils COMMENT= Gstreamer hal plugin -- cgit