diff options
author | kwm <kwm@FreeBSD.org> | 2017-05-20 17:29:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-05-20 17:29:06 +0800 |
commit | 7e338ed1677a21daf83339525eb6a72ab24265ab (patch) | |
tree | 6c1493d6097304bb912b3754c7799d92a7355df5 /audio | |
parent | 2b70395a56e8be229146c572408313802b00d8ca (diff) | |
download | freebsd-ports-gnome-7e338ed1677a21daf83339525eb6a72ab24265ab.tar.gz freebsd-ports-gnome-7e338ed1677a21daf83339525eb6a72ab24265ab.tar.zst freebsd-ports-gnome-7e338ed1677a21daf83339525eb6a72ab24265ab.zip |
svn copy grilo -> grilo2 and grilo-plugins -> grilo-plugins2
* These is done so grilo and grilo-plugins can be updated to 0.3.x and
the users of grilo can switch when they are ready.
* Chase grilo users to the new locations.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-music/Makefile | 3 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index 70062870fabe..7ce24569eed0 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-music PORTVERSION= 3.18.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -11,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME music playing application BUILD_DEPENDS= itstool:textproc/itstool -LIB_DEPENDS= libgrilo-0.2.so:net/grilo \ +LIB_DEPENDS= libgrilo-0.2.so:net/grilo2 \ libmediaart-2.0.so:multimedia/libmediaart PORTSCOUT= limitw:1,even diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index e2673755769c..3307af8a2db6 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -58,8 +58,8 @@ IPOD_CONFIGURE_WITH= ipod IPOD_LIB_DEPENDS= libgpod.so:audio/libgpod GRILO_DESC= Media discovery with Grilo GRILO_CONFIGURE_ENABLE= grilo -GRILO_BUILD_DEPENDS= grilo-plugins>=0:net/grilo-plugins -GRILO_RUN_DEPENDS= grilo-plugins>=0:net/grilo-plugins +GRILO_BUILD_DEPENDS= grilo-plugins2>=0:net/grilo-plugins2 +GRILO_RUN_DEPENDS= grilo-plugins2>=0:net/grilo-plugins2 LIRC_CONFIGURE_ENABLE= lirc LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc NOTIFY_CONFIGURE_ENABLE= libnotify |