All of lore.kernel.org
 help / color / mirror / Atom feed
* cups-filters
@ 2015-10-21 14:01 Steffen Sledz
  2015-10-22  7:50 ` cups-filters Richard Leitner
  0 siblings, 1 reply; 7+ messages in thread
From: Steffen Sledz @ 2015-10-21 14:01 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel

Does anybody know about a recipe providing cups-filters?

http://layers.openembedded.org was not really helpful here.

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cups-filters
  2015-10-21 14:01 cups-filters Steffen Sledz
@ 2015-10-22  7:50 ` Richard Leitner
  2015-10-22  8:52     ` [oe] cups-filters Steffen Sledz
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Leitner @ 2015-10-22  7:50 UTC (permalink / raw)
  To: openembedded-devel

On 10/21/2015 04:01 PM, Steffen Sledz wrote:
> Does anybody know about a recipe providing cups-filters?
> 
> http://layers.openembedded.org was not really helpful here.
> 

Hi,
I have one which works for my purposes but it is not really tested...
It is based on something I found somewhere on the web (I don't remember
the source).
Hope it helps ;-)

best regards,
Richard

cups-filters.inc:
^^^^^^^^^^^^^^^^^
DESCRIPTION = "CUPS backends, filters, and other software"
HOMEPAGE =
"http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters"
LICENSE = "GPLv2 & LGPLv2 & MIT & GPLv2+ & GPLv3"
SECTION = "console/utils"
DEPENDS = "cups lcms2 ijs poppler qpdf"
PR = "r4"

SRC_URI =
"http://openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz"

inherit autotools

PACKAGES += "\
        ${PN}-data \
        "

#FILES_${PN}-gst = "\
#       ${libdir}/cups/filter/gstopxl \
#       ${libdir}/cups/filter/gstoraster \
#       "
#RCONFLICTS_${PN}-gst = "ghostscript-cups"

#FILES_${PN}-banners = "\
#       /usr/share/cups/banners \
#       "
FILES_${PN}-data = "\
        /usr/share/cups/data \
        "

FILES_${PN}-dbg += "\
        ${libdir}/cups/filter/.debug \
        ${libdir}/cups/backend/.debug \
        "
FILES_${PN} += "\
        ${libdir}/cups/filter/bannertopdf \
        ${libdir}/cups/filter/commandtoescpx \
        ${libdir}/cups/filter/commandtopclx \
        ${libdir}/cups/filter/foomatic-rip \
        ${libdir}/cups/filter/imagetopdf \
        ${libdir}/cups/filter/imagetops \
        ${libdir}/cups/filter/imagetoraster \
        ${libdir}/cups/filter/pdftoijs \
        ${libdir}/cups/filter/pdftoippprinter \
        ${libdir}/cups/filter/pdftoopvp \
        ${libdir}/cups/filter/pdftopdf \
        ${libdir}/cups/filter/pdftops \
        ${libdir}/cups/filter/pdftoraster \
        ${libdir}/cups/filter/pstopdf \
        ${libdir}/cups/filter/rastertoescpx \
        ${libdir}/cups/filter/rastertopclx \
        ${libdir}/cups/filter/textonly \
        ${libdir}/cups/filter/texttopdf \
        ${libdir}/cups/filter/texttops \
        ${libdir}/cups/filter/urftopdf \
        ${libdir}/cups/backend \
        /usr/share/cups/charsets \
        /usr/share/cups/drv \
        /usr/share/cups/mime \
        /usr/share/cups/ppdc \
        /usr/share/ppd/cupsfilters \
        "

do_install_append() {
        # remove banners
        rm -rf ${D}/usr/share/cups/banners

        # remove gst, already provided by ghostscript-cups
        rm -f ${D}${libdir}/cups/filter/gstopxl
        rm -f ${D}${libdir}/cups/filter/gstoraster

        # remove testprint (already provided by cups)
        rm -f ${D}/usr/share/cups/data/testprint
}

#RDEPENDS_${PN} += "libqpdf libpoppler"


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cups-filters
  2015-10-22  7:50 ` cups-filters Richard Leitner
@ 2015-10-22  8:52     ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2015-10-22  8:52 UTC (permalink / raw)
  To: Richard Leitner, openembedded-devel, openembedded-core; +Cc: Benjamin Reikowski

On 22.10.2015 09:50, Richard Leitner wrote:
> On 10/21/2015 04:01 PM, Steffen Sledz wrote:
>> Does anybody know about a recipe providing cups-filters?
>>
>> http://layers.openembedded.org was not really helpful here.
> 
> I have one which works for my purposes but it is not really tested...
> It is based on something I found somewhere on the web (I don't remember
> the source).

Any plans to make this part of an official layer?

Regards,
Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [oe] cups-filters
@ 2015-10-22  8:52     ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2015-10-22  8:52 UTC (permalink / raw)
  To: Richard Leitner, openembedded-devel, openembedded-core; +Cc: Benjamin Reikowski

On 22.10.2015 09:50, Richard Leitner wrote:
> On 10/21/2015 04:01 PM, Steffen Sledz wrote:
>> Does anybody know about a recipe providing cups-filters?
>>
>> http://layers.openembedded.org was not really helpful here.
> 
> I have one which works for my purposes but it is not really tested...
> It is based on something I found somewhere on the web (I don't remember
> the source).

Any plans to make this part of an official layer?

Regards,
Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cups-filters
  2015-10-22  8:52     ` [oe] cups-filters Steffen Sledz
  (?)
@ 2015-10-22  8:54     ` Richard Leitner
  2015-10-22  9:01         ` [oe] cups-filters Steffen Sledz
  -1 siblings, 1 reply; 7+ messages in thread
From: Richard Leitner @ 2015-10-22  8:54 UTC (permalink / raw)
  To: Steffen Sledz, openembedded-devel, openembedded-core; +Cc: Benjamin Reikowski

On 10/22/2015 10:52 AM, Steffen Sledz wrote:
> On 22.10.2015 09:50, Richard Leitner wrote:
>> On 10/21/2015 04:01 PM, Steffen Sledz wrote:
>>> Does anybody know about a recipe providing cups-filters?
>>>
>>> http://layers.openembedded.org was not really helpful here.
>>
>> I have one which works for my purposes but it is not really tested...
>> It is based on something I found somewhere on the web (I don't remember
>> the source).
> 
> Any plans to make this part of an official layer?
>
Currently I have no time for creating and testing a clean patch for it.
But if anybody has time and motivation, feel free to do it ;-)

regards,
Richard L


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cups-filters
  2015-10-22  8:54     ` cups-filters Richard Leitner
@ 2015-10-22  9:01         ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2015-10-22  9:01 UTC (permalink / raw)
  To: Richard Leitner, openembedded-devel, openembedded-core,
	Richard Purdie, Martin Jansa, Koen Kooi
  Cc: Benjamin Reikowski

On 22.10.2015 10:54, Richard Leitner wrote:
> On 10/22/2015 10:52 AM, Steffen Sledz wrote:
>> On 22.10.2015 09:50, Richard Leitner wrote:
>>> On 10/21/2015 04:01 PM, Steffen Sledz wrote:
>>>> Does anybody know about a recipe providing cups-filters?
>>>>
>>>> http://layers.openembedded.org was not really helpful here.
>>>
>>> I have one which works for my purposes but it is not really tested...
>>> It is based on something I found somewhere on the web (I don't remember
>>> the source).
>>
>> Any plans to make this part of an official layer?
>>
> Currently I have no time for creating and testing a clean patch for it.
> But if anybody has time and motivation, feel free to do it ;-)

I could try to prepare one.

@layer-maintainers: What would be the right layer for this? openembedded-core or meta-oe?

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [oe] cups-filters
@ 2015-10-22  9:01         ` Steffen Sledz
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2015-10-22  9:01 UTC (permalink / raw)
  To: Richard Leitner, openembedded-devel, openembedded-core,
	Richard Purdie, Martin Jansa, Koen Kooi
  Cc: Benjamin Reikowski

On 22.10.2015 10:54, Richard Leitner wrote:
> On 10/22/2015 10:52 AM, Steffen Sledz wrote:
>> On 22.10.2015 09:50, Richard Leitner wrote:
>>> On 10/21/2015 04:01 PM, Steffen Sledz wrote:
>>>> Does anybody know about a recipe providing cups-filters?
>>>>
>>>> http://layers.openembedded.org was not really helpful here.
>>>
>>> I have one which works for my purposes but it is not really tested...
>>> It is based on something I found somewhere on the web (I don't remember
>>> the source).
>>
>> Any plans to make this part of an official layer?
>>
> Currently I have no time for creating and testing a clean patch for it.
> But if anybody has time and motivation, feel free to do it ;-)

I could try to prepare one.

@layer-maintainers: What would be the right layer for this? openembedded-core or meta-oe?

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@dresearch-fe.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-10-22  9:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 14:01 cups-filters Steffen Sledz
2015-10-22  7:50 ` cups-filters Richard Leitner
2015-10-22  8:52   ` cups-filters Steffen Sledz
2015-10-22  8:52     ` [oe] cups-filters Steffen Sledz
2015-10-22  8:54     ` cups-filters Richard Leitner
2015-10-22  9:01       ` cups-filters Steffen Sledz
2015-10-22  9:01         ` [oe] cups-filters Steffen Sledz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.