aboutsummaryrefslogtreecommitdiff
path: root/multimedia/audacious
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2023-04-30 10:53:37 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2023-04-30 10:53:37 +0000
commitfdad0ac4f48a8896c32f73ee06039ed35c075b02 (patch)
tree164357726698c4b3000441aa85711a070cb399fe /multimedia/audacious
parent83b4741fa4d70e3e01fb858addd25019783d0ec6 (diff)
downloadports-fdad0ac4f48a8896c32f73ee06039ed35c075b02.tar.gz
ports-fdad0ac4f48a8896c32f73ee06039ed35c075b02.zip
multimedia/audacious: Update to 4.3.1
Diffstat (limited to 'multimedia/audacious')
-rw-r--r--multimedia/audacious/Makefile6
-rw-r--r--multimedia/audacious/distinfo6
-rw-r--r--multimedia/audacious/files/patch-meson.build19
3 files changed, 4 insertions, 27 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile
index ca96b2b4ca13..3412e0b140ce 100644
--- a/multimedia/audacious/Makefile
+++ b/multimedia/audacious/Makefile
@@ -1,5 +1,5 @@
PORTNAME= audacious
-PORTVERSION= 4.3
+PORTVERSION= 4.3.1
CATEGORIES= multimedia audio
MASTER_SITES= https://distfiles.audacious-media-player.org/
@@ -72,10 +72,6 @@ LIBARCHIVE_USES= libarchive
NLS_USES= gettext-runtime
-post-patch:
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \
- ${WRKSRC}/src/libaudqt/meson.build
-
post-patch-NLS-off:
@${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build
diff --git a/multimedia/audacious/distinfo b/multimedia/audacious/distinfo
index 88c11a9e13c4..ea9883f0daa7 100644
--- a/multimedia/audacious/distinfo
+++ b/multimedia/audacious/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678119453
-SHA256 (audacious-4.3.tar.bz2) = 27584dc845c7e70db8c9267990945f17322a1ecc80ff8b452e9ca916a0ce9091
-SIZE (audacious-4.3.tar.bz2) = 623855
+TIMESTAMP = 1682842590
+SHA256 (audacious-4.3.1.tar.bz2) = 85e9e26841505b51e342ee72a2d05f19bef894f567a029ebb3f3e0c1adb42042
+SIZE (audacious-4.3.1.tar.bz2) = 630820
diff --git a/multimedia/audacious/files/patch-meson.build b/multimedia/audacious/files/patch-meson.build
deleted file mode 100644
index ae24ada8769e..000000000000
--- a/multimedia/audacious/files/patch-meson.build
+++ /dev/null
@@ -1,19 +0,0 @@
---- meson.build.orig 2023-03-05 17:47:00 UTC
-+++ meson.build
-@@ -55,6 +55,7 @@ have_darwin = host_machine.system() == 'darwin'
-
-
- have_darwin = host_machine.system() == 'darwin'
-+have_freebsd = host_machine.system() == 'freebsd'
- have_windows = host_machine.system() == 'windows'
-
-
-@@ -120,7 +121,7 @@ if (cxx.has_header('libintl.h'))
- if (cxx.has_header('libintl.h'))
- add_project_arguments('-DHAVE_GETTEXT', language: ['c', 'cpp'])
-
-- if have_darwin or have_windows
-+ if have_darwin or have_freebsd or have_windows
- add_project_link_arguments('-lintl', language: ['c', 'cpp'])
- endif
- endif