Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deadbeef: add version 1.8.8
- add deadbeef ( music player )
  • Loading branch information
wwwutz committed Nov 25, 2021
1 parent e0a9a4b commit 304b708
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions deadbeef.be0
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION deadbeef-1.8.8-0

# https://sourceforge.net/projects/deadbeef/files/latest/download
# SRCURL[0]="https://downloads.sourceforge.net/project/deadbeef/travis/linux/1.8.8/deadbeef-1.8.8.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/cbc3cc9055e026ea8ae06d720ba38a52/deadbeef-1.8.8.tar.bz2"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
bee_patch "${@}"
echo "">po/LINGUAS
}

mee_configure() {
CC=/usr/bin/clang \
CXX=/usr/bin/clang++ \
bee_configure \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 304b708

Please sign in to comment.