Date: Tuesday, February 28, 2023 @ 20:27:48 Author: alucryd Revision: 469800
upgpkg: ffmpeg 2:6.0-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-28 19:32:44 UTC (rev 469799) +++ PKGBUILD 2023-02-28 20:27:48 UTC (rev 469800) @@ -5,8 +5,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=5.1.2 -pkgrel=2 +pkgver=6.0 +pkgrel=1 epoch=2 pkgdesc='Complete solution to record, convert and stream audio and video' arch=(x86_64) @@ -33,7 +33,7 @@ libgl libiec61883 libmfx - libmodplug + libopenmpt.so libpulse librav1e.so libraw1394 @@ -104,7 +104,7 @@ options=( debug ) -_tag=1326fe9d4c85cca1ee774b072ef4fa337694f2e7 +_tag=3949db4d261748a9f34358a388ee255ad1a7f0c0 source=( git+https://git.ffmpeg.org/ffmpeg.git?signed#tag=${_tag} add-av_stream_get_first_dts-for-chromium.patch @@ -116,7 +116,6 @@ prepare() { cd ffmpeg patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779 - git cherry-pick -n eb0455d64690eed0068e5cb202f72ecdf899837c # https://github.com/FFmpeg/FFmpeg/commit/eb0455d64690eed0068e5cb202f72ecdf899837c } pkgver() { @@ -152,11 +151,11 @@ --enable-libiec61883 \ --enable-libjack \ --enable-libmfx \ - --enable-libmodplug \ --enable-libmp3lame \ --enable-libopencore_amrnb \ --enable-libopencore_amrwb \ --enable-libopenjpeg \ + --enable-libopenmpt \ --enable-libopus \ --enable-libpulse \ --enable-librav1e \
