summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522023-04-04 08:52:30 +0200
committertytan6522023-04-04 08:52:30 +0200
commitcf40eeee0cdffe7fe4e9886c3a453e1653264b2d (patch)
tree64d4a672c0ea5c46284d78c0cc0fb89e52e0d37b
parent16bf29ec0d2bbbca1928f50c9b8625b2fa87651e (diff)
downloadaur-cf40eeee0cdffe7fe4e9886c3a453e1653264b2d.tar.gz
build: Update again with some fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f95e1d7eabc0..60411a284f00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffmpeg-obs
pkgdesc = Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD
- pkgver = 6.0.r11.g3980415
+ pkgver = 6.0.r12.ga6dc929
pkgrel = 1
url = https://ffmpeg.org/
arch = i686
@@ -79,7 +79,7 @@ pkgbase = ffmpeg-obs
optdepends = avisynthplus: AviSynthPlus support
optdepends = ladspa: LADSPA filters
optdepends = nvidia-utils: Nvidia NVDEC/NVENC support
- provides = ffmpeg=6.0.r11.g3980415
+ provides = ffmpeg=6.0.r12.ga6dc929
provides = libavcodec.so
provides = libavdevice.so
provides = libavfilter.so
@@ -89,8 +89,8 @@ pkgbase = ffmpeg-obs
provides = libswresample.so
provides = libswscale.so
conflicts = ffmpeg
- source = ffmpeg::git+https://git.ffmpeg.org/ffmpeg.git#tag=3980415627a187d188dc25669cea6b12912eb178
- source = obs-deps::git+https://github.com/obsproject/obs-deps.git#tag=2023-03-20
+ source = ffmpeg::git+https://git.ffmpeg.org/ffmpeg.git#tag=a6dc92968a325d331bb6dcf9b3b2248026cd1d6c
+ source = obs-deps::git+https://github.com/obsproject/obs-deps.git#tag=2023-04-03
source = add-av_stream_get_first_dts-for-chromium.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f260703de7f0..f9991b98aa27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ if [[ -z "$FFMPEG_OBS_VULKAN" ]]; then
fi
pkgname=ffmpeg-obs
-pkgver=6.0.r11.g3980415
+pkgver=6.0.r12.ga6dc929
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('i686' 'x86_64' 'aarch64')
@@ -158,8 +158,8 @@ provides=(
libswscale.so
)
conflicts=(ffmpeg)
-_tag=3980415627a187d188dc25669cea6b12912eb178
-_deps_tag=2023-03-20
+_tag=a6dc92968a325d331bb6dcf9b3b2248026cd1d6c
+_deps_tag=2023-04-03
source=(
"ffmpeg::git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}"
"obs-deps::git+https://github.com/obsproject/obs-deps.git#tag=${_deps_tag}"
@@ -403,7 +403,8 @@ prepare() {
# This patch applies:
# - Fix decoding of certain malformed FLV files
# - Add additional CPU levels for libaom
- patch -Np1 -i "${srcdir}"/obs-deps/deps.ffmpeg/patches/FFmpeg/0001-FFmpeg-6.0-OBS.patch
+ patch -Np1 -i "${srcdir}"/obs-deps/deps.ffmpeg/patches/FFmpeg/0001-flvdec-handle-unknown.patch
+ patch -Np1 -i "${srcdir}"/obs-deps/deps.ffmpeg/patches/FFmpeg/0002-libaomenc-presets.patch
### Package features changes