From 114af680fbf3ed66d21402ea146a2d0945c4b5d1 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 21 Oct 2019 14:47:05 +0200 Subject: [PATCH 1/3] audacious: update to 3.10.1 - update --- audacious.be0 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100755 audacious.be0 diff --git a/audacious.be0 b/audacious.be0 new file mode 100755 index 000000000..eddb74c24 --- /dev/null +++ b/audacious.be0 @@ -0,0 +1,45 @@ +#!/usr/bin/env beesh + +# BEE_VERSION audacious-3.10.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" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + export TERM=dumb + bee_configure \ + --with-diagnostics-color=no \ + --with-buildstamp='MarIuX' \ + --enable-qt \ + --disable-gtk \ + --disable-nls +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -vrf ${D}/usr/share/locale + rm -vrf ${D}/usr/share/audacious +} From cc49275aa60ad31c8b18c03d2915faf06adea0af Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 21 Oct 2019 14:48:38 +0200 Subject: [PATCH 2/3] wavpack: add 5.1.0 wavpack encodes the specified source file(s) into WavPack files using the options provided. --- wavpack.be0 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 wavpack.be0 diff --git a/wavpack.be0 b/wavpack.be0 new file mode 100755 index 000000000..33ebfed31 --- /dev/null +++ b/wavpack.be0 @@ -0,0 +1,38 @@ +#!/usr/bin/env beesh + +# BEE_VERSION wavpack-5.1.0-0 + +# more info: http://wavpack.com/ +# req. by audacious-plugins + +SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#} From 7d1dd21239da9596ffb3a4560a327bbb0616a629 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 21 Oct 2019 14:58:18 +0200 Subject: [PATCH 3/3] audacious-plugins: update to 3.10.1 - update --- audacious-plugins.be0 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 audacious-plugins.be0 diff --git a/audacious-plugins.be0 b/audacious-plugins.be0 new file mode 100755 index 000000000..5064897e2 --- /dev/null +++ b/audacious-plugins.be0 @@ -0,0 +1,43 @@ +#!/usr/bin/env beesh + +# BEE_VERSION audacious-plugins-3.10.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" + +# PATCHURL+=() + +build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +mee_configure() { + export TERM=dumb + bee_configure \ + --with-buildstamp='MarIuX' \ + --enable-qt \ + --disable-gtk \ + --disable-nls +} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +mee_install_post() { + rm -vrf ${D}/usr/share/locale +}