diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-02 17:13:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-02 17:13:38 +0800 |
commit | 5f94b9bffd724723454637418caa64865d872bbd (patch) | |
tree | acd36b2b49b9201c166d7c0976fad2995b18d936 /audio/rhythmbox/Makefile | |
parent | 8094195d4a2bfb35f585071e0c82efe664533636 (diff) | |
download | marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.tar marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.tar.gz marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.tar.bz2 marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.tar.lz marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.tar.xz marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.tar.zst marcuscom-ports-5f94b9bffd724723454637418caa64865d872bbd.zip |
Update to 0.9.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5605 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 68f471346..33f75b489 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.44 2006/01/20 02:55:57 ahze Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.45 2006/01/24 21:17:56 ahze Exp $ # PORTNAME= rhythmbox -PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTVERSION= 0.9.3 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 @@ -27,7 +27,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -USE_GSTREAMER80= flac mad gnomevfs gconf jpeg +USE_GSTREAMER= flac mad gnomevfs gconf jpeg USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-nautilus-menu CONFIGURE_ENV= LIBS="-lm" \ @@ -38,7 +38,8 @@ GCONF_SCHEMAS= rhythmbox.schemas OPTIONS= IPOD "Enable iPod support" off \ DAAP "Enable iTunes music sharing" off \ - FAAD "Enable FAAD decoder support" off + FAAD "Enable FAAD decoder support" off \ + NOTIFY "Enable libnotify support" on .include <bsd.port.pre.mk> @@ -55,13 +56,13 @@ WITH_VORBIS= yes .endif .ifdef (WITH_VORBIS) -USE_GSTREAMER80+= vorbis +USE_GSTREAMER+= vorbis .else CONFIGURE_ARGS+= --disable-vorbis --disable-vorbistest .endif .if defined(WITH_FAAD) -USE_GSTREAMER80+= faad +USE_GSTREAMER+= faad .endif .if defined(WITH_DAAP) @@ -75,6 +76,12 @@ LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi CONFIGURE_ARGS+= --disable-daap .endif +.if !defined(WITHOUT_NOTIFY) +LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +.else +CONFIGURE_ARGS+= --disable-libnotify +.endif + pre-everything:: .if !defined(WITH_VORBIS) @${ECHO_MSG} |