Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ffmpegthumbnailer
Commits:
c39c0c83 by Antonio Rojas at 2025-12-03T22:42:12+01:00
upgpkg: 2.2.4-1: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,17 @@
pkgbase = ffmpegthumbnailer
pkgdesc = Lightweight video thumbnailer that can be used by file
managers
- pkgver = 2.2.3
- pkgrel = 4
+ pkgver = 2.2.4
+ pkgrel = 1
url = https://github.com/dirkvdb/ffmpegthumbnailer
arch = x86_64
license = GPL-2.0-or-later
makedepends = cmake
+ makedepends = git
depends = ffmpeg
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
- source =
https://github.com/dirkvdb/ffmpegthumbnailer/commit/40e050673851baa59ca45c900e24d68027d9d675.patch
- sha256sums =
8c9b9057c6cc8bce9d11701af224c8139c940f734c439a595525e073b09d19b8
- sha256sums =
b144efb0e8d914e1950e8a16299c532d59819768ffcb1ec152f72abf0d3a65fb
+ source = git+https://github.com/dirkvdb/ffmpegthumbnailer#tag=v2.2.4
+ sha256sums =
52f57cee6963e99e2a367ff60a55ec542643688b69f4bf2d6b941fd679e6fac0
pkgname = ffmpegthumbnailer
=====================================
.nvchecker.toml
=====================================
@@ -1,3 +1,4 @@
[ffmpegthumbnailer]
source = "git"
git = "https://github.com/dirkvdb/ffmpegthumbnailer.git"
+prefix = 'v'
=====================================
PKGBUILD
=====================================
@@ -3,29 +3,20 @@
# Contributor: [email protected]
pkgname=ffmpegthumbnailer
-pkgver=2.2.3
-pkgrel=4
+pkgver=2.2.4
+pkgrel=1
pkgdesc="Lightweight video thumbnailer that can be used by file managers"
url="https://github.com/dirkvdb/ffmpegthumbnailer"
license=('GPL-2.0-or-later')
arch=('x86_64')
depends=('ffmpeg' 'libjpeg-turbo' 'libpng')
-makedepends=('cmake')
+makedepends=('cmake' 'git')
optdepends=('gvfs: support for gio uris')
-source=(https://github.com/dirkvdb/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz
-
https://github.com/dirkvdb/ffmpegthumbnailer/commit/40e050673851baa59ca45c900e24d68027d9d675.patch)
-sha256sums=('8c9b9057c6cc8bce9d11701af224c8139c940f734c439a595525e073b09d19b8'
- 'b144efb0e8d914e1950e8a16299c532d59819768ffcb1ec152f72abf0d3a65fb')
-
-prepare() {
- cd "$pkgname-$pkgver"
-
- # Build fix for ffmpeg 8
- patch -p1 -i ../40e050673851baa59ca45c900e24d68027d9d675.patch
-}
+source=(git+https://github.com/dirkvdb/ffmpegthumbnailer#tag=v$pkgver)
+sha256sums=('52f57cee6963e99e2a367ff60a55ec542643688b69f4bf2d6b941fd679e6fac0')
build() {
- cmake -B build -S $pkgname-$pkgver \
+ cmake -B build -S $pkgname \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_GIO=ON \
-DENABLE_THUMBNAILER=ON
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/c39c0c8329246bbf61a11ce32e875ae71b053207
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/c39c0c8329246bbf61a11ce32e875ae71b053207
You're receiving this email because of your account on gitlab.archlinux.org.