Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
ffmpegthumbnailer


Commits:
8c7fdaee by Campbell Jones at 2024-09-22T17:46:01-04:00
upgpkg: 2.2.3-2: libjpeg -> libjpeg-turbo, fix license

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = ffmpegthumbnailer
        pkgdesc = Lightweight video thumbnailer that can be used by file 
managers
        pkgver = 2.2.3
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/dirkvdb/ffmpegthumbnailer
        arch = x86_64
-       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


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
 
 pkgname=ffmpegthumbnailer
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 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')
-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)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/8c7fdaeee0e2bca5368c66587648c485335ae800

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/8c7fdaeee0e2bca5368c66587648c485335ae800
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to