Package Details: cnijfilter-common-mg5400 3.80-1

Git Clone URL: https://aur.archlinux.org/cnijfilter-common-mg5400.git (read-only, click to copy)
Package Base: cnijfilter-common-mg5400
Description: Canon IJ Printer Driver (Common package)
Upstream URL: http://support-sg.canon-asia.com/contents/SG/EN/0100467102.html
Licenses: unknown
Submitter: rhon
Maintainer: None
Last Packager: tchab
Votes: 5
Popularity: 0.000000
First Submitted: 2013-03-30 12:55 (UTC)
Last Updated: 2016-02-14 09:47 (UTC)

Latest Comments

1 2 Next › Last »

Scimmia commented on 2016-11-20 23:58 (UTC)

You should use bsdtar to extract the rpm instead of rpmextract. It's already a dep of pacman/makepkg, so no makedep needed.

tchab commented on 2016-02-14 09:48 (UTC)

Saronno's fix added. Thanks, and sorry for the delay.

ModYokosuka commented on 2016-02-10 09:04 (UTC) (edited on 2016-02-10 09:07 (UTC) by ModYokosuka)

Confirmed saronno's fix makes package build.

saronno commented on 2015-03-30 20:32 (UTC)

Add to the last line of package function mv ./usr/lib64 ./usr/lib

luka-devnull commented on 2014-11-09 20:54 (UTC)

I have actually got off my lazy butt and made the MG5500 series their own AUR packages! https://aur.archlinux.org/packages/cnijfilter-common-mg5500series/ https://aur.archlinux.org/packages/cnijfilter-mg5500series/ Thanks for your help matteusblanc!

matteusblanc commented on 2014-06-06 20:42 (UTC)

mablanton - just delete those files from the filesystem with rm or sudo rm as required

matteusblanc commented on 2014-06-06 20:41 (UTC)

Thanks aus4000, works perfectly with the Canon MG5500 along with the cnijfilter-mg5500 package build on a 64 bit system. Only change was genericising libtiff and libpng as shown pkgname=cnijfilter-common-mg5500 pkgver=4.00 pkgrel=1 pkgrel=1 pkgdesc="Canon IJ Printer Driver (Common package)" arch=('i686' 'x86_64') url="http://support-sg.canon-asia.com/contents/SG/EN/0100467102.html" license=('unknown') depends=('libcups' 'popt') makedepends=('rpmextract') options=('emptydirs') source=("http://gdlp01.c-wss.com/gds/5/0100005505/01/cnijfilter-mg5500series-4.00-1-rpm.tar.gz") md5sums=('4abe4396e4efc7ff90f459ccf493bb9c') build() { if [ "${CARCH}" = 'x86_64' ]; then rpmfile=$(find "$srcdir" -name cnijfilter-common-$pkgver*${CARCH}*.rpm) elif [ "${CARCH}" = 'i686' ]; then rpmfile=$(find "$srcdir" -name cnijfilter-common-$pkgver*i386*.rpm) fi cd $pkgdir rpmextract.sh $rpmfile }

mablanton commented on 2014-05-02 14:15 (UTC)

When I try to install this package I get an error that says "failed to commit transaction (conflicting files) libtiff3: /usr/lib/libtiff.so.3 exists in file system libtiff3: /usr/lib/libtiffxx.so.3 exists in fle system Errors occured, no packages were updated" I am new to arch and don't know how to fix it.