Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
ffmpegthumbnailer
Commits:
dc25c299 by Antonio Rojas at 2024-09-14T00:15:24+02:00
upgpkg: 2.2.3-1: Update to 2.2.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.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
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: [email protected]
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 \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/dc25c299dc2470841cc6f7ccb67bce8d9d5ce000
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpegthumbnailer/-/commit/dc25c299dc2470841cc6f7ccb67bce8d9d5ce000
You're receiving this email because of your account on gitlab.archlinux.org.