mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
* Update to 0.6.5
* Use gstreamerplugins
This commit is contained in:
parent
d0d7ed783d
commit
967cb80518
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98756
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.6.4
|
||||
PORTVERSION= 0.6.5
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
||||
@ -32,8 +32,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
|
||||
LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
|
||||
CONFIGURE_ARGS+= --enable-xine
|
||||
.else
|
||||
#USE_GNOME+= gstreamerplugins
|
||||
LIB_DEPENDS+= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins
|
||||
USE_GNOME+= gstreamerplugins
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/rhythmbox-0.6.4.tar.bz2) = 8aa6809e065bc17fb1a0ef57eb058225
|
||||
MD5 (gnome2/rhythmbox-0.6.5.tar.bz2) = c9cf126e219a08b90b77c65396cfcca8
|
||||
|
14
audio/rhythmbox-devel/files/patch-shell_rb-shell.c
Normal file
14
audio/rhythmbox-devel/files/patch-shell_rb-shell.c
Normal file
@ -0,0 +1,14 @@
|
||||
--- shell/rb-shell.c.orig Thu Jan 22 03:35:39 2004
|
||||
+++ shell/rb-shell.c Thu Jan 22 03:36:04 2004
|
||||
@@ -610,10 +610,10 @@
|
||||
{
|
||||
RBShell *shell = RB_SHELL (bonobo_object (_servant));
|
||||
RBPlaylist *parser;
|
||||
+ GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
|
||||
|
||||
rb_debug ("handling uri: %s", uri);
|
||||
|
||||
- GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
|
||||
if (!vfsuri) {
|
||||
rb_error_dialog (_("Unable to parse URI \"%s\"\n"), uri);
|
||||
return;
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.6.4
|
||||
PORTVERSION= 0.6.5
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
||||
@ -32,8 +32,7 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \
|
||||
LIB_DEPENDS+= xine.9:${PORTSDIR}/multimedia/libxine
|
||||
CONFIGURE_ARGS+= --enable-xine
|
||||
.else
|
||||
#USE_GNOME+= gstreamerplugins
|
||||
LIB_DEPENDS+= gstplay-0.6.1:${PORTSDIR}/multimedia/gstreamer-plugins
|
||||
USE_GNOME+= gstreamerplugins
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/rhythmbox-0.6.4.tar.bz2) = 8aa6809e065bc17fb1a0ef57eb058225
|
||||
MD5 (gnome2/rhythmbox-0.6.5.tar.bz2) = c9cf126e219a08b90b77c65396cfcca8
|
||||
|
14
audio/rhythmbox/files/patch-shell_rb-shell.c
Normal file
14
audio/rhythmbox/files/patch-shell_rb-shell.c
Normal file
@ -0,0 +1,14 @@
|
||||
--- shell/rb-shell.c.orig Thu Jan 22 03:35:39 2004
|
||||
+++ shell/rb-shell.c Thu Jan 22 03:36:04 2004
|
||||
@@ -610,10 +610,10 @@
|
||||
{
|
||||
RBShell *shell = RB_SHELL (bonobo_object (_servant));
|
||||
RBPlaylist *parser;
|
||||
+ GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
|
||||
|
||||
rb_debug ("handling uri: %s", uri);
|
||||
|
||||
- GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
|
||||
if (!vfsuri) {
|
||||
rb_error_dialog (_("Unable to parse URI \"%s\"\n"), uri);
|
||||
return;
|
Loading…
Reference in New Issue
Block a user