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:
d223af4
)
ffmpeg: Update from 3.1.2 to 3.1.3
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sat, 27 Aug 2016 16:15:14 +0000
(12:15 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sat, 27 Aug 2016 16:15:14 +0000
(12:15 -0400)
packages/ffmpeg/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/ffmpeg/build.sh
b/packages/ffmpeg/build.sh
index cfd6409e1c21fd95c4a95b2d9d8ea5b0be6ca2dc..3fcde117a08a5f30632e167f9cb569ae63542da0 100644
(file)
--- a/
packages/ffmpeg/build.sh
+++ b/
packages/ffmpeg/build.sh
@@
-1,8
+1,8
@@
TERMUX_PKG_HOMEPAGE=https://www.ffmpeg.org/
TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols"
TERMUX_PKG_HOMEPAGE=https://www.ffmpeg.org/
TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols"
-TERMUX_PKG_VERSION=3.1.2
-TERMUX_PKG_BUILD_REVISION=1
+TERMUX_PKG_VERSION=3.1.3
TERMUX_PKG_SRCURL=https://www.ffmpeg.org/releases/ffmpeg-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SRCURL=https://www.ffmpeg.org/releases/ffmpeg-${TERMUX_PKG_VERSION}.tar.xz
+TERMUX_PKG_SHA256=f8575c071e2a64437aeb70c8c030b385cddbe0b5cde20c9b18a6def840128822
TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION
# libbz2 is used by matroska decoder:
TERMUX_PKG_DEPENDS="openssl, libbz2, libx264, xvidcore, libvorbis, libmp3lame, liblzma"
TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION
# libbz2 is used by matroska decoder:
TERMUX_PKG_DEPENDS="openssl, libbz2, libx264, xvidcore, libvorbis, libmp3lame, liblzma"
@@
-48,7
+48,7
@@
termux_step_configure () {
--enable-openssl \
--enable-shared \
--prefix=$TERMUX_PREFIX \
--enable-openssl \
--enable-shared \
--prefix=$TERMUX_PREFIX \
- --target-os=
linux
\
+ --target-os=
android
\
$_EXTRA_CONFIGURE_FLAGS
}
$_EXTRA_CONFIGURE_FLAGS
}