Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 16:35:32 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380100 - head/audio/rhythmbox
Message-ID:  <201502271635.t1RGZWFP072139@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Fri Feb 27 16:35:31 2015
New Revision: 380100
URL: https://svnweb.freebsd.org/changeset/ports/380100
QAT: https://qat.redports.org/buildarchive/r380100/

Log:
  Add a dependency on databases/tdb and make brasero support optional
  (default: ON).
  
  PR:		197518
  Submitted by:	kvedulv@kvedulv.de

Modified:
  head/audio/rhythmbox/Makefile
  head/audio/rhythmbox/pkg-plist

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Fri Feb 27 16:30:40 2015	(r380099)
+++ head/audio/rhythmbox/Makefile	Fri Feb 27 16:35:31 2015	(r380100)
@@ -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:${PORTSD
 		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

Modified: head/audio/rhythmbox/pkg-plist
==============================================================================
--- head/audio/rhythmbox/pkg-plist	Fri Feb 27 16:30:40 2015	(r380099)
+++ head/audio/rhythmbox/pkg-plist	Fri Feb 27 16:35:31 2015	(r380100)
@@ -125,8 +125,8 @@ lib/rhythmbox/plugins/audioscrobbler/lib
 %%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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502271635.t1RGZWFP072139>