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 »

sbmomeni commented on 2016-03-24 09:42 (UTC)

@Maxqia: Replacing the "ln -s /usr" with "cp -rs ${pkgdir}/usr" creates absolute symbolic links to the "${pkgdir}" location. That is, if you delete the build directory after installing the package, the package will contain dangling links to the "${pkgdir}" instead of the "/usr" folder.

maxqia commented on 2016-03-20 11:44 (UTC)

Found the original cause of my problem, here's a patch to fix it. http://pastebin.com/vW2Bb673

sbmomeni commented on 2016-03-11 17:50 (UTC)

@Maxqia: Multiple printer drivers depend on this package and some of them do not ship the libs_bin64 folder at all. Compiling this package with native 64bits libs will break all of them.

maxqia commented on 2016-03-06 07:31 (UTC) (edited on 2016-03-06 07:57 (UTC) by maxqia)

I was getting an error (lpadmin: Bad device-uri scheme "cnijnet".) on my 64-bit machine so I added native 64-bit support. Here's the patch : http://pastebin.com/UX0DJ6iC

sbmomeni commented on 2015-10-07 16:01 (UTC)

@craeckie: 1. The lib32-libusb package is a dependency of scangearmp-mpseries-common package which is for the scanning functionality of mpseries devices. 2. The lib32-libxml2 package is a dependency of some of actual mpseries drivers which depend on cnijfilter-common (not a dependency of cnijfilter-common itself). For example, the cnijfilter-mp550 package depends on lib32-libxml2.

craeckie commented on 2015-09-29 17:27 (UTC)

requires lib32-libusb and lib32-libxml2.

sbmomeni commented on 2015-08-04 21:35 (UTC)

@aus4000: cnijfilter-common is now updated to version 4.00. As it does not introduce breaking changes, MP series which are dependent on version 3.20 should work with version 4.00 too.

luka-devnull commented on 2015-07-25 05:36 (UTC)

I actually found while building my package for cnijfilter-mg5500series that it includes a cnijfilter-common package that's newer than this one. Can you take a look and see if yours can be updated to this one? http://gdlp01.c-wss.com/gds/5/0100005505/01/cnijfilter-mg5500series-4.00-1-rpm.tar.gz I also seem to have found this, which seems to be just the IJ common source files like yours: http://support-sg.canon-asia.com/contents/SG/EN/0100551502.html

allencch commented on 2013-07-01 14:53 (UTC)

The PKGBUILD should be updated, package() { cd ${pkgdir} rpmextract.sh $startdir/src/cnijfilter-common-$pkgver-1.i386.rpm mkdir -p usr/share/licenses/${pkgname} mv usr/share/doc/cnijfilter-common-$pkgver/* usr/share/licenses/${pkgname} rm -rf usr/share/doc chmod -R a+rX usr/ }