Skip to content

Commit

Permalink
Merge pull request #2537 from mariux64/update-wavpack54
Browse files Browse the repository at this point in the history
wavpack: update 5.1 to 5.4 audacious & -plugins: update 3.10.1 to 4.1 sox: rebuild against wavpack 5.4
  • Loading branch information
wwwutz authored Nov 23, 2021
2 parents 0a0803f + add6bc2 commit 089b38d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 29 deletions.
16 changes: 7 additions & 9 deletions audacious-plugins.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -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
Expand All @@ -37,7 +39,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share/locale
}
20 changes: 9 additions & 11 deletions audacious.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -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
Expand All @@ -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
}
2 changes: 1 addition & 1 deletion sox.be0
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
18 changes: 10 additions & 8 deletions wavpack.be0
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -33,6 +38,3 @@ SRCURL[0]="https://github.com/dbry/WavPack/archive/${PKGVERSION}.tar.gz"
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 089b38d

Please sign in to comment.