From 07a09855e8fbc39c817100347c672710d85b130d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 22 Nov 2021 12:51:56 +0100 Subject: [PATCH 1/3] sox: rebuild against wavpack 5.4 - rebuild --- sox.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sox.be0 b/sox.be0 index 68586a8f7..d92102cab 100755 --- a/sox.be0 +++ b/sox.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION sox-14.4.2-2 +# BEE_VERSION sox-14.4.2-3 # SoX - Sound eXchange # http://sox.sourceforge.net/ From 11e756358d90e4f56d62acc59a60ea064f7c0b4d Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 22 Nov 2021 13:02:41 +0100 Subject: [PATCH 2/3] wavpack: update 5.1 to 5.4 - do NOT use cmake (introduced with 5.2). this will result in bad include locations, references to ${B} and on. just don't. --- wavpack.be0 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/wavpack.be0 b/wavpack.be0 index 33ebfed31..f31b62b9b 100755 --- a/wavpack.be0 +++ b/wavpack.be0 @@ -1,14 +1,18 @@ #!/usr/bin/env beesh -# BEE_VERSION wavpack-5.1.0-0 +# BEE_VERSION wavpack-5.4.0-0 # more info: http://wavpack.com/ # req. by audacious-plugins -SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz" +#SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/f81ac074fa60f16e0dcedb10ba7f4d96/5.4.0.tar.gz" # PATCHURL+=() +# do not even think of using cmake: un.support.ed. +BEE_BUILDTYPE=autotools + # build_in_sourcedir # sourcesubdir_append src @@ -17,9 +21,10 @@ SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz" # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + autoreconf -v --install +} #mee_configure() { # bee_configure @@ -33,6 +38,3 @@ SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz" # bee_install #} -#mee_install_post() { -# exit -#} From add6bc2305130b01e7599230821b5578d920dae9 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 22 Nov 2021 13:46:48 +0100 Subject: [PATCH 3/3] audacious & -plugins: upadate 3.10.1 to 4.1 - update --- audacious-plugins.be0 | 16 +++++++--------- audacious.be0 | 20 +++++++++----------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/audacious-plugins.be0 b/audacious-plugins.be0 index 5064897e2..ff4bf17e5 100755 --- a/audacious-plugins.be0 +++ b/audacious-plugins.be0 @@ -1,11 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION audacious-plugins-3.10.1-0 +# BEE_VERSION audacious-plugins-4.1-0 # more info: https://audacious-media-player.org/ # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=audacious-qt5 -SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-plugins-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-plugins-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/740d83757b49b82bc75e256c96b09bfd/audacious-plugins-4.1.tar.bz2" # PATCHURL+=() @@ -17,9 +18,10 @@ build_in_sourcedir # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + sed -i '/^LOCALES/ s/LOCALES/LOCALES = \nNOPE_LOCALES/' po/Makefile +} mee_configure() { export TERM=dumb @@ -37,7 +39,3 @@ mee_configure() { #mee_install() { # bee_install #} - -mee_install_post() { - rm -vrf ${D}/usr/share/locale -} diff --git a/audacious.be0 b/audacious.be0 index eddb74c24..cb228fd9d 100755 --- a/audacious.be0 +++ b/audacious.be0 @@ -1,11 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION audacious-3.10.1-0 +# BEE_VERSION audacious-4.1-0 # more info: https://audacious-media-player.org/ # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=audacious-qt5 -SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/22fbe28b073682d55ee87698f283e195/audacious-4.1.tar.bz2" # PATCHURL+=() @@ -17,9 +18,10 @@ build_in_sourcedir # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + sed -i '/^LOCALES/ s/LOCALES/LOCALES = \nNOPE_LOCALES/' po/Makefile +} mee_configure() { export TERM=dumb @@ -35,11 +37,7 @@ mee_configure() { # bee_build #} -#mee_install() { -# bee_install -#} - -mee_install_post() { - rm -vrf ${D}/usr/share/locale +mee_install() { + bee_install rm -vrf ${D}/usr/share/audacious }