chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
043e501
)
opusfile: Update from 0.9 to 0.10
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 15 Nov 2017 19:32:09 +0000
(20:32 +0100)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 15 Nov 2017 19:32:09 +0000
(20:32 +0100)
packages/opusfile/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/opusfile/build.sh
b/packages/opusfile/build.sh
index c96ff4a3d6caffc438c8868471762acdba80b407..a7577722d04aa5094984a25974eef54a725f7cfa 100644
(file)
--- a/
packages/opusfile/build.sh
+++ b/
packages/opusfile/build.sh
@@
-1,11
+1,7
@@
TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
TERMUX_PKG_DESCRIPTION="A high-level API for decoding and seeking within .opus files"
TERMUX_PKG_HOMEPAGE=https://www.opus-codec.org/
TERMUX_PKG_DESCRIPTION="A high-level API for decoding and seeking within .opus files"
-TERMUX_PKG_VERSION=0.
9
-TERMUX_PKG_SHA256=
63b52a975c5ec90026e00de99712fc1244abc40d396a20a22060671465e2ed4e
-TERMUX_PKG_SRCURL=https://github.com/xiph/opusfile/
archive/v
${TERMUX_PKG_VERSION}.tar.gz
+TERMUX_PKG_VERSION=0.
10
+TERMUX_PKG_SHA256=
48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f
+TERMUX_PKG_SRCURL=https://github.com/xiph/opusfile/
releases/download/v${TERMUX_PKG_VERSION}/opusfile-
${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_DEPENDS="libopus, libogg"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_DEPENDS="libopus, libogg"
-
-termux_step_pre_configure() {
- ./autogen.sh
-}