summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Widawsky2023-03-12 16:32:55 -0700
committerBen Widawsky2023-03-12 16:34:50 -0700
commit11a4061b7e946d3c955bc2c0016e6728ec8b0f49 (patch)
tree0109ca6db89b239a72e978609887e57aee55ea76
parent70c7602fe2d2645a83331244d5ac211637b91468 (diff)
downloadaur-11a4061b7e946d3c955bc2c0016e6728ec8b0f49.tar.gz
Update to 6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a4295f774e..55273cd868a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-libfdk_aac
pkgdesc = Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)
- pkgver = 5.1.2
- pkgrel = 2
+ pkgver = 6.0
+ pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
arch = x86_64
@@ -37,6 +37,7 @@ pkgbase = ffmpeg-libfdk_aac
depends = libiec61883
depends = libmfx
depends = libmodplug
+ depends = libopenmpt.so
depends = libpulse
depends = librav1e.so
depends = libraw1394
@@ -89,10 +90,10 @@ pkgbase = ffmpeg-libfdk_aac
provides = libpostproc.so
provides = libswresample.so
provides = libswscale.so
- provides = ffmpeg=5.1.2
+ provides = ffmpeg=6.0
conflicts = ffmpeg
options = debug
- source = git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
+ source = git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=3949db4d261748a9f34358a388ee255ad1a7f0c0
source = add-av_stream_get_first_dts-for-chromium.patch
validpgpkeys = DD1EC9E8DE085C629B3E1846B18E8928B3948D64
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fb44c0df2739..ed756dcc71f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
-pkgver=5.1.2
-pkgrel=2
+pkgver=6.0
+pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -37,6 +37,7 @@ depends=(
libiec61883
libmfx
libmodplug
+ libopenmpt.so
libpulse
librav1e.so
libraw1394
@@ -111,9 +112,9 @@ options=(
debug
)
conflicts=("$_name")
-_tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7
+_tag=3949db4d261748a9f34358a388ee255ad1a7f0c0
source=(
-git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}
+ git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag}
add-av_stream_get_first_dts-for-chromium.patch
)
b2sums=('SKIP'