mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/ffmpeg to 4.2.2-1
This commit is contained in:
parent
bf68ef7ac3
commit
d216605023
1 changed files with 6 additions and 4 deletions
|
@ -8,11 +8,11 @@
|
|||
# - use -fPIC in host cflags for v7/v8 to fix print_options.c compile
|
||||
# - remove makedepends on ffnvcodec-headers, remove --enable-nvenc, --enable-nvdec
|
||||
# - remove depends on aom, remove --enable-libaom
|
||||
# - remove depends on intel-media-sdk, remove --enable-libmfx
|
||||
|
||||
pkgname=ffmpeg
|
||||
_gitcommit=cbb3c9497549f8856d8cd37ac63af1406a784e58
|
||||
pkgver=4.2.1
|
||||
pkgrel=4
|
||||
pkgver=4.2.2
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -84,7 +84,7 @@ provides=(
|
|||
libswresample.so
|
||||
libswscale.so
|
||||
)
|
||||
source=("git+https://git.ffmpeg.org/ffmpeg.git#commit=${_gitcommit}")
|
||||
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=192d1d34eb3668fa27f433e96036340e1e5077a0)
|
||||
sha256sums=(SKIP)
|
||||
|
||||
pkgver() {
|
||||
|
@ -104,6 +104,8 @@ build() {
|
|||
|
||||
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"'
|
||||
|
||||
export PKG_CONFIG_PATH=/opt/intel/mediasdk/lib/pkgconfig
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-debug \
|
||||
|
|
Loading…
Reference in a new issue