ffmpeg: Update from 3.3.4 to 3.4.1

This commit is contained in:
Fredrik Fornwall 2017-12-14 16:39:13 +01:00
parent 5ffb31d08c
commit 60640fcf53
7 changed files with 8 additions and 25 deletions

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://bs1770gain.sourceforge.net/
TERMUX_PKG_DESCRIPTION="Tool to normalize the loudness of different audio files to the same level"
TERMUX_PKG_VERSION=0.4.12
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/project/bs1770gain/bs1770gain/${TERMUX_PKG_VERSION}/bs1770gain-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=cafc5440cf4940939c675e98c8dbeb839f4965d60f74270a37d4ee70559b3a59

View File

@ -1,9 +1,8 @@
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.3.4
TERMUX_PKG_REVISION=2
TERMUX_PKG_SHA256=98b97e1b908dfeb6aeb6d407e5a5eacdfc253a40c2d195f5867ed2d1d46ea957
TERMUX_PKG_VERSION=3.4.1
TERMUX_PKG_SHA256=5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0
TERMUX_PKG_SRCURL=https://www.ffmpeg.org/releases/ffmpeg-${TERMUX_PKG_VERSION}.tar.xz
# libbz2 is used by matroska decoder:
# libvpx is the VP8 & VP9 video encoder for WebM, see

View File

@ -1,19 +0,0 @@
Avoid issue with strtod on arm:
https://github.com/termux/termux-packages/issues/179
diff -u -r ../ffmpeg-3.0/configure ./configure
--- ../ffmpeg-3.0/configure 2016-02-14 21:29:37.000000000 -0500
+++ ./configure 2016-03-24 20:44:33.472274113 -0400
@@ -4814,12 +4814,6 @@
probe_libc host_
test -n "$host_libc_type" && enable host_libc_$host_libc_type
-case $libc_type in
- bionic)
- add_compat strtod.o strtod=avpriv_strtod
- ;;
-esac
-
# hacks for compiler/libc/os combinations
if enabled_all tms470 libc_glibc; then

View File

@ -1,7 +1,7 @@
TERMUX_PKG_HOMEPAGE=http://gegl.org/
TERMUX_PKG_DESCRIPTION="Data flow based image processing framework"
TERMUX_PKG_VERSION=0.3.20
TERMUX_PKG_SHA256=821568d17dc92a46f6105644c4f4d497daea2be794006140a016ed34e05eb084
TERMUX_PKG_VERSION=0.3.26
TERMUX_PKG_SHA256=6eff9844c4776546213f5e187e1ebcf646d0d4804ebc6d3dd62003cd4d5c3fa9
TERMUX_PKG_SRCURL=https://download.gimp.org/pub/gegl/${TERMUX_PKG_VERSION:0:3}/gegl-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_DEPENDS="libandroid-support, ffmpeg, babl, json-glib, libjpeg-turbo, libpng, libjasper, littlecms, libtiff, librsvg, glib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

View File

@ -1,6 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://gstreamer.freedesktop.org/
TERMUX_PKG_DESCRIPTION="GStreamer libav/ffmpeg wrapper"
TERMUX_PKG_VERSION=1.12.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=015ef8cab6f7fb87c8fb42642486423eff3b6e6a6bccdcd6a189f436a3619650
TERMUX_PKG_SRCURL=https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_BUILD_IN_SRC=yes

View File

@ -1,6 +1,7 @@
TERMUX_PKG_HOMEPAGE="https://www.musicpd.org"
TERMUX_PKG_DESCRIPTION="music player daemon"
TERMUX_PKG_VERSION=0.20.12
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=09b7160153cd53b697b15886159db1dfe5fd59b772effddf2e031648eb7ce0f0
TERMUX_PKG_SRCURL=https://github.com/MusicPlayerDaemon/MPD/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_DEPENDS="libcurl, libid3tag, libopus, libevent, fftw, libpulseaudio, libmpdclient, boost, openal-soft, libvorbis, libsqlite, ffmpeg, libmp3lame, libbz2"

View File

@ -1,6 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://mpv.io/
TERMUX_PKG_DESCRIPTION="Command-line media player"
TERMUX_PKG_VERSION=0.27.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=341d8bf18b75c1f78d5b681480b5b7f5c8b87d97a0d4f53a5648ede9c219a49c
TERMUX_PKG_SRCURL=https://github.com/mpv-player/mpv/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="ffmpeg, openal-soft, libandroid-glob"