git » ffmpegthumbnailer.git » commit dc25c29

upgpkg: 2.2.3-1: Update to 2.2.3

author Antonio Rojas
2024-09-13 22:15:24 UTC
committer Antonio Rojas
2024-09-13 22:15:24 UTC
parent 4cf8f1daffaad4c68f0b699c9e7e4dc80534cf5b

upgpkg: 2.2.3-1: Update to 2.2.3

.SRCINFO +4 -8
PKGBUILD +4 -13

diff --git a/.SRCINFO b/.SRCINFO
index f916d7c..72f594b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = ffmpegthumbnailer
 	pkgdesc = Lightweight video thumbnailer that can be used by file managers
-	pkgver = 2.2.2
-	pkgrel = 6
+	pkgver = 2.2.3
+	pkgrel = 1
 	url = https://github.com/dirkvdb/ffmpegthumbnailer
 	arch = x86_64
 	license = GPL2
@@ -10,11 +10,7 @@ pkgbase = ffmpegthumbnailer
 	depends = libjpeg
 	depends = libpng
 	optdepends = gvfs: support for gio uris
-	source = https://github.com/dirkvdb/ffmpegthumbnailer/archive/2.2.2/ffmpegthumbnailer-2.2.2.tar.gz
-	source = ffmpegthumbnailer-ffmpeg5.patch::https://patch-diff.githubusercontent.com/raw/dirkvdb/ffmpegthumbnailer/pull/198.patch
-	source = https://github.com/dirkvdb/ffmpegthumbnailer/commit/efb5b618.patch
-	sha256sums = 8c4c42ab68144a9e2349710d42c0248407a87e7dc0ba4366891905322b331f92
-	sha256sums = 300d3208fca6de6f7a90fbabbb8e58b9cf0cc4a4c9b1d2df0cd53ece1736646a
-	sha256sums = c266d1c7cab2fa26dfee2410ea6864ab81a57e8784eda6574cd8237750b9e0e1
+	source = https://github.com/dirkvdb/ffmpegthumbnailer/archive/2.2.3/ffmpegthumbnailer-2.2.3.tar.gz
+	sha256sums = 8c9b9057c6cc8bce9d11701af224c8139c940f734c439a595525e073b09d19b8
 
 pkgname = ffmpegthumbnailer
diff --git a/PKGBUILD b/PKGBUILD
index 80a7ea1..62308a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: boromil@gmail.com
 
 pkgname=ffmpegthumbnailer
-pkgver=2.2.2
-pkgrel=6
+pkgver=2.2.3
+pkgrel=1
 pkgdesc="Lightweight video thumbnailer that can be used by file managers"
 url="https://github.com/dirkvdb/ffmpegthumbnailer"
 license=('GPL2')
@@ -12,17 +12,8 @@ arch=('x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
 makedepends=('cmake')
 optdepends=('gvfs: support for gio uris')
-source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz
-        ffmpegthumbnailer-ffmpeg5.patch::https://patch-diff.githubusercontent.com/raw/dirkvdb/ffmpegthumbnailer/pull/198.patch
-        https://github.com/dirkvdb/ffmpegthumbnailer/commit/efb5b618.patch)
-sha256sums=('8c4c42ab68144a9e2349710d42c0248407a87e7dc0ba4366891905322b331f92'
-            '300d3208fca6de6f7a90fbabbb8e58b9cf0cc4a4c9b1d2df0cd53ece1736646a'
-            'c266d1c7cab2fa26dfee2410ea6864ab81a57e8784eda6574cd8237750b9e0e1')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < ffmpegthumbnailer-ffmpeg5.patch # Fix build with FFmpeg 5
-  patch -d $pkgname-$pkgver -p1 < efb5b618.patch # Fix build with FFmpeg 5
-}
+source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('8c9b9057c6cc8bce9d11701af224c8139c940f734c439a595525e073b09d19b8')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \