diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-11 06:50:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-11 06:50:45 +0000 |
commit | 7c7c67df00ed7e1871d4b56ee3982bb650de7c3d (patch) | |
tree | 4bba7186bed0e899f822f6910d854b25fc7d9fb0 /audio/rhythmbox | |
parent | 3550c144d548473ea1b2ea453c7b40d53c35bca8 (diff) | |
download | ports-7c7c67df00ed7e1871d4b56ee3982bb650de7c3d.tar.gz ports-7c7c67df00ed7e1871d4b56ee3982bb650de7c3d.zip |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-player_rb-player-gst.c | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 2f5a4962f742..3d93e2a85bcd 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -8,7 +8,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 diff --git a/audio/rhythmbox/files/patch-player_rb-player-gst.c b/audio/rhythmbox/files/patch-player_rb-player-gst.c new file mode 100644 index 000000000000..c4f14a9f81cc --- /dev/null +++ b/audio/rhythmbox/files/patch-player_rb-player-gst.c @@ -0,0 +1,16 @@ +=================================================================== +RCS file: /cvs/gnome/rhythmbox/player/rb-player-gst.c,v +retrieving revision 1.51 +retrieving revision 1.52 +diff -u -r1.51 -r1.52 +--- player/rb-player-gst.c 2005/11/30 08:47:21 1.51 ++++ player/rb-player-gst.c 2005/12/03 10:56:42 1.52 +@@ -782,7 +782,7 @@ + + if (mp->priv->playbin != NULL) { + GParamSpec *volume_pspec; +- GValue val; ++ GValue val = {0,}; + + volume_pspec = g_object_class_find_property (G_OBJECT_GET_CLASS (mp->priv->playbin), + "volume"); |