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