diff options
author | marcus <marcus@FreeBSD.org> | 2008-06-03 11:50:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-06-03 11:50:24 +0800 |
commit | 983c608b8814d34816d024d2d1fe5c285379a2f7 (patch) | |
tree | 5f6783501936544a19fd6849b5d03897c1b6ee47 | |
parent | 2a45ed629fea52c323f3e4f4b6336783e744f7a9 (diff) | |
download | freebsd-ports-gnome-983c608b8814d34816d024d2d1fe5c285379a2f7.tar.gz freebsd-ports-gnome-983c608b8814d34816d024d2d1fe5c285379a2f7.tar.zst freebsd-ports-gnome-983c608b8814d34816d024d2d1fe5c285379a2f7.zip |
Correct the default audiosink which may fix problems some people are having
playing audio in totem, rhythmbox, etc.
Reported by: many
-rw-r--r-- | devel/gstreamer-plugins-gconf/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-good/files/patch-configure | 11 | ||||
-rw-r--r-- | sysutils/gstreamer-plugins-hal/Makefile | 2 |
3 files changed, 13 insertions, 2 deletions
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 |