George Hu pushed to branch main at Arch Linux / Packaging / Packages /
ffmpegthumbnailer
Commits:
fcab8491 by George Hu at 2026-01-06T15:05:18+08:00
Replace git source with tarball
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,12 +6,11 @@ pkgbase = 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 = git+https://github.com/dirkvdb/ffmpegthumbnailer#tag=v2.3.0
- sha256sums =
36790613cfbc8dc0dbd125c9cd4ce9813925c1c9b5c88a1aa735f63bf13b8240
+ source =
ffmpegthumbnailer-2.3.0.tar.gz::https://github.com/dirkvdb/ffmpegthumbnailer/archive/v2.3.0.tar.gz
+ sha256sums =
ddf561e294385f07d0bd5a28d0aab9de79b8dbaed29b576f206d58f3df79b508
pkgname = ffmpegthumbnailer
=====================================
PKGBUILD
=====================================
@@ -10,13 +10,13 @@ url="https://github.com/dirkvdb/ffmpegthumbnailer"
license=('GPL-2.0-or-later')
arch=('x86_64')
depends=('ffmpeg' 'libjpeg-turbo' 'libpng')
-makedepends=('cmake' 'git')
+makedepends=('cmake')
optdepends=('gvfs: support for gio uris')
-source=(git+https://github.com/dirkvdb/ffmpegthumbnailer#tag=v$pkgver)
-sha256sums=('36790613cfbc8dc0dbd125c9cd4ce9813925c1c9b5c88a1aa735f63bf13b8240')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('ddf561e294385f07d0bd5a28d0aab9de79b8dbaed29b576f206d58f3df79b508')
build() {
- cmake -B build -S $pkgname \
+ cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_GIO=ON \
-DENABLE_THUMBNAILER=ON \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/fcab84914f9ae2adeff53d5c95cff996c6fa98f8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/fcab84914f9ae2adeff53d5c95cff996c6fa98f8
You're receiving this email because of your account on gitlab.archlinux.org.