ffmpeg: update to 3.2.3
This commit is contained in:
parent
039e39ac37
commit
2674c4d4fc
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=3.2.2
|
||||
revision=4
|
||||
version=3.2.3
|
||||
revision=1
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="https://www.ffmpeg.org"
|
||||
distfiles="${homepage}/releases/ffmpeg-${version}.tar.xz"
|
||||
checksum=3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc
|
||||
checksum=54ce502aca10b7e6059f19220ea2f68fa0c9c4c4d255ae13e615f08f0c94dcc5
|
||||
|
||||
hostmakedepends="pkg-config perl yasm"
|
||||
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
|
||||
|
@ -37,8 +37,9 @@ do_configure() {
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) _arch="arm";;
|
||||
aarch64*) _arch="aarch64";;
|
||||
mips*) _arch="mips";;
|
||||
*) _arch="$XBPS_TARGET_MACHINE";;
|
||||
*) _arch="${XBPS_TARGET_MACHINE%%-musl}";;
|
||||
esac
|
||||
|
||||
_args+=" --enable-cross-compile
|
||||
|
|
Loading…
Reference in New Issue