1
0
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:
Joe Marcus Clarke 2004-01-22 08:45:32 +00:00
parent d0d7ed783d
commit 967cb80518
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98756
6 changed files with 34 additions and 8 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (gnome2/rhythmbox-0.6.4.tar.bz2) = 8aa6809e065bc17fb1a0ef57eb058225
MD5 (gnome2/rhythmbox-0.6.5.tar.bz2) = c9cf126e219a08b90b77c65396cfcca8

View 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;

View File

@ -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>

View File

@ -1 +1 @@
MD5 (gnome2/rhythmbox-0.6.4.tar.bz2) = 8aa6809e065bc17fb1a0ef57eb058225
MD5 (gnome2/rhythmbox-0.6.5.tar.bz2) = c9cf126e219a08b90b77c65396cfcca8

View 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;