Package Details: cnijfilter-mp280 3.40.1-4

Git Clone URL: https://aur.archlinux.org/cnijfilter-mp280.git (read-only, click to copy)
Package Base: cnijfilter-mp280
Description: Canon IJ Printer Driver (mp280 series)
Upstream URL: http://support-au.canon.com.au/contents/AU/EN/0100302002.html
Licenses: custom
Conflicts: cnijfilter-common
Submitter: Alir3z4
Maintainer: vova7890
Last Packager: vova7890
Votes: 13
Popularity: 0.32
First Submitted: 2012-01-09 10:26 (UTC)
Last Updated: 2024-11-06 13:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Alir3z4 commented on 2012-08-11 15:27 (UTC)

@Revelation60 Are you sure that you have installed 'libcups', 'cups' ? here my build log => https://gist.github.com/3325235

Revelation60 commented on 2012-08-11 14:44 (UTC)

Alier3z4, thanks for the update. However, compilation is still failing for me. The error log is here: https://gist.github.com/3325011

Alir3z4 commented on 2012-08-08 12:15 (UTC)

Updated and fixed. Thank you @jstitch, @jeremy33 for you heads-up. Also Thanks to @plv for the patch mentioned on https://aur.archlinux.org/packages.php?ID=46944

Revelation60 commented on 2012-08-08 09:36 (UTC)

The build is stil failing. Please update the package.

<deleted-account> commented on 2012-04-20 21:00 (UTC)

jstitch is right mp280 corresponds to 370

Alir3z4 commented on 2012-04-17 05:57 (UTC)

@jstitch So when you change the default 356 => 370, problem solved ? and the pkg installed successfully?

jstitch commented on 2012-04-16 17:22 (UTC)

I've just bought a MP280 printer, but trying to use this package failed me because it was searching for the libcnbp*370*.so files. I had to edit the PKGBUILD to change the default 356 (which is the Printer Model ID for the mp250) with the 370 one (the Printer Model ID for the mp280...

Alir3z4 commented on 2012-02-06 14:40 (UTC)

updated ;) Thank you @jeremy33. Also i added a git repo https://github.com/Alir3z4/cnijfilter-mp280-archlinux ;)

<deleted-account> commented on 2012-02-06 13:53 (UTC)

Since libpng has been updated to v1.5, this package don't compile. I found a fix on gentoo forum https://130645.bugs.gentoo.org/attachment.cgi?id=295777 You just have to add this line : sed -i -e 's/png_p->jmpbuf/png_jmpbuf(png_p)/' cnijfilter/src/bjfimage.c afer that : build() { cd ${srcdir}/cnijfilter-source-${_pkgrealver}-${_pkgrealrel}/ patch -p0 < ${startdir}/fix.patch