ports/59705: [non-maintainer] update audio/rhythmbox to 0.6.1
Sergey Akifyev
asa at gascom.ru
Wed Nov 26 11:40:16 UTC 2003
>Number: 59705
>Category: ports
>Synopsis: [non-maintainer] update audio/rhythmbox to 0.6.1
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 26 03:40:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Sergey Akifyev
>Release: FreeBSD 4.8-RELEASE-p13 i386
>Organization:
JSC Gascom
>Environment:
System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa at boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386
>Description:
Update audio/rhythmbox to 0.6.1
This depends on PR 59703
>How-To-Repeat:
>Fix:
--- rhythmbox.diff begins here ---
diff -ruN rhythmbox.orig/Makefile rhythmbox/Makefile
--- rhythmbox.orig/Makefile Wed Nov 12 07:38:24 2003
+++ rhythmbox/Makefile Wed Nov 26 10:24:50 2003
@@ -6,7 +6,7 @@
#
PORTNAME= rhythmbox
-PORTVERSION= 0.6.0
+PORTVERSION= 0.6.1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
@@ -17,7 +17,7 @@
LIB_DEPENDS= musicbrainz.3:${PORTSDIR}/audio/libmusicbrainz \
FLAC.5:${PORTSDIR}/audio/flac \
- mad.1:${PORTSDIR}/audio/mad
+ id3tag.2:${PORTSDIR}/audio/libid3tag
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -40,7 +40,7 @@
.endif
.ifdef (WITH_XINE)
-LIB_DEPENDS+= xine.7:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+= xine.8:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+= --enable-xine
.else
LIB_DEPENDS+= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins
diff -ruN rhythmbox.orig/distinfo rhythmbox/distinfo
--- rhythmbox.orig/distinfo Wed Nov 12 07:38:24 2003
+++ rhythmbox/distinfo Wed Nov 26 09:11:55 2003
@@ -1 +1 @@
-MD5 (gnome2/rhythmbox-0.6.0.tar.bz2) = 4b2f613f3a9f0e66facdc571867093c1
+MD5 (gnome2/rhythmbox-0.6.1.tar.bz2) = 5791f9fb69c9a855d84e1e666b2e86a9
diff -ruN rhythmbox.orig/files/patch-lib_rb-tree-dnd.c rhythmbox/files/patch-lib_rb-tree-dnd.c
--- rhythmbox.orig/files/patch-lib_rb-tree-dnd.c Wed Nov 12 03:03:08 2003
+++ rhythmbox/files/patch-lib_rb-tree-dnd.c Thu Jan 1 00:00:00 1970
@@ -1,26 +0,0 @@
---- lib/rb-tree-dnd.c.orig Tue Nov 11 20:58:54 2003
-+++ lib/rb-tree-dnd.c Tue Nov 11 20:59:17 2003
-@@ -710,9 +710,10 @@
- gint n_targets,
- GdkDragAction actions)
- {
-+ RbTreeDndData *priv_data;
- g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
-
-- RbTreeDndData *priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view));
-+ priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view));
-
- if (!priv_data->button_press_event_handler) {
-
-@@ -746,9 +747,10 @@
- gint n_targets,
- GdkDragAction actions)
- {
-+ RbTreeDndData *priv_data;
- g_return_if_fail (GTK_IS_TREE_VIEW (tree_view));
-
-- RbTreeDndData *priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view));
-+ priv_data = init_rb_tree_dnd_data (GTK_WIDGET(tree_view));
-
- if (!priv_data->drag_leave_handler) {
-
diff -ruN rhythmbox.orig/pkg-plist rhythmbox/pkg-plist
--- rhythmbox.orig/pkg-plist Mon Oct 27 03:46:37 2003
+++ rhythmbox/pkg-plist Wed Nov 26 11:07:37 2003
@@ -114,6 +114,7 @@
share/locale/am/LC_MESSAGES/rhythmbox.mo
share/locale/az/LC_MESSAGES/rhythmbox.mo
share/locale/be/LC_MESSAGES/rhythmbox.mo
+share/locale/ca/LC_MESSAGES/rhythmbox.mo
share/locale/cs/LC_MESSAGES/rhythmbox.mo
share/locale/cy/LC_MESSAGES/rhythmbox.mo
share/locale/da/LC_MESSAGES/rhythmbox.mo
--- rhythmbox.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list