1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

multimedia/audacious, -plugins: fix non-NLS build issue, 3.5 -> 3.5.2

- fix build if NLS option is not selected
- updated translations
- fixes for a few more bugs, including #457, #458, and #462

PR:		197250
Submitted by:	amdmi3
Approved by:	oliver (maintainer timeout)
This commit is contained in:
Kurt Jaeger 2015-02-19 12:35:21 +00:00
parent 617860334c
commit 18dbdb775a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379341
5 changed files with 11 additions and 9 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= audacious-plugins
PORTVERSION= 3.5
PORTREVISION= 5
PORTVERSION= 3.5.2
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.audacious-media-player.org/

View File

@ -1,2 +1,2 @@
SHA256 (audacious-plugins-3.5.tar.bz2) = 11bc39e5e386b218db62122411de15363cd5795f2e86ea7989d10d640f2dd4d2
SIZE (audacious-plugins-3.5.tar.bz2) = 1710000
SHA256 (audacious-plugins-3.5.2.tar.bz2) = 179600d7f8ae31a7d9c5785ce6fa7e09184dbd1271e0adb8c57760432c6a4cd9
SIZE (audacious-plugins-3.5.2.tar.bz2) = 1734588

View File

@ -209,6 +209,8 @@ share/audacious/Skins/TinyPlayer/volume.png
%%NLS%%share/locale/lt/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/lv/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/ml_IN/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/ms/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/nl/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/pl/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/pt_PT/LC_MESSAGES/audacious-plugins.mo
@ -217,6 +219,7 @@ share/audacious/Skins/TinyPlayer/volume.png
%%NLS%%share/locale/sk/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/sr/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/sr_RS/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/sv/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/ta/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/tr/LC_MESSAGES/audacious-plugins.mo
%%NLS%%share/locale/uk/LC_MESSAGES/audacious-plugins.mo

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= audacious
PORTVERSION= 3.5
PORTVERSION= 3.5.2
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.audacious-media-player.org/
@ -15,7 +15,7 @@ LIB_DEPENDS= libmcs.so:${PORTSDIR}/devel/libmcs \
libmowgli.so:${PORTSDIR}/devel/libmowgli
GNU_CONFIGURE= yes
USES= pkgconfig gmake tar:bzip2 desktop-file-utils
USES= pkgconfig gmake tar:bzip2 desktop-file-utils gettext-tools
USE_XORG= x11 sm
USE_GNOME= gtk30 libxml2
USE_LDCONFIG= yes
@ -49,7 +49,7 @@ USES+= iconv
.endif
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
USES+= gettext-runtime
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
.else

View File

@ -1,2 +1,2 @@
SHA256 (audacious-3.5.tar.bz2) = 4180a1a922b42ef2b1fe47c708a226e03e7400b35e04ece4b2e73c01c5d42514
SIZE (audacious-3.5.tar.bz2) = 443556
SHA256 (audacious-3.5.2.tar.bz2) = 3915b9692ef8acb2588b0e26c2738e59e36766cfe83e7e52c0e601688e6c1956
SIZE (audacious-3.5.2.tar.bz2) = 448436