diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-03-16 22:48:04 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-03-16 22:48:04 +0000 |
commit | 7332a69f3b05102df915990c10a0217bfff4fafc (patch) | |
tree | 697520ebc5e6aef3c2bad91288925eb373b8c04c /multimedia/gnome-mplayer/Makefile | |
parent | a9660eb232b2bebc039e25760cb9c38a46df4fa3 (diff) | |
download | ports-7332a69f3b05102df915990c10a0217bfff4fafc.tar.gz ports-7332a69f3b05102df915990c10a0217bfff4fafc.zip |
- Update to 0.9.5
PR: ports/132661
Submitted by: Alexander Logvinov <ports AT logvinov.com> (maintainer)
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=230280
Diffstat (limited to 'multimedia/gnome-mplayer/Makefile')
-rw-r--r-- | multimedia/gnome-mplayer/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile index f7e537403c35..89cbc97d1a3d 100644 --- a/multimedia/gnome-mplayer/Makefile +++ b/multimedia/gnome-mplayer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome-mplayer -PORTVERSION= 0.9.4 +PORTVERSION= 0.9.5 CATEGORIES= multimedia gnome MASTER_SITES= GOOGLE_CODE @@ -20,7 +20,8 @@ OPTIONS= GIO "Use GIO for file I/O" off \ GCONF "Use Gconf to store preferences" off \ NOTIFY "Send notifications of new media" off \ GPOD "Add support for libgpod" off \ - BRAINZ3 "Add support for libmusicbrainz3" off + BRAINZ3 "Add support for libmusicbrainz3" off \ + NAUPLUG "Enable Nautilus plugin" off GNU_CONFIGURE= yes USE_GETTEXT= yes @@ -70,6 +71,15 @@ CONFIGURE_ARGS+= --with-libmusicbrainz3 CONFIGURE_ARGS+= --without-libmusicbrainz3 .endif +.if defined(WITH_NAUPLUG) +USE_GNOME+= nautilus2 +PLIST_SUB+= PLUGIN="" +CONFIGURE_ARGS+= --enable-nautilus +.else +PLIST_SUB+= PLUGIN="@comment " +CONFIGURE_ARGS+= --enable-nautilus=no +.endif + post-patch: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e \ |