Wednesday, April 08, 2020

UPDATE audio/audacious-plugins-4.0.1

Diff below brings audacious-plugins to 4.0.1, which is needed for
updating audacious.

Qt5-support has been disabled in favour of GTK.

Run tested in combination with audacious on amd64.

Comments/OK?


diff --git Makefile Makefile
index fcc13cb46e2..09bf241adfe 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@

COMMENT = input and output plugins for Audacious

-V = 3.10.1
+V = 4.0.1
DISTNAME = audacious-plugins-$V

CATEGORIES = audio multimedia
@@ -68,7 +68,9 @@ CONFIGURE_ARGS += --disable-alsa \
--disable-oss4 \
--disable-pulse \
--disable-sdlout \
- --disable-sid
+ --disable-sid \
+ --disable-qt \
+ --enable-gtk
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib"

diff --git distinfo distinfo
index b4a3f1061c9..866e666810f 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (audacious-plugins-3.10.1.tar.bz2) = 7sMXdjH5lym/DpQiO2J0BsxkjHDmZG41YTx7VQQKJkI=
-SIZE (audacious-plugins-3.10.1.tar.bz2) = 1715477
+SHA256 (audacious-plugins-4.0.1.tar.bz2) = TEOd74muvxCmp1ayEVy00kk+zAPLYzuJiupaxvEOZaw=
+SIZE (audacious-plugins-4.0.1.tar.bz2) = 1742259
diff --git patches/patch-configure patches/patch-configure
index 95e27329286..94be65c8b77 100644
--- patches/patch-configure
+++ 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
-@@ -9702,8 +9702,6 @@ $as_echo "yes" >&6; }
+@@ -10179,8 +10179,6 @@ $as_echo "yes" >&6; }

fi

@@ -16,7 +16,7 @@ Index: configure


if test $HAVE_DARWIN = yes ; then
-@@ -14701,6 +14699,8 @@ as_fn_error ()
+@@ -15421,6 +15419,8 @@ as_fn_error ()
as_fn_exit $as_status
} # as_fn_error

diff --git patches/patch-src_psf_psx_hw_cc patches/patch-src_psf_psx_hw_cc
index dc428ccd979..387359b82bf 100644
--- patches/patch-src_psf_psx_hw_cc
+++ patches/patch-src_psf_psx_hw_cc
@@ -5,7 +5,7 @@ change some srand to srand_deterministic, found by deraadt@
Index: src/psf/psx_hw.cc
--- src/psf/psx_hw.cc.orig
+++ src/psf/psx_hw.cc
-@@ -1546,7 +1546,7 @@ void psx_bios_hle(uint32_t pc)
+@@ -1518,7 +1518,7 @@ void psx_bios_hle(uint32_t pc)
#if DEBUG_HLE_BIOS
printf("HLEBIOS: srand(%x)\n", a0);

No comments:

Post a Comment