ports/176654: [UPDATE] audio/gmusicbrowser tp 1.1.10
Zhihao Yuan
lichray at gmail.com
Tue Mar 5 05:10:00 UTC 2013
>Number: 176654
>Category: ports
>Synopsis: [UPDATE] audio/gmusicbrowser tp 1.1.10
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 05 05:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Zhihao Yuan
>Release: FreeBSD 8.3-STABLE amd64
>Organization:
Rackspace
>Environment:
System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #7 r246392: Wed Feb 6 03:39:18 CST 2013 lichray at elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64
>Description:
Add a new option, p5-Gtk2-Notify (my favorite, desktop notification).
>How-To-Repeat:
>Fix:
--- gmusicbrowser-1.1.10.patch begins here ---
Index: audio/gmusicbrowser/Makefile
===================================================================
--- audio/gmusicbrowser/Makefile (revision 313434)
+++ audio/gmusicbrowser/Makefile (working copy)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= gmusicbrowser
-PORTVERSION= 1.1.9
-PORTREVISION= 1
+PORTVERSION= 1.1.10
CATEGORIES= audio
MASTER_SITES= http://gmusicbrowser.org/download/
@@ -14,12 +13,13 @@
NO_BUILD= yes
-MAN1= gmusicbrowser.1
+MAN1= gmusicbrowser.1
PORTDOCS= AUTHORS COPYING README NEWS INSTALL layout_doc.html
PORTDATA= *
-OPTIONS_DEFINE= GSTREAMER MPLAYER DBUS WEBKIT NLS
-OPTIONS_DEFAULT= MPLAYER
+OPTIONS_DEFINE= GSTREAMER MPLAYER DBUS WEBKIT NLS LIBNOTIFY
+OPTIONS_DEFAULT=MPLAYER
+LIBNOTIFY_DESC= Desktop notification
WEBKIT_DESC= Enable embedded web browser
@@ -41,6 +41,10 @@
RUN_DEPENDS+= p5-Gtk2-WebKit>=0:${PORTSDIR}/www/p5-Gtk2-WebKit
.endif
+.if ${PORT_OPTIONS:MLIBNOTIFY}
+RUN_DEPENDS+= pt-Gtk2-Notify>=0.05:${PORTSDIR}/devel/p5-Gtk2-Notify
+.endif
+
.if defined(NOPORTDATA)
IGNORE= port data contain code, undefine NOPORTDATA
.endif
Index: audio/gmusicbrowser/distinfo
===================================================================
--- audio/gmusicbrowser/distinfo (revision 313434)
+++ audio/gmusicbrowser/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (gmusicbrowser-1.1.9.tar.gz) = 7612ec91d8addc8f511e20fd6025ffe735cc1281a8e7b3278368a23f5cb0bd24
-SIZE (gmusicbrowser-1.1.9.tar.gz) = 1631107
+SHA256 (gmusicbrowser-1.1.10.tar.gz) = 7239ac6ad6bb308d5aab7aeab02f1ce1444591e537e647b87ddbabfedde58361
+SIZE (gmusicbrowser-1.1.10.tar.gz) = 1963492
--- gmusicbrowser-1.1.10.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list