diff options
| -rw-r--r-- | audio/rhythmbox-devel/Makefile | 2 | ||||
| -rw-r--r-- | audio/rhythmbox-devel/files/patch-player_rb-player-gst.c | 16 | ||||
| -rw-r--r-- | audio/rhythmbox/Makefile | 2 | ||||
| -rw-r--r-- | audio/rhythmbox/files/patch-player_rb-player-gst.c | 16 |
4 files changed, 34 insertions, 2 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 2f5a4962f742..3d93e2a85bcd 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/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-devel/files/patch-player_rb-player-gst.c b/audio/rhythmbox-devel/files/patch-player_rb-player-gst.c new file mode 100644 index 000000000000..c4f14a9f81cc --- /dev/null +++ b/audio/rhythmbox-devel/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"); 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"); |
