Package Details: cndrvcups-common-lb 4.10-2

Git Clone URL: https://aur.archlinux.org/cndrvcups-common-lb.git (read-only, click to copy)
Package Base: cndrvcups-common-lb
Description: common printer driver modules for Canon cndrvcups-lb package, built from source
Upstream URL: https://www.canon-europe.com/support/products/imagerunner/imagerunner-1730i.aspx
Keywords: Canon Printer
Licenses: GPL, custom, MIT
Submitter: Lone_Wolf
Maintainer: severach
Last Packager: severach
Votes: 46
Popularity: 0.003485
First Submitted: 2013-04-20 23:32 (UTC)
Last Updated: 2021-11-27 05:28 (UTC)

Pinned Comments

Lone_Wolf commented on 2019-09-28 12:45 (UTC)

--- DEPRECATED ---

Please switch to https://aur.archlinux.org/packages/cnrdrvcups-lb

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Eremiell commented on 2016-08-05 13:17 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index ab6483c..e82f8e9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=cndrvcups-common-lb pkgname=cndrvcups-common-lb # used this name to avoid conflict with the existing cndrvcups-common (no longer in aur) which was wrong version for cndrvcups-lb _pkgname=cndrvcups-common -pkgver=3.40 +pkgver=3.60 pkgrel=1 pkgdesc="Common printer driver modules for cndrvcups-lb package, built from source" arch=('i686' 'x86_64') @@ -16,14 +16,14 @@ depends_i686=('libglade' 'gcc-libs') depends_x86_64=('libglade' 'lib32-gcc-libs') makedepends=('automake' 'autoconf') conflicts=('cndrvcups-lb-bin') -source=(Linux_UFRII_PrinterDriver_V310_uk_EN.tar.gz::'http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMjcwODEz&cmp=ABS&lang=EN') +source=(Linux_UFRII_PrinterDriver_V320_uk_EN.tar.gz::'http://pdisp01.c-wss.com/gdl/WWUFORedirectTarget.do?id=MDEwMDAwMjcwODE0&cmp=ABS&lang=EN') options=('!emptydirs' '!strip' 'staticlibs') -sha512sums=('fbfd31630d942cbec015a30df5a435f5d5a4915d09ea5657b80f54f098abf30066dc77117929a439a5f08358806cfd723409fc381d61ee949a2e7b7ad63e1dc9') +sha512sums=('fc35670a07f067b6ccdebf5b96590eafac2ed984faaa8a90ce44dd44396d6de0964f6352cae0fdf8ce1f6127ebf3ea9f6610b56ba7dd9a7f382bd1c6d588a801') # build instructions are adapted from upstream cndrvcups-common.spec file prepare() { - cd "${srcdir}"/Linux_UFRII_PrinterDriver_V310_uk_EN/Sources + cd "${srcdir}"/Linux_UFRII_PrinterDriver_V320_uk_EN/Sources bsdtar xf "${_pkgname}"-"${pkgver}"-1.tar.gz -C "${srcdir}" }

Lone_Wolf commented on 2015-06-28 12:16 (UTC)

updated to latest version

bob_engineer commented on 2015-06-17 16:52 (UTC)

Yes, Lone_Wolf. This is the printer -- MF229dw. Thanks.

Lone_Wolf commented on 2015-06-17 10:12 (UTC)

bob_engineer, that would be this printer ? http://www.usa.canon.com/cusa/consumer/products/printers_multifunction/black_white_laser_multifunction/imageclass_mf229dw

bob_engineer commented on 2015-06-17 01:30 (UTC)

Lone_Wolf, I see that Canon has recently released V3.00 of the CNDRVCUPS package which supports the new Canon IMAGEClass MF229dw printer which I have. Wondering if you are planning to generate the new packages for AUR. Thanks.

Lone_Wolf commented on 2014-09-29 22:07 (UTC)

jassumjas, i doubt very much building this for non-x86 architecture will succeed. the c3pldrv file is a proprietary binary compiled by canon for x86 architecture. $ file c3pldrv c3pldrv: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped Best advice i can give you is to try to setup your printer as a generic PCL printer in cups.

jassumjas commented on 2014-09-29 17:56 (UTC)

I'm trying to compile this on armv7, but it's unsuccessful. The last message is: strip: Unable to recognise the format of the input file `/tmp/yaourt-tmp-root/aur-cndrvcups-common-lb/pkg/cndrvcups-common-lb/usr/bin/c3pldrv' install: strip process terminated abnormally ==> ERROR: A failure occurred in package(). Previously in the PKGBUILD I had to add armv7h in the arch array, add dependance on gcc-libs and set _lib32dir="lib". I also commented the "if [[ ${CARCH}=="x86_64" ]];", thus always executing the "mkdir -p "${pkgdir}"/usr/"${_lib32dir}"". Any ideas how can I proceed with this, I need it for cndrvcups-lb for the MF4430 printer driver on ARM.

Lone_Wolf commented on 2014-03-21 13:28 (UTC)

updated and cleaned up PKGBUILD

dlin commented on 2013-11-14 04:23 (UTC)

Is there anyone use the Job Accounting? I can not successful setup it. I use following commands: sudo cnjatool -e <printer_name> sudo cnjatool -p <printer_name> # enter my id/pass for the printer echo "hello 中文測試" | lpr -p

Lone_Wolf commented on 2013-11-02 11:37 (UTC)

H50, the uk_EN file has exactly the same structure. If you look into the supplied 64-bit .deb and .rpm binaries, you'll see both a lib and lib64 folder, with most of the librariries being present in the lib folder (debian-based and rpm-based distros store 32-bit code in lib , and 64-bit code in lib64). So canon combines 32-bit and 64-bit code in their 64-bit source code, which does result in a multilib driver instead of a true 64-bit driver.