mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/ffmpeg to 7.0.2-3
This commit is contained in:
parent
59d474f25d
commit
f906641d00
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ffmpeg
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video
|
||||
pkgver = 7.0.2
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
epoch = 2
|
||||
url = https://ffmpeg.org
|
||||
arch = x86_64
|
||||
|
@ -83,6 +83,7 @@ pkgbase = ffmpeg
|
|||
depends = x265
|
||||
depends = xvidcore
|
||||
depends = xz
|
||||
depends = zeromq
|
||||
depends = zimg
|
||||
depends = zlib
|
||||
optdepends = avisynthplus: AviSynthPlus support
|
||||
|
@ -173,6 +174,7 @@ pkgname = ffmpeg
|
|||
depends = x265
|
||||
depends = xvidcore
|
||||
depends = xz
|
||||
depends = zeromq
|
||||
depends = zimg
|
||||
depends = zlib
|
||||
depends = libass.so
|
||||
|
@ -198,3 +200,4 @@ pkgname = ffmpeg
|
|||
depends = libx265.so
|
||||
depends = libxvidcore.so
|
||||
depends = libzimg.so
|
||||
depends = libzmq.so
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=7.0.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -84,6 +84,7 @@ depends=(
|
|||
x265
|
||||
xvidcore
|
||||
xz
|
||||
zeromq
|
||||
zimg
|
||||
zlib
|
||||
)
|
||||
|
@ -201,6 +202,7 @@ build() {
|
|||
--enable-libxml2 \
|
||||
--enable-libxvid \
|
||||
--enable-libzimg \
|
||||
--enable-libzmq \
|
||||
--enable-opencl \
|
||||
--enable-opengl \
|
||||
--enable-shared \
|
||||
|
@ -236,6 +238,7 @@ package() {
|
|||
libx265.so
|
||||
libxvidcore.so
|
||||
libzimg.so
|
||||
libazmq.so
|
||||
)
|
||||
|
||||
make DESTDIR="${pkgdir}" -C ffmpeg install install-man
|
||||
|
|
Loading…
Reference in a new issue