Diff below updates audio/audacious-{player,plugins} and meta/audacious to 4.0.3. Changes: https://audacious-media-player.org/news/48-audacious-4-0-3-released
Run tested on amd64. Comments/OK? diff --git audio/audacious/Makefile.inc audio/audacious/Makefile.inc index 2e3e84ecc4c..a1dcb433f3b 100644 --- audio/audacious/Makefile.inc +++ audio/audacious/Makefile.inc @@ -1,7 +1,7 @@ # $OpenBSD: Makefile.inc,v 1.2 2020/04/16 11:01:10 bket Exp $ # Do not forget to sync meta/audacious -VERSION = 4.0.2 +VERSION = 4.0.3 CATEGORIES = audio multimedia diff --git audio/audacious/player/distinfo audio/audacious/player/distinfo index 3df2559bb75..8b60136e91a 100644 --- audio/audacious/player/distinfo +++ audio/audacious/player/distinfo @@ -1,2 +1,2 @@ -SHA256 (audacious-4.0.2.tar.bz2) = GKUr2fH5bRe/da1tQLBgL8KYme8szZ0qZynfpfx/Wmc= -SIZE (audacious-4.0.2.tar.bz2) = 576407 +SHA256 (audacious-4.0.3.tar.bz2) = 8wF3xRhX8yrGK4pNeehKsZuvZg2ks1q7chXciiMfdtY= +SIZE (audacious-4.0.3.tar.bz2) = 577512 diff --git audio/audacious/plugins/Makefile audio/audacious/plugins/Makefile index ac65177668c..13fab2de163 100644 --- audio/audacious/plugins/Makefile +++ audio/audacious/plugins/Makefile @@ -58,7 +58,6 @@ CONFIGURE_ARGS += --disable-alsa \ --disable-qt \ --disable-sdlout \ --disable-sid \ - --disable-streamtuner \ --enable-gtk CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" diff --git audio/audacious/plugins/distinfo audio/audacious/plugins/distinfo index 0b508f23c5c..a8e95837c66 100644 --- audio/audacious/plugins/distinfo +++ audio/audacious/plugins/distinfo @@ -1,2 +1,2 @@ -SHA256 (audacious-plugins-4.0.2.tar.bz2) = WeQy7p/4+QvDxWN4lD6nMHJCE1D3GyDVjuJWjM1K+SA= -SIZE (audacious-plugins-4.0.2.tar.bz2) = 1752042 +SHA256 (audacious-plugins-4.0.3.tar.bz2) = 4qiPXKw+/gPu27jTIMobuTAHiM5mBW0s66YOsA+K75c= +SIZE (audacious-plugins-4.0.3.tar.bz2) = 1759123 diff --git audio/audacious/plugins/patches/patch-configure audio/audacious/plugins/patches/patch-configure index 63af64a4623..f5978aacc06 100644 --- audio/audacious/plugins/patches/patch-configure +++ audio/audacious/plugins/patches/patch-configure @@ -7,7 +7,7 @@ polluted very early on, breaking most of the checks using AC_CHECK_LIB. Index: configure --- configure.orig +++ configure -@@ -10179,8 +10179,6 @@ $as_echo "yes" >&6; } +@@ -10280,8 +10280,6 @@ $as_echo "yes" >&6; } fi @@ -16,7 +16,7 @@ Index: configure if test $HAVE_DARWIN = yes ; then -@@ -15421,6 +15419,8 @@ as_fn_error () +@@ -15522,6 +15520,8 @@ as_fn_error () as_fn_exit $as_status } # as_fn_error diff --git meta/audacious/Makefile meta/audacious/Makefile index c7a9884a6bc..972a16b0b53 100644 --- meta/audacious/Makefile +++ meta/audacious/Makefile @@ -2,7 +2,7 @@ COMMENT = audacious meta-package -VERSION = 4.0.2 +VERSION = 4.0.3 PKGNAME = audacious-${VERSION} RUN_DEPENDS= audio/audacious/player>=${VERSION} \