mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Correct the default audiosink which may fix problems some people are having
playing audio in totem, rhythmbox, etc. Reported by: many
This commit is contained in:
parent
2c95e37407
commit
2b3163be5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214210
@ -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
|
||||
|
11
multimedia/gstreamer-plugins-good/files/patch-configure
Normal file
11
multimedia/gstreamer-plugins-good/files/patch-configure
Normal file
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user