- Update to upstream version 1.1.13

- Remove run-dependency on mplayer
- LIBNOTIFY is now a default OPTION
- Fix NLS plist & OPTION

PR:		198740
Submitted by:	lichray@gmail.com
This commit is contained in:
Thomas Zander 2015-03-22 14:26:40 +00:00
parent 4a9ac5f799
commit dd4a4cd3db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381915
4 changed files with 33 additions and 27 deletions

View File

@ -2,14 +2,15 @@
# $FreeBSD$
PORTNAME= gmusicbrowser
PORTVERSION= 1.1.10
PORTREVISION= 1
PORTVERSION= 1.1.13
CATEGORIES= audio
MASTER_SITES= http://gmusicbrowser.org/download/
MAINTAINER= lichray@gmail.com
COMMENT= Jukebox for large collections of mp3/ogg/flac/mpc files
LICENSE= GPLv3
RUN_DEPENDS= p5-Gtk2>=1.0:${PORTSDIR}/x11-toolkits/p5-Gtk2
NO_BUILD= yes
@ -20,19 +21,21 @@ PORTDATA= *
USES= shebangfix
SHEBANG_FILES= *.pl
OPTIONS_DEFINE= GSTREAMER MPLAYER DBUS WEBKIT NLS LIBNOTIFY DOCS
OPTIONS_DEFAULT=MPLAYER
OPTIONS_DEFINE= GSTREAMER DBUS WEBKIT NLS LIBNOTIFY DOCS
OPTIONS_DEFAULT=LIBNOTIFY
LIBNOTIFY_DESC= Desktop notification
WEBKIT_DESC= Enable embedded web browser
GSTREAMER_RUN_DEPENDS= p5-GStreamer>=0:${PORTSDIR}/multimedia/p5-GStreamer
MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
DBUS_RUN_DEPENDS= p5-Net-DBus>=1.0:${PORTSDIR}/devel/p5-Net-DBus
WEBKIT_RUN_DEPENDS= p5-Gtk2-WebKit>=0:${PORTSDIR}/www/p5-Gtk2-WebKit
LIBNOTIFY_RUN_DEPENDS= pt-Gtk2-Notify>=0.05:${PORTSDIR}/devel/p5-Gtk2-Notify
LIBNOTIFY_RUN_DEPENDS= p5-Gtk2-Notify>=0.05:${PORTSDIR}/devel/p5-Gtk2-Notify
NLS_RUN_DEPENDS= p5-Locale-gettext>=1.0:${PORTSDIR}/devel/p5-Locale-gettext
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MANPREFIX}/man/man1/${MAN1}
@ -44,7 +47,9 @@ do-install:
${INSTALL_SCRIPT} iceserver.pl ${STAGEDIR}${DATADIR})
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.if ${PORT_OPTIONS:MNLS}
(cd ${WRKSRC}/locale && \
${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share/locale)
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gmusicbrowser-1.1.10.tar.gz) = 7239ac6ad6bb308d5aab7aeab02f1ce1444591e537e647b87ddbabfedde58361
SIZE (gmusicbrowser-1.1.10.tar.gz) = 1963492
SHA256 (gmusicbrowser-1.1.13.tar.gz) = 0da5eeff037fe61e3f63723e5eba7f7f28018d7a81c7ab334a450dc28d8ab341
SIZE (gmusicbrowser-1.1.13.tar.gz) = 2083888

View File

@ -11,4 +11,4 @@ Main features :
- filters with unlimited nesting of conditions
- customizable weighted random mode
WWW: http://gmusicbrowser.org/
WWW: http://gmusicbrowser.org/

View File

@ -1,21 +1,22 @@
bin/gmusicbrowser
share/applications/gmusicbrowser.desktop
man/man1/gmusicbrowser.man.gz
share/locale/cs/LC_MESSAGES/gmusicbrowser.mo
share/locale/de/LC_MESSAGES/gmusicbrowser.mo
share/locale/es/LC_MESSAGES/gmusicbrowser.mo
share/locale/fi/LC_MESSAGES/gmusicbrowser.mo
share/locale/fr/LC_MESSAGES/gmusicbrowser.mo
share/locale/hu/LC_MESSAGES/gmusicbrowser.mo
share/locale/it/LC_MESSAGES/gmusicbrowser.mo
share/locale/ja/LC_MESSAGES/gmusicbrowser.mo
share/locale/ko/LC_MESSAGES/gmusicbrowser.mo
share/locale/nl/LC_MESSAGES/gmusicbrowser.mo
share/locale/pl/LC_MESSAGES/gmusicbrowser.mo
share/locale/pt/LC_MESSAGES/gmusicbrowser.mo
share/locale/pt_BR/LC_MESSAGES/gmusicbrowser.mo
share/locale/ru/LC_MESSAGES/gmusicbrowser.mo
share/locale/sr/LC_MESSAGES/gmusicbrowser.mo
share/locale/sv/LC_MESSAGES/gmusicbrowser.mo
share/locale/zh_CN/LC_MESSAGES/gmusicbrowser.mo
share/locale/zh_TW/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/cs/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/de/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/el/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/es/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/fi/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/fr/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/hu/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/it/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/ja/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/ko/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/nl/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/pl/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/pt/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/ru/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/sr/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/sv/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gmusicbrowser.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gmusicbrowser.mo