Skip to content

Commit

Permalink
Merge pull request #2959 from mariux64/update-taglib-1131
Browse files Browse the repository at this point in the history
taglib: fix 1.13.1
  • Loading branch information
wwwutz authored Aug 24, 2023
2 parents c1895b6 + 8382878 commit e9dcb66
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 32 deletions.
32 changes: 0 additions & 32 deletions taglib-1.8-0.bee

This file was deleted.

31 changes: 31 additions & 0 deletions taglib.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#!/bin/env beesh

# BEE_VERSION taglib-1.13.1-0

# SRCURL[0]="https://taglib.org/releases/taglib-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/2fe6089da73ad414aa1b982b83415362/taglib-1.13.1.tar.gz"

PATCHURL[0]=""

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

#mee_patch() {
# bee_patch ${@}
#}

mee_configure() {
CFLAGS="-O2 -fPIC" \
CXXFLAGS="-O2 -fPIC" \
bee_configure
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit e9dcb66

Please sign in to comment.