Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2009 23:27:57 +0900 (YAKT)
From:      Alexander Logvinov <ports@logvinov.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Alexander Logvinov <ports@logvinov.com>
Subject:   ports/132661: [maintainer update] multimedia/gnome-mplayer: update to 0.9.5
Message-ID:  <200903151427.n2FERvYZ092760@blg.akavia.ru>
Resent-Message-ID: <200903151430.n2FEU3fr005073@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132661
>Category:       ports
>Synopsis:       [maintainer update] multimedia/gnome-mplayer: update to 0.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 15 14:30:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Logvinov
>Release:        FreeBSD 6.4-RELEASE i386
>Organization:
>Environment:

>Description:

  Update to 0.9.5.

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/gnome-mplayer/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	1 Mar 2009 14:18:06 -0000	1.1
+++ Makefile	15 Mar 2009 14:25:37 -0000
@@ -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 @@
 		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+=	--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 \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/gnome-mplayer/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	1 Mar 2009 14:18:06 -0000	1.1
+++ distinfo	15 Mar 2009 14:25:37 -0000
@@ -1,3 +1,3 @@
-MD5 (gnome-mplayer-0.9.4.tar.gz) = 42722c0361a43c16fea6261b2b2118e9
-SHA256 (gnome-mplayer-0.9.4.tar.gz) = ed02688b294647aa53b5565be4a04553a08fdc203692fdd074b6182f9e060b75
-SIZE (gnome-mplayer-0.9.4.tar.gz) = 540526
+MD5 (gnome-mplayer-0.9.5.tar.gz) = 02d01f1cca7ff3af511c59198f3c35a7
+SHA256 (gnome-mplayer-0.9.5.tar.gz) = 4cefb2afa08d8e75c1273980e2cad0e13f4b872e2f90019f1ac0d75ec9fa41b7
+SIZE (gnome-mplayer-0.9.5.tar.gz) = 747308
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/multimedia/gnome-mplayer/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	1 Mar 2009 14:18:06 -0000	1.1
+++ pkg-plist	15 Mar 2009 14:25:37 -0000
@@ -5,6 +5,7 @@
 share/locale/en/LC_MESSAGES/gnome-mplayer.mo
 share/locale/es/LC_MESSAGES/gnome-mplayer.mo
 share/locale/fr/LC_MESSAGES/gnome-mplayer.mo
+share/locale/ja/LC_MESSAGES/gnome-mplayer.mo
 share/locale/it/LC_MESSAGES/gnome-mplayer.mo
 share/locale/ko/LC_MESSAGES/gnome-mplayer.mo
 share/locale/pl/LC_MESSAGES/gnome-mplayer.mo
@@ -19,4 +20,8 @@
 share/locale/zh_HK/LC_MESSAGES/gnome-mplayer.mo
 share/locale/zh_TW/LC_MESSAGES/gnome-mplayer.mo
 share/pixmaps/gnome-mplayer.png
+%%PLUGIN%%lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so.0
+%%PLUGIN%%lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.so
+%%PLUGIN%%lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.la
+%%PLUGIN%%lib/nautilus/extensions-2.0/libgnome-mplayer-properties-page.a
 @dirrmtry share/applications
>Release-Note:
>Audit-Trail:
>Unformatted:



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