* update ffmpegthumbnailer to 2.2.3-3

This commit is contained in:
Alexander Baldeck 2024-11-05 07:15:35 +01:00
parent 3a860c329c
commit 456bff469e
2 changed files with 6 additions and 6 deletions

View File

@ -1,17 +1,17 @@
pkgbase = ffmpegthumbnailer
pkgdesc = Lightweight video thumbnailer that can be used by file managers
pkgver = 2.2.3
pkgrel = 1
pkgrel = 3
url = https://github.com/dirkvdb/ffmpegthumbnailer
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL2
license = GPL-2.0-or-later
makedepends = cmake
depends = ffmpeg
depends = libjpeg
depends = libjpeg-turbo
depends = libpng
optdepends = gvfs: support for gio uris
source = https://github.com/dirkvdb/ffmpegthumbnailer/archive/2.2.3/ffmpegthumbnailer-2.2.3.tar.gz

View File

@ -5,12 +5,12 @@
pkgname=ffmpegthumbnailer
pkgver=2.2.3
pkgrel=1
pkgrel=3
pkgdesc="Lightweight video thumbnailer that can be used by file managers"
url="https://github.com/dirkvdb/ffmpegthumbnailer"
license=('GPL2')
license=('GPL-2.0-or-later')
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=('ffmpeg' 'libjpeg' 'libpng')
depends=('ffmpeg' 'libjpeg-turbo' 'libpng')
makedepends=('cmake')
optdepends=('gvfs: support for gio uris')
source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)