summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2021-03-29 14:20:37 -0400
committerChris Severance2021-03-29 14:20:37 -0400
commitb32f6d0aabfb1ab5de9c7a60ff954c896dc8af2d (patch)
treef18caf9dc58f8662abe1bb28f8c2b63bf93259ed
parent61fa14249d488a0d4348c107416f304d2d987960 (diff)
downloadaur-b32f6d0aabfb1ab5de9c7a60ff954c896dc8af2d.tar.gz
autu: Update to 5.30-1 Add jpeg 6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c71b546ee2b9..44fb2dbd2699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,8 @@ pkgbase = cnrdrvcups-lb-bin
depends = gcc-libs
depends = libxml2
depends = libglade
+ depends = libjpeg6-turbo
+ depends = libjbig-shared
optdepends = libjpeg6-turbo: improves printing results for color imageRUNNER/i-SENSYS LBP devices
optdepends = gtk2: for cnsetuputil2
provides = cnrdrvcups-lb=5.30
diff --git a/PKGBUILD b/PKGBUILD
index 74879d8ef93d..337c6144f686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,8 @@ url='https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i
license=('GPL2' 'MIT' 'custom')
# parts of the code are GPL or MIT licensed, some parts have a custom license
depends=('gcc-libs' 'libxml2' 'libglade')
+depends+=('libjpeg6-turbo') # libjpeg.so dlopen by usr/lib/libcanonufr2r.so.1.0.0
+depends+=('libjbig-shared') # libjbig.so dlopen by usr/bin/cnjbigufr2
optdepends=(
'libjpeg6-turbo: improves printing results for color imageRUNNER/i-SENSYS LBP devices'
'gtk2: for cnsetuputil2'