Package Details: cnijfilter-common 4.10-5

Git Clone URL: https://aur.archlinux.org/cnijfilter-common.git (read-only, click to copy)
Package Base: cnijfilter-common
Description: Canon IJ Printer Driver (Common Package)
Upstream URL: http://www.canon-europe.com/support/pixma_software/
Licenses: custom
Conflicts: canon-pixma-mx920-complete, lib32-cnijfilter320
Submitter: elb
Maintainer: None
Last Packager: sbmomeni
Votes: 38
Popularity: 0.000000
First Submitted: 2008-10-13 15:16 (UTC)
Last Updated: 2024-01-23 14:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

switchboy commented on 2019-10-20 14:55 (UTC)

It's working now

sbmomeni commented on 2019-10-18 18:19 (UTC)

@switchboy Updated. Test again.

switchboy commented on 2019-10-18 14:45 (UTC)

It does not compile:

bjcups.c:701:11: error: dereferencing pointer to incomplete type ‘ipp_t’ {aka ‘struct _ipp_s’} 701 | pRequest->request.op.operation_id = CUPS_GET_PRINTERS; | ^~ bjcups.c:719:45: error: dereferencing pointer to incomplete type ‘ipp_attribute_t’ {aka ‘struct _ipp_attribute_s’} 719 | while (pAttribute != NULL && pAttribute->group_tag != IPP_TAG_PRINTER) { | ^~

yodaembedding commented on 2017-09-29 23:26 (UTC)

For some reason, this does not show up in CUPS as a possible driver. (cnijfilter2, however, does)

sbmomeni commented on 2016-05-09 18:15 (UTC)

@curiouseag: Thanks for noting it. Now, I symlink individual files to keep contents in one place without conflicting with other packages. @Maxqia, @bokailya: Yes, version 4.10 is available. Based on the code changes, it seems that other cnijfilter packages (>=3.20 versions) are compatible with version 4.10 of the common package.

maxqia commented on 2016-05-09 04:16 (UTC)

Seems like libxml2 is required, it's in a lot of other cnijfiler-based pkgbuilds. Also 4.10 seems to be out. (See here https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cnijfilter-e400series)

<deleted-account> commented on 2016-05-06 22:54 (UTC)

@sbmomeni but i can't build cnijfilter-common itself without lib32-libusb and lib32-libxml2 sr/bin/ld: cannot find -lxml2 collect2: error: ld returned 1 exit status Makefile:399: recipe for target 'cnijlgmon2' failed

maxqia commented on 2016-05-04 23:02 (UTC) (edited on 2016-05-04 23:06 (UTC) by maxqia)

How does this change anything? What error needs that fix anyway?

curiouseag commented on 2016-05-03 14:51 (UTC) (edited on 2016-05-03 14:52 (UTC) by curiouseag)

hey I needed to fix the pkgbuild, you may want to take a look https://forum.manjaro.org/index.php?topic=33686.msg275295#msg275295 the problem is, when you symlink other packages can not use the folder. Copy paste and delete instead for 64bit.

sbmomeni commented on 2016-03-24 10:03 (UTC)

@Maxqia: I modified your patch (to fix the link target issue) and then applied it.