summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2023-11-12 20:36:36 +0100
committeregnappahz2023-11-12 20:36:36 +0100
commitfd47e073e300869e48bd922a00b694af4c06a444 (patch)
tree4fb27145f550e798f05894d08eae2eb9028bd09e
parent6cc1e93a29ca6afd725aca269b6c88248e089c3a (diff)
downloadaur-fd47e073e300869e48bd922a00b694af4c06a444.tar.gz
Update for stable release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57aadeb969be..73de2f7fcbee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-nocuda
pkgdesc = Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)
pkgver = 6.1
- pkgrel = 4
+ pkgrel = 5
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
@@ -78,7 +78,7 @@ pkgbase = ffmpeg-nocuda
provides = libswscale.so
provides = ffmpeg
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n6.1
source = 040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch
source = 060-ffmpeg-fix-segfault-with-avisynthplus.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 18a2662fd3b8..167decfe813a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer : eggz
pkgname=ffmpeg-nocuda
pkgver=6.1
-#gitver=n6.1-dev
-gitver=c258623c0a635d98e7e21123215446ebd2201b1e
-pkgrel=4
+gitver=n6.1
+pkgrel=5
pkgdesc='Complete solution to record, convert and stream audio and video (without nvidias propriatary blobs)'
arch=('x86_64')
url='https://www.ffmpeg.org/'
@@ -70,8 +69,7 @@ provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'ffmpeg')
conflicts=('ffmpeg')
source=(
-#"git+https://git.ffmpeg.org/ffmpeg.git#tag=$gitver"
-"git+https://git.ffmpeg.org/ffmpeg.git"
+ "git+https://git.ffmpeg.org/ffmpeg.git#tag=$gitver"
'040-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch'
'060-ffmpeg-fix-segfault-with-avisynthplus.patch'
)
@@ -83,7 +81,6 @@ sha256sums=(
prepare() {
cd ${srcdir}/ffmpeg
- git checkout $gitver
while read patch; do
if [ "$patch" == "" ]; then
continue