extra/ffmpeg4.4 to 4.4.5-1

This commit is contained in:
Kevin Mihelich 2024-11-08 01:33:36 +00:00
parent f407b5de98
commit 9f360308fb
2 changed files with 14 additions and 12 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ffmpeg4.4
pkgdesc = Complete solution to record, convert and stream audio and video
pkgver = 4.4.4
pkgrel = 6
pkgver = 4.4.5
pkgrel = 1
url = https://ffmpeg.org/
arch = x86_64
license = GPL3
@ -76,9 +76,9 @@ pkgbase = ffmpeg4.4
provides = libpostproc.so
provides = libswresample.so
provides = libswscale.so
source = git+https://git.ffmpeg.org/ffmpeg.git#tag=71fb6132637a2a430375c24afc381fff8b854fe7
source = git+https://git.ffmpeg.org/ffmpeg.git#tag=9bcede27c26b2f7cd469ab6b5c8b9694c30cfca3
source = binutils-2.41.patch
b2sums = SKIP
b2sums = d9975a7578d982a1beab69cd63b6894bc4ab0338cf15716c3775bc09ffafe469eb0213c07b0575d4ca192148d29e67d00f0c3779aea0a1c1099b5505589db67b
b2sums = b656a17dd3996c6871d322ba1fcf25410ed580d9600348cda087d705660601d06070492300d31c12d54b0e9914cb92bb9d997e51462c0577e1a90539bf0b76ee
pkgname = ffmpeg4.4

View file

@ -16,8 +16,8 @@
# - patch to fix 32-bit FTBFS with GCC 14
pkgname=ffmpeg4.4
pkgver=4.4.4
pkgrel=6
pkgver=4.4.5
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
url=https://ffmpeg.org/
@ -95,11 +95,13 @@ provides=(
libswresample.so
libswscale.so
)
_tag=71fb6132637a2a430375c24afc381fff8b854fe7
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
_tag=9bcede27c26b2f7cd469ab6b5c8b9694c30cfca3
source=(
git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
binutils-2.41.patch
0001-gcc14.patch)
b2sums=('SKIP'
0001-gcc14.patch
)
b2sums=('d9975a7578d982a1beab69cd63b6894bc4ab0338cf15716c3775bc09ffafe469eb0213c07b0575d4ca192148d29e67d00f0c3779aea0a1c1099b5505589db67b'
'b656a17dd3996c6871d322ba1fcf25410ed580d9600348cda087d705660601d06070492300d31c12d54b0e9914cb92bb9d997e51462c0577e1a90539bf0b76ee'
'd13ac8ed5baf4a0a8864fdfb6f53456d2ecab978fb5f59f571328d313fc554c64d225a7ce60fa16fbbb1cff28685784a6921852f6cfad5aa87c72ffd03887ee5')
@ -111,7 +113,7 @@ pkgver() {
prepare() {
cd ffmpeg
git cherry-pick -n 031f1561cd286596cdb374da32f8aa816ce3b135 # remove compressed_ten_bit_format
patch -p1 -i ../binutils-2.41.patch # Fix build with binutils 2.41
git cherry-pick -n 74b14ccd314aa091fa6217ebd4954489fbb7ccc8 # fix build against x265 4.0
patch -p1 -i ../0001-gcc14.patch
}