summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5fe6d7daf37..0c0b6cab9b64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-qsv
pkgdesc = Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)
- pkgver = 4.2
- pkgrel = 1
+ pkgver = 4.2.1
+ pkgrel = 3
url = https://www.ffmpeg.org/
arch = x86_64
license = GPL3
@@ -74,7 +74,7 @@ pkgbase = ffmpeg-qsv
provides = libswscale.so
conflicts = ffmpeg
conflicts = ffmpeg-qsv-git
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.2
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.2.1
source = LICENSE
sha256sums = SKIP
sha256sums = 04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36
diff --git a/PKGBUILD b/PKGBUILD
index 15ad5bc77838..1d0a1f0d6d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@
_srcname=ffmpeg
pkgname=ffmpeg-qsv
-pkgver=4.2
-pkgrel=1
+pkgver=4.2.1
+pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video (including qsv and libfdk-aac)'
arch=(x86_64)
url='https://www.ffmpeg.org/'
@@ -101,10 +101,10 @@ sha256sums=('SKIP'
build() {
cd ffmpeg
- export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}/opt/intel/mediasdk/lib64/pkgconfig"
+ export PKG_CONFIG_PATH="${PKG_CONFIG_PATH:+${PKG_CONFIG_PATH}:}/opt/intel/mediasdk/lib/pkgconfig"
./configure \
- --prefix='/usr' \
+ --prefix=/usr \
--disable-debug \
--disable-static \
--disable-stripping \