Search Criteria
Package Details: captdriver-git r57.f2077b6-3
Git Clone URL: | https://aur.archlinux.org/captdriver-git.git (read-only, click to copy) |
---|---|
Package Base: | captdriver-git |
Description: | Open source CUPS driver for Canon CAPT printers (not stable, formerly foo2capt) |
Upstream URL: | https://github.com/agalakhov/captdriver |
Licenses: | |
Submitter: | OramahMaalhur |
Maintainer: | OramahMaalhur |
Last Packager: | OramahMaalhur |
Votes: | 7 |
Popularity: | 0.136552 |
First Submitted: | 2016-10-16 11:46 |
Last Updated: | 2020-08-30 00:10 |
Dependencies (4)
- cups (cups-git, libcups-ipp14, cups-ipp14, cups-noudev, cups-nosystemd)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- git (git-git) (make)
Latest Comments
Potomac commented on 2021-01-21 13:53
@OramahMaalhur : I think you should add a post_install() function, same function as this other canon capt driver (see capt-src.install file) : https://aur.archlinux.org/packages/capt-src/
Because additional manual steps may be needed after the installation of the package :
/usr/bin/lpadmin -p <name> -m <corresponding ppd> -v ccp://localhost:59687 -E /usr/bin/ccpdadmin -p <name> -o udev_device
OramahMaalhur commented on 2020-08-30 00:10
@mikhailnov, I'm not sure I get you, cups is already set in dependencies,
depends=('cups')
capt.rules was updated, thanksmikhailnov commented on 2020-08-24 23:43
A comment in udev rules file seems to b incorrect, systemctl status udev reports: systemd-udevd[15023]: /etc/udev/rules.d/51-capt.rules:2 Invalid key/value pair, ignoring That comment should be moved to a separate line
mikhailnov commented on 2020-08-24 23:37
cups devel parts are required to build it, cups should be in dependencies p.s. thanks for an example of udev rules, I am not using Arch Linux, but this PKGBUILD was useful
OramahMaalhur commented on 2020-07-07 23:37
Sorry for the late response, I updated the PKGBUILD. Unfortunately, I don't have this printer anymore so ping me if you want to maintain or co-maintain the package :)
Kewl commented on 2020-05-24 15:39
requires an update: filename has changed from Canon-LBP-2900.ppd to Canon-LBP2900.ppd
Moondhum commented on 2018-01-27 14:12
Just installed it for Canon LBP3050, works flawlessly.
OramahMaalhur commented on 2016-10-16 11:49
This is an unstable reverse engineered version of CUPS driver for CAPT drivers (LBP2900 and others, see upstream url) and has its own limitations (it doesn't support multipage printing, i.e. each page of document is printed separately with a delay).