Cillian de Róiste
eacf656d6a
mfcj470dw: tidy up
2015-10-24 22:29:11 +02:00
Yochai
837cdb03d3
mfcj470dw: init at 3.0.0-1
2015-10-23 19:51:05 +03:00
Brandon Dimcheff
c0a963e3cc
cups-filters: make shell string longer ( close #10493 )
...
The cstring for the shell path is too short for nixos in cups-filters,
causing it to be truncated. This was previously fixed in #5428 , but
regressed.
This is a permanent solution accepted even upstream
https://bugs.linuxfoundation.org/show_bug.cgi?id=1325
http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7401
2015-10-20 17:09:42 +02:00
Domen Kožar
264a83c707
cups: 2.0.3 -> 2.0.4, fix transient failure
...
(cherry picked from commit cc06f9c0be051f7ef2e1fcbd2ce13b902acc8adc)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-06 16:01:22 +02:00
William A. Kennington III
4f22eadf2c
Merge branch 'master.upstream' into staging.upstream
2015-08-19 20:52:17 -07:00
Thomas Strobel
26ef514981
canon-cups-ufr2: init at 2.90
2015-08-20 01:22:10 +02:00
Jan Malakhovski
c88e9deff4
cups: remove xdg_utils dependency
...
`cups.desktop` that depends on some fixed version of `xdg-open` is not
particularly useful; it should use `xdg-open` from the environment
it's being run from.
As a side effect, one can now fiddle with `xdg_utils` package without
rebuilding pretty much every single one of graphical packages (they
all depend on `cups` through their graphical toolkits).
2015-08-16 20:23:01 +02:00
Eelco Dolstra
689897088c
cups: Don't depend on OpenSSL
...
Afaict, it doesn't use OpenSSL, just GNU/TLS.
2015-07-26 22:46:23 +02:00
Vladimír Čunát
9147dee57f
cups-filters: update, including security fixes
...
- NEWS claims to fix CVE-2015-{3258,3279}
- shell path is now directly configurable
/cc maintainer @ttuegel.
2015-07-21 20:57:49 +02:00
William A. Kennington III
afd532f7cb
cups: 2.0.2 -> 2.0.3
2015-07-07 00:30:25 -07:00
Jascha Geerds
4ac95ab328
cups: Use systemd files provided by CUPS
2015-05-10 12:41:20 +02:00
Jascha Geerds
5f5ba7dda0
cups: Add xdg_utils to build inputs
2015-05-10 12:41:20 +02:00
Jascha Geerds
0a090d80ac
cups: Refactor meta attributes
2015-05-10 12:41:20 +02:00
William A. Kennington III
d6edaea4f7
cups: 1.7.5 -> 2.0.2
2015-05-10 12:41:20 +02:00
Kirill Elagin
29f431e2a4
cups-browsed: build with Avahi
...
Fixes 5409.
2015-04-13 23:21:44 +03:00
Kirill Elagin
82eed03bfa
cups-filters: fix build on non-NixOS
2015-04-13 23:20:30 +03:00
Thomas Tuegel
394562655f
cups_filter: fix build
2015-04-02 19:13:26 -05:00
Thomas Tuegel
01e9dfb449
cups-filters: fix build with latest poppler
2015-04-02 06:58:09 -05:00
Tobias Geerinckx-Rice
eecb59a805
samsungUnifiedLinuxDriver 0.92 -> 4.00.39
...
This not the latest, but the greatest version (by number of models still
supported).
A big bump. Everything seems to work fine. Tested with a Samsung CLP-325.
Also fixed some strange things. Did this ever even work? On x86_64?
2015-04-01 19:54:40 +02:00
Domen Kožar
146eb665d0
Revert "cups: 1.7.5 -> 2.0.2"
...
This reverts commit 032859faba
.
Conflicts:
pkgs/misc/cups/default.nix
Breaks nixos printing tests, see
032859faba (commitcomment-10495609)
2015-03-31 16:51:07 +02:00
William A. Kennington III
b91bac282d
cups: Fix gmp linking by propagating
2015-03-26 16:18:17 -07:00
William A. Kennington III
032859faba
cups: 1.7.5 -> 2.0.2
2015-03-26 13:30:54 -07:00
Nikolay Amiantov
0c5169b536
samsung-UnifiedLinuxDriver: fix meta
2015-03-05 20:49:45 +03:00
John Wiegley
28b6fb61e6
Change occurrences of gcc to the more general cc
...
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
Brandon Dimcheff
139d7f6e1a
squish cups patches all into one statement
2014-12-23 11:53:58 -05:00
Brandon Dimcheff
6a2195c3a5
Fix compiled-in /bin/bash in foomatic filters
...
Foomatic filters contained a 64-char c string hardcoded to /bin/bash.
This caused some filters (at least pdftops) to fail.
I also had to increase the size of the string because nix paths are too
long.
2014-12-21 20:47:36 -05:00
Eelco Dolstra
be0e73b938
cups: Build with SERVERROOT set to /etc/cups
2014-12-16 18:23:41 +01:00
Eelco Dolstra
ffdabf02b9
cups: Get rid of obsolete banners
...
These use bannertops, which no longer exists. And they conflicted with
the working banners in cups-filters.
2014-12-16 18:23:41 +01:00
Eelco Dolstra
fb079432b0
cups-filters: Fix gstoraster
...
It was trying to find "gs" via execve, so use execvpe instead. It's
probably better to use gs's absolute path, but maybe not every
cups-filters user needs it.
2014-12-16 18:23:41 +01:00
Eelco Dolstra
6c00d9f7e4
cups-filters: Fix finding GS in several filters
2014-12-16 18:23:40 +01:00
Eelco Dolstra
0aa452e179
cups-filters: Fix banners
...
It was looking in cups' prefix for the PDF templates. So for instance
printing a CUPS test page wouldn't work.
2014-12-16 18:23:40 +01:00
Domen Kožar
5f599a3ddd
remove pdf-filter
2014-11-24 08:43:43 +01:00
Domen Kožar
23567ac200
cups-pdf-filter -> cups-filters, enable by default for cups
2014-11-23 17:51:55 +01:00
Edward Tjörnhammar
45c4d68960
cups: bump 1.5.4 -> 1.7.5
2014-11-22 04:26:17 +01:00
Michael Raskin
ba77c90161
Revert "cups: update package"
...
This reverts commit aa548af5a5
.
2014-11-15 17:00:15 +03:00
Michael Raskin
d86c047f9c
Revert "cups-filters: add package"
...
This reverts commit f7ba33de56
.
2014-11-15 16:59:58 +03:00
Nikolay Amiantov
f7ba33de56
cups-filters: add package
2014-11-14 13:51:26 +03:00
Nikolay Amiantov
aa548af5a5
cups: update package
2014-11-14 13:51:26 +03:00
Aristid Breitkreuz
e6277bd958
the sha256 of cups 1.5.4 was that of a HTML (broken in md5->sha256 update)
2014-10-12 16:52:54 +02:00
Longrin Wischnewski
6e7de2155b
change md5sum to sha256sum for a few packages
2014-10-12 16:13:21 +02:00
Aristid Breitkreuz
7667f3c939
cupsBjnp: update from 1.2.1 to 1.2.2, potentially fixes CVE-2014-2856
2014-10-06 22:02:40 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Nixpkgs Monitor
e4258fe1a7
cupsBjnp: update from 0.5.4 to 1.2.1
2013-12-18 18:18:23 +02:00
Mathijs Kwik
fe622f6523
upgrade some packages to libusb1
...
on my systems, I can now override "libusb = libusb1" in all of nixpkgs
so perhaps we can soon drop libusb 0.1 support?
2013-07-01 07:52:13 +02:00
Vladimír Čunát
7e5286db50
cups: fix reference to dbus.libs
2013-04-11 16:02:24 +02:00
Eelco Dolstra
5d6da38d33
cups: Don't build on Darwin
2013-01-29 12:43:53 +01:00
Evgeny Egorochkin
0eecd67d14
Package Samsung unified printer driver. i686 only but apparently can be improved to support x86_64. Based on patch by James Cook <james.cook[NOSPAM]@utoronto.ca>
2012-12-05 05:43:19 +02:00
Eelco Dolstra
c961c840f6
cups: Update to 1.5.4
2012-10-08 14:50:19 -04:00
Eelco Dolstra
f5e0a05f80
Revert "cups: Update to 1.6.1"
...
This reverts commit 5046d0628f
.
2012-10-08 14:43:49 -04:00
Eelco Dolstra
318202951e
Revert "Remove cups-pdf-filter"
...
This reverts commit 006002d16f
.
2012-10-08 14:43:47 -04:00