Skip to content

Commit

Permalink
Opus: Update to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Mar 13, 2025
1 parent a1508ba commit 06e35c8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions opus-1.0.3-0.bee

This file was deleted.

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

# BEE_VERSION opus-1.3.1-0

#SRCURL[0]="http://downloads.xiph.org/releases/opus/opus-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/d7c07db796d21c9cf1861e0c2b0c0617/opus-1.3.1.tar.gz"

BEE_BUILDTYPE=autotools

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

mee_configure() {
bee_configure \
--disable-doc
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 06e35c8

Please sign in to comment.