Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / 
doublecmd


Commits:
1112de6a by Ike Devolder at 2024-09-16T21:48:38+02:00
upgpkg: 1.1.17-2

add extra optdepends for additional previews

- imagemagick: preview xcf files
- ffmpegthumbnailer: preview video files

Closes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = doublecmd
        pkgver = 1.1.17
-       pkgrel = 1
+       pkgrel = 2
        url = http://doublecmd.sourceforge.net/
        arch = x86_64
        license = GPL
@@ -8,11 +8,15 @@ pkgbase = doublecmd
        makedepends = gtk2
        makedepends = qt5pas
        makedepends = qt6pas
+       makedepends = imagemagick
+       makedepends = ffmpegthumbnailer
        optdepends = lua: scripting
        optdepends = unzip: support extracting zip archives
        optdepends = zip: suport packing zip archives
        optdepends = p7zip: support for 7zip archives
        optdepends = libunrar: support for rar archives
+       optdepends = imagemagick: preview xcf files
+       optdepends = ffmpegthumbnailer: preview video files
        provides = doublecmd
        source = 
https://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Source/doublecmd-1.1.17-src.tar.gz
        sha512sums = 
0a57b7b8f084e976fbdaa9af5e52943e1bcc4b64abe29ece68c6e336a61920e5ba7fb46d14b79be9488ee858a2d2833cd2c8bdbb82a38936fce22c5b9b7fc56f


=====================================
PKGBUILD
=====================================
@@ -5,18 +5,20 @@
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt5' 'doublecmd-qt6')
 pkgver=1.1.17
-pkgrel=1
+pkgrel=2
 url="http://doublecmd.sourceforge.net/";
 arch=('x86_64')
 license=('GPL')
 provides=("$pkgbase")
-makedepends=('lazarus' 'gtk2' 'qt5pas' 'qt6pas')
+makedepends=('lazarus' 'gtk2' 'qt5pas' 'qt6pas' 'imagemagick' 
'ffmpegthumbnailer')
 optdepends=(
     'lua: scripting'
     'unzip: support extracting zip archives'
     'zip: suport packing zip archives'
     'p7zip: support for 7zip archives'
     'libunrar: support for rar archives'
+    'imagemagick: preview xcf files'
+    'ffmpegthumbnailer: preview video files'
 )
 source=(
     
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz";



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/doublecmd/-/commit/1112de6a3af84da8127972af0247882531432dfa

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


Reply via email to