Languages

Menu
Sites
Language
CUPS (Linux printing) support
Hello - I went to the Tizen github : https://review.tizen.org/git/ And found 2 git repositories with the word "cups" in them : external/cups-filters external/cups There is source code there, but in both cases the "gbs build" failed : === the following packages failed to build due to missing build dependencies === cups-filters: nothing provides cups nothing provides pkgconfig(poppler) = 0.20.0 nothing provides pkgconfig(lcms2) nothing provides xpdf-tools = 3.02 nothing provides cups-devel nothing provides cups-libs === the following packages failed to build due to missing build dependencies === cups: nothing provides pkgconfig(poppler) = 0.20.0 nothing provides pkgconfig(poppler-glib) = 0.20.0 nothing provides pkgconfig(lcms2) = 2.3 nothing provides xpdf-tools = 3.02 However, even though I can't compile these packages, I do see cups folder hierarchies in the Tizen emulator. I can also fire up the cups deamon from the Tizen emulator shell command line : /usr/sbin/cupsd QUESTION: What is that status of CUPS printing on Tizen? Thank You Carlos

Responses

2 Replies
Raghu Kona
Hi Carlos, From the packages list, I can see Tizen using epson-inkjet-printer-escpr-1.2.0-slp.1.1.i586. I think, this is the filter used with CUPS and provides the print support.
Carlos Gomez
Raghu - Ok, thanks for this information. When the 2.0 SDK is released I will look for the epson-inkjet-printer-escpr-1.2.0-slp.1.1.i586 package. Carlos