diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-02-28 00:35:31 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2015-02-28 00:35:31 +0800 |
commit | 75e9e5be26e3591555276152d09efd50005c2db6 (patch) | |
tree | f2840613aa14b8e3b78016884a255fd4c235bd17 /audio | |
parent | 23bb6e4584356367b2f174f514b73779e9b11d15 (diff) | |
download | freebsd-ports-gnome-75e9e5be26e3591555276152d09efd50005c2db6.tar.gz freebsd-ports-gnome-75e9e5be26e3591555276152d09efd50005c2db6.tar.zst freebsd-ports-gnome-75e9e5be26e3591555276152d09efd50005c2db6.zip |
Add a dependency on databases/tdb and make brasero support optional
(default: ON).
PR: 197518
Submitted by: kvedulv@kvedulv.de
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/Makefile | 11 | ||||
-rw-r--r-- | audio/rhythmbox/pkg-plist | 4 |
2 files changed, 9 insertions, 6 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 53633deb4814..6ed3f3421bb3 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -4,7 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -24,7 +24,7 @@ LIB_DEPENDS= libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libsecret-1.so:${PORTSDIR}/security/libsecret \ - libbrasero-media3.so:${PORTSDIR}/sysutils/brasero + libtdb.so:${PORTSDIR}/databases/tdb USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz @@ -48,8 +48,11 @@ PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//} GLIB_SCHEMAS= org.gnome.rhythmbox.gschema.xml OPTIONS_SUB= yes -OPTIONS_DEFINE= DAAP GRILO IPOD NOTIFY PYTHON LIRC MTP WEBKIT -OPTIONS_DEFAULT=NOTIFY PYTHON WEBKIT +OPTIONS_DEFINE= BRASERO DAAP GRILO IPOD NOTIFY PYTHON LIRC MTP WEBKIT +OPTIONS_DEFAULT=BRASERO NOTIFY PYTHON WEBKIT +BRASERO_DESC= Brasero disc burning support +BRASERO_CONFIGURE_ENABLE=brasero +BRASERO_LIB_DEPENDS= libbrasero-media3.so:${PORTSDIR}/sysutils/brasero DAAP_DESC= DAAP support DAAP_CONFIGURE_ENABLE= daap DAAP_LIB_DEPENDS= libdmapsharing-3.0.so:${PORTSDIR}/net/libdmapsharing diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index 0317bdb600ec..38c498200eab 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -125,8 +125,8 @@ lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so %%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTVER%%.pyo %%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTVER%%.pyc %%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTVER%%.pyo -lib/rhythmbox/plugins/cd-recorder/cd-recorder.plugin -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so +%%BRASERO%%lib/rhythmbox/plugins/cd-recorder/cd-recorder.plugin +%%BRASERO%%lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so %%DAAP%%lib/rhythmbox/plugins/daap/daap.plugin %%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin |