2013-10-13 16:55:32 +02:00
|
|
|
comment "foomatic-filters needs a toolchain w/ threads"
|
2015-03-06 14:39:24 +01:00
|
|
|
# because of cups security issues
|
|
|
|
depends on BR2_DEPRECATED_SINCE_2015_05
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_PACKAGE_CUPS
|
package: add foomatic-filters
Foomatic is a database-driven system for integrating free software
printer drivers with common spoolers under Unix. It supports CUPS,
LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing
with every free software printer driver known to us and every
printer known to work with these drivers.
[Peter: minor whitespace fixes]
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
[yann.morin.1998@free.fr: space-damage, licensing terms, unneeded vars]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-25 14:27:58 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_FOOMATIC_FILTERS
|
|
|
|
bool "foomatic_filters"
|
|
|
|
depends on BR2_PACKAGE_CUPS
|
2015-03-06 14:39:24 +01:00
|
|
|
# because of cups security issues
|
|
|
|
depends on BR2_DEPRECATED_SINCE_2015_05
|
package: add foomatic-filters
Foomatic is a database-driven system for integrating free software
printer drivers with common spoolers under Unix. It supports CUPS,
LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing
with every free software printer driver known to us and every
printer known to work with these drivers.
[Peter: minor whitespace fixes]
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
[yann.morin.1998@free.fr: space-damage, licensing terms, unneeded vars]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-25 14:27:58 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
|
|
|
|
select BR2_PACKAGE_LIBUSB
|
|
|
|
select BR2_PACKAGE_ENSCRIPT
|
|
|
|
help
|
|
|
|
Foomatic Filters
|
|
|
|
Foomatic is a database-driven system for integrating free software
|
|
|
|
printer drivers with common spoolers under Unix. It supports CUPS,
|
|
|
|
LPRng, LPD, GNUlpr, Solaris LP, PPR, PDQ, CPS, and direct printing
|
|
|
|
with every free software printer driver known to us and every
|
|
|
|
printer known to work with these drivers.
|
|
|
|
|
|
|
|
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic
|