惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
博客园_首页
美团技术团队
M
MIT News - Artificial intelligence
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
H
Help Net Security
J
Java Code Geeks
T
Tailwind CSS Blog
Jina AI
Jina AI
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
宝玉的分享
宝玉的分享
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog
博客园 - 三生石上(FineUI控件)
L
LangChain Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Visual Studio Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - cnijfilter-common-mg5400
2026-06-12 · via AUR Newest Packages

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.