Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/cups-filters: add image printing support
@ 2020-05-01 15:55 Alexey Lukyanchuk
  2020-05-01 19:41 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Lukyanchuk @ 2020-05-01 15:55 UTC (permalink / raw)
  To: buildroot

Cups can print images like jpeg/png.

In current version it's disabled, but may be needed for some customers.

This patch add cups-filters for images.

Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
---
 package/cups-filters/cups-filters.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
index 3bb33d963c..1fba61ad15 100644
--- a/package/cups-filters/cups-filters.mk
+++ b/package/cups-filters/cups-filters.mk
@@ -11,8 +11,7 @@ CUPS_FILTERS_LICENSE_FILES = COPYING
 
 CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg
 
-CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
-	--disable-mutool \
+CUPS_FILTERS_CONF_OPTS = --disable-mutool \
 	--disable-foomatic \
 	--disable-braille \
 	--with-cups-config=$(STAGING_DIR)/usr/bin/cups-config \
-- 
2.17.1

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

* [Buildroot] [PATCH 1/1] package/cups-filters: add image printing support
  2020-05-01 15:55 [Buildroot] [PATCH 1/1] package/cups-filters: add image printing support Alexey Lukyanchuk
@ 2020-05-01 19:41 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-05-01 19:41 UTC (permalink / raw)
  To: buildroot

Alexey, All,

On 2020-05-01 18:55 +0300, Alexey Lukyanchuk spake thusly:
> Cups can print images like jpeg/png.
> 
> In current version it's disabled, but may be needed for some customers.
> 
> This patch add cups-filters for images.
> 
> Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
> ---
>  package/cups-filters/cups-filters.mk | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/cups-filters/cups-filters.mk b/package/cups-filters/cups-filters.mk
> index 3bb33d963c..1fba61ad15 100644
> --- a/package/cups-filters/cups-filters.mk
> +++ b/package/cups-filters/cups-filters.mk
> @@ -11,8 +11,7 @@ CUPS_FILTERS_LICENSE_FILES = COPYING
>  
>  CUPS_FILTERS_DEPENDENCIES = cups libglib2 lcms2 qpdf fontconfig freetype jpeg
>  
> -CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
> -	--disable-mutool \
> +CUPS_FILTERS_CONF_OPTS = --disable-mutool \

We like to have explicit enable, rather than rely on the defaults, so
I've added an explicit --enable-imagefilters, reworded the commit log,
and applied to master, thanks.

Regards,
Yann E. MORIN.

>  	--disable-foomatic \
>  	--disable-braille \
>  	--with-cups-config=$(STAGING_DIR)/usr/bin/cups-config \
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2020-05-01 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01 15:55 [Buildroot] [PATCH 1/1] package/cups-filters: add image printing support Alexey Lukyanchuk
2020-05-01 19:41 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox