svn commit: r379341 - in head/multimedia: audacious audacious-plugins
Kurt Jaeger
pi at FreeBSD.org
Thu Feb 19 12:35:23 UTC 2015
Author: pi
Date: Thu Feb 19 12:35:21 2015
New Revision: 379341
URL: https://svnweb.freebsd.org/changeset/ports/379341
QAT: https://qat.redports.org/buildarchive/r379341/
Log:
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)
Modified:
head/multimedia/audacious-plugins/Makefile
head/multimedia/audacious-plugins/distinfo
head/multimedia/audacious-plugins/pkg-plist
head/multimedia/audacious/Makefile
head/multimedia/audacious/distinfo
Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile Thu Feb 19 11:34:05 2015 (r379340)
+++ head/multimedia/audacious-plugins/Makefile Thu Feb 19 12:35:21 2015 (r379341)
@@ -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/
Modified: head/multimedia/audacious-plugins/distinfo
==============================================================================
--- head/multimedia/audacious-plugins/distinfo Thu Feb 19 11:34:05 2015 (r379340)
+++ head/multimedia/audacious-plugins/distinfo Thu Feb 19 12:35:21 2015 (r379341)
@@ -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
Modified: head/multimedia/audacious-plugins/pkg-plist
==============================================================================
--- head/multimedia/audacious-plugins/pkg-plist Thu Feb 19 11:34:05 2015 (r379340)
+++ head/multimedia/audacious-plugins/pkg-plist Thu Feb 19 12:35:21 2015 (r379341)
@@ -209,6 +209,8 @@ share/audacious/Skins/TinyPlayer/volume.
%%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.
%%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
Modified: head/multimedia/audacious/Makefile
==============================================================================
--- head/multimedia/audacious/Makefile Thu Feb 19 11:34:05 2015 (r379340)
+++ head/multimedia/audacious/Makefile Thu Feb 19 12:35:21 2015 (r379341)
@@ -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
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
Modified: head/multimedia/audacious/distinfo
==============================================================================
--- head/multimedia/audacious/distinfo Thu Feb 19 11:34:05 2015 (r379340)
+++ head/multimedia/audacious/distinfo Thu Feb 19 12:35:21 2015 (r379341)
@@ -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
More information about the svn-ports-all
mailing list