diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-16 10:44:29 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-06-16 10:44:29 +0800 |
commit | 01a63affb5af956a749b41a35d82bc34c133bbb4 (patch) | |
tree | 9bc59857b8593c597fcffee85c142c23f6862691 /sysutils | |
parent | 7cb5d2a874062b24b44b10fc735987754a9a771e (diff) | |
download | marcuscom-ports-01a63affb5af956a749b41a35d82bc34c133bbb4.tar.gz marcuscom-ports-01a63affb5af956a749b41a35d82bc34c133bbb4.tar.zst marcuscom-ports-01a63affb5af956a749b41a35d82bc34c133bbb4.zip |
Update to 2.27.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12384 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/brasero/Makefile | 18 | ||||
-rw-r--r-- | sysutils/brasero/distinfo | 6 | ||||
-rw-r--r-- | sysutils/brasero/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/brasero/pkg-plist | 4 |
4 files changed, 21 insertions, 11 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile index e26766466..f0bfbb8b8 100644 --- a/sysutils/brasero/Makefile +++ b/sysutils/brasero/Makefile @@ -3,10 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/brasero/Makefile,v 1.45 2009/05/07 18:17:31 marcus Exp $ +# $MCom: ports/sysutils/brasero/Makefile,v 1.46 2009/05/27 16:28:18 kwm Exp $ PORTNAME= brasero -PORTVERSION= 2.27.2 +PORTVERSION= 2.27.3 CATEGORIES= sysutils audio multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -24,7 +24,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_XORG= sm -USE_GNOME= intlhack gnomeprefix gnomehack nautilus2 +USE_GNOME= intlhack gnomeprefix gnomehack USE_GSTREAMER= gconf core INSTALLS_OMF= yes INSTALLS_ICONS= yes @@ -35,10 +35,20 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_CAM_LIB_H=1" \ MAN1= brasero.1 GCONF_SCHEMAS= brasero.schemas -OPTIONS= LIBBURNIA "Enable libburnia plug-ins" off +OPTIONS= NAUTILUS "Enable Nautilus extension" on \ + LIBBURNIA "Enable libburnia plug-ins" off .include <bsd.port.pre.mk> +.if !defined(WITHOUT_NAUTILUS) +USE_GNOME+= nautilus2 +CONFIGURE_ARGS+=--enable-nautilus +PLIST_SUB+= NAUTILUS="" +.else +PLIST_SUB+= NAUTILUS="@comment " +CONFIGURE_ARGS+=--enable-nautilus=no +.endif + .if defined(WITH_LIBBURNIA) LIB_DEPENDS+= burn.4:${PORTSDIR}/devel/libburn \ isofs.6:${PORTSDIR}/devel/libisofs diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo index fdd1c5e06..e0e882304 100644 --- a/sysutils/brasero/distinfo +++ b/sysutils/brasero/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/brasero-2.27.2.tar.bz2) = c7894531b332311bfeffd3335e12da4e -SHA256 (gnome2/brasero-2.27.2.tar.bz2) = fae3b71affc359449829e5bb828e1525e804461603302978e75f34fee148f7fe -SIZE (gnome2/brasero-2.27.2.tar.bz2) = 3491368 +MD5 (gnome2/brasero-2.27.3.tar.bz2) = 5e7f288caa76cfe10949f1213b6f3f7a +SHA256 (gnome2/brasero-2.27.3.tar.bz2) = 461548ce48640ac8df87e2bfe9e0ab36919c81a3cfcd097563434773d2da7f93 +SIZE (gnome2/brasero-2.27.3.tar.bz2) = 3537465 diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr index 2e6f14b59..38ff4ebc9 100644 --- a/sysutils/brasero/pkg-descr +++ b/sysutils/brasero/pkg-descr @@ -1,6 +1,6 @@ CD/DVD mastering tool for the gnome desktop. It has been designed to be simple and easy to use. - + Features: Data CD/DVD: - supports edition of discs contents @@ -20,4 +20,4 @@ CD/DVD copy: - supports single-session data DVD - supports any kind of CD -WWW: http://perso.wanadoo.fr/bonfire/ +WWW: http://projects.gnome.org/brasero/ diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist index 20cb28bc2..43861893b 100644 --- a/sysutils/brasero/pkg-plist +++ b/sysutils/brasero/pkg-plist @@ -83,8 +83,8 @@ lib/libbrasero-media.so.1 lib/libbrasero-utils.la lib/libbrasero-utils.so lib/libbrasero-utils.so.1 -lib/nautilus/extensions-2.0/libnautilus-brasero-extension.la -lib/nautilus/extensions-2.0/libnautilus-brasero-extension.so +%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.la +%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-brasero-extension.so libdata/pkgconfig/libbrasero-media.pc share/applications/brasero.desktop share/applications/brasero-copy-medium.desktop |