From a4f5bcd3a7a2ae809e5b16f8773313fe5c27aa62 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 22 Mar 2009 00:17:29 +0000 Subject: Add missing dependencies on cdrdao, cdrtools, and dvd+rw-tools. Also, add optional support for libburnia. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12179 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/brasero/Makefile | 20 ++++++++++++++++++-- sysutils/brasero/pkg-plist | 4 ++++ 2 files changed, 22 insertions(+), 2 deletions(-) (limited to 'sysutils/brasero') diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index 667b6d4be..28428ffa3 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,11 @@ # Whom: Michael Johnson # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.41 2009/03/14 17:22:13 marcus Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.42 2009/03/16 08:13:37 kwm Exp $ PORTNAME= brasero PORTVERSION= 2.26.0 +PORTREVISION= 1 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,6 +17,8 @@ COMMENT= CD/DVD mastering tool for the GNOME desktop LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser +RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \ + cdrdao:${PORTSDIR}/sysutils/cdrdao USE_GETTEXT= yes USE_BZIP2= yes @@ -33,4 +36,17 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ MAN1= brasero.1 GCONF_SCHEMAS= brasero.schemas -.include +OPTIONS= LIBBURNIA "Enable libburnia plug-ins" off + +.include + +.if defined(WITH_LIBBURNIA) +LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \ + isofs.6:${PORTSDIR}/devel/libisofs +CONFIGURE_ARGS+=--enable-libburnia +PLIST_SUB+= LIBBURNIA="" +.else +PLIST_SUB+= LIBBURNIA="@comment " +.endif + +.include diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist index 00b198e74..b2536ed17 100644 --- a/sysutils/brasero/pkg-plist +++ b/sysutils/brasero/pkg-plist @@ -27,6 +27,10 @@ lib/brasero/plugins/libbrasero-genisoimage.la lib/brasero/plugins/libbrasero-genisoimage.so lib/brasero/plugins/libbrasero-growisofs.la lib/brasero/plugins/libbrasero-growisofs.so +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.la +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libburn.so +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.la +%%LIBBURNIA%%lib/brasero/plugins/libbrasero-libisofs.so lib/brasero/plugins/libbrasero-local-track.la lib/brasero/plugins/libbrasero-local-track.so lib/brasero/plugins/libbrasero-mkisofs.la -- cgit v1.2.3