David Runge pushed to branch main at Arch Linux / Packaging / Packages / netpbm
Commits:
5558d0e0 by David Runge at 2023-09-02T20:00:13+02:00
upgpkg: 10.73.43-2
Rebuild against jbigkit as shared library.
Add all direct dependencies.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,24 @@
pkgname=netpbm
pkgver=10.73.43
-pkgrel=1
+pkgrel=2
pkgdesc="A toolkit for manipulation of graphic images"
arch=('x86_64')
license=('custom' 'BSD' 'GPL' 'LGPL')
url="http://netpbm.sourceforge.net/"
-depends=('perl' 'libpng' 'libtiff' 'libxml2')
-makedepends=('jbigkit' 'subversion')
+depends=(
+ 'bash'
+ 'gcc-libs'
+ 'glibc'
+ 'jbigkit'
+ 'libjpeg-turbo'
+ 'libpng'
+ 'libtiff'
+ 'libxml2'
+ 'perl'
+ 'zlib'
+)
+makedepends=('subversion')
options=('!makeflags')
# Get docs with: wget --recursive --relative -nH
http://netpbm.sourceforge.net/doc/
source=(https://downloads.sourceforge.net/project/netpbm/super_stable/$pkgver/netpbm-$pkgver.tgz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netpbm/-/commit/5558d0e0514c52e5a9cec11696f265f254d083c2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/netpbm/-/commit/5558d0e0514c52e5a9cec11696f265f254d083c2
You're receiving this email because of your account on gitlab.archlinux.org.