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:
fadeb6b
)
ffmpeg: Bump version, enable x265
author
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 11 Jan 2017 07:04:41 +0000
(
02:04
-0500)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Wed, 11 Jan 2017 07:04:41 +0000
(
02:04
-0500)
Fixes #655.
packages/ffmpeg/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/ffmpeg/build.sh
b/packages/ffmpeg/build.sh
index ae0545bb8f1a4075d6eaedbe70a0c7200bc332c8..8d007a9ff86f587a88008c355b8d060afb324948 100644
(file)
--- a/
packages/ffmpeg/build.sh
+++ b/
packages/ffmpeg/build.sh
@@
-1,14
+1,14
@@
TERMUX_PKG_HOMEPAGE=https://ffmpeg.org
TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols"
# NOTE: mpv has to be rebuilt and version bumped after updating ffmpeg.
TERMUX_PKG_HOMEPAGE=https://ffmpeg.org
TERMUX_PKG_DESCRIPTION="Tools and libraries to manipulate a wide range of multimedia formats and protocols"
# NOTE: mpv has to be rebuilt and version bumped after updating ffmpeg.
-TERMUX_PKG_VERSION=3.2.
1
+TERMUX_PKG_VERSION=3.2.
2
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=
1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf
+TERMUX_PKG_SHA256=
3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc
TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION
# libbz2 is used by matroska decoder:
# libvpx is the VP8 & VP9 video encoder for WebM, see
# https://trac.ffmpeg.org/wiki/Encode/VP8 and https://trac.ffmpeg.org/wiki/Encode/VP9
TERMUX_PKG_FOLDERNAME=ffmpeg-$TERMUX_PKG_VERSION
# libbz2 is used by matroska decoder:
# libvpx is the VP8 & VP9 video encoder for WebM, see
# https://trac.ffmpeg.org/wiki/Encode/VP8 and https://trac.ffmpeg.org/wiki/Encode/VP9
-TERMUX_PKG_DEPENDS="openssl, libbz2, libx264, xvidcore, libvorbis, libmp3lame, libopus, libvpx"
+TERMUX_PKG_DEPENDS="openssl, libbz2, libx264,
libx265,
xvidcore, libvorbis, libmp3lame, libopus, libvpx"
TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="share/ffmpeg/examples"
TERMUX_PKG_CONFLICTS="libav"
TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="share/ffmpeg/examples"
TERMUX_PKG_CONFLICTS="libav"
@@
-51,6
+51,7
@@
termux_step_configure () {
--enable-libvorbis \
--enable-libopus \
--enable-libx264 \
--enable-libvorbis \
--enable-libopus \
--enable-libx264 \
+ --enable-libx265 \
--enable-libxvid \
--enable-libvpx \
--enable-nonfree \
--enable-libxvid \
--enable-libvpx \
--enable-nonfree \