All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Replace foomatic-filters with cups-filters
@ 2016-08-01 11:01 Fan Xin
  2016-08-01 17:13 ` Stephen Arnold
  0 siblings, 1 reply; 16+ messages in thread
From: Fan Xin @ 2016-08-01 11:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: Fan Xin

The foomatic-filters community is inactive and foomatic-filter package is unmaintained.
(http://www.gossamer-threads.com/lists/gentoo/user/288184)

The foomatic-rips is moved from foomatic-filters to cups-filters and
maintained by cups-filters according to the cups-filter's NEWS.
(http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/annotate/head:/NEWS)

Signed-off-by: Fan Xin <fan.xin at jp.fujitsu.com>
---
 .../cups-filters-1.8.2-disable-ijs.patch           | 65 ++++++++++++++++++++++
 .../foomatic/cups-filters_1.8.3.bb                 | 34 +++++++++++
 .../packagegroups/packagegroup-core-lsb.bb         |  2 +-
 3 files changed, 100 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch
 create mode 100644 meta/recipes-extended/foomatic/cups-filters_1.8.3.bb

diff --git a/meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch b/meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch
new file mode 100644
index 0000000..0a0a6ad
--- /dev/null
+++ b/meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch
@@ -0,0 +1,65 @@
+=== modified file 'Makefile.am'
+--- Makefile.am	2016-02-10 15:16:33 +0000
++++ Makefile.am	2016-03-02 20:46:26 +0000
+@@ -490,7 +490,6 @@
+ 	bannertopdf \
+ 	commandtoescpx \
+ 	commandtopclx \
+-	pdftoijs \
+ 	sys5ippprinter \
+ 	pdftops \
+ 	pdftoraster \
+@@ -499,6 +498,10 @@
+ 	texttopdf \
+ 	urftopdf \
+ 	rastertopdf
++if ENABLE_IJS
++pkgfilter_PROGRAMS += \
++	pdftoijs
++endif
+ if ENABLE_GHOSTSCRIPT
+ pkgfilter_PROGRAMS += \
+ 	gstoraster
+@@ -846,9 +849,12 @@
+ 	ppd/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd \
+ 	ppd/Generic-PDF_Printer-PDF.ppd \
+ 	ppd/HP-Color_LaserJet_CM3530_MFP-PDF.ppd \
+-	ppd/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd \
+ 	ppd/Ricoh-PDF_Printer-PDF.ppd \
+ 	ppd/textonly.ppd
++if ENABLE_IJS
++ppd_DATA += \
++	ppd/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd
++endif
+ if ENABLE_GHOSTSCRIPT
+ ppd_DATA += \
+ 	ppd/pxlcolor.ppd \
+=== modified file 'configure.ac'
+--- configure.ac	2016-02-11 13:59:52 +0000
++++ configure.ac	2016-03-02 21:18:05 +0000
+@@ -443,7 +443,7 @@
+ ])
+ PKG_CHECK_MODULES([FREETYPE], [freetype2], [AC_DEFINE([HAVE_FREETYPE_H], [1], [Have FreeType2 include files])])
+ PKG_CHECK_MODULES([FONTCONFIG], [fontconfig >= 2.0.0])
+-PKG_CHECK_MODULES([IJS], [ijs])
++PKG_CHECK_MODULES([IJS], [ijs], [have_ijs=yes], [have_ijs=no])
+ PKG_CHECK_MODULES([POPPLER], [poppler >= 0.18])
+ PKG_CHECK_MODULES([ZLIB], [zlib])
+ AC_DEFINE([HAVE_LIBZ], [], [Define that we use zlib])
+@@ -489,6 +489,15 @@
+ 	[enable_ghostscript="$enableval"],
+ 	[enable_ghostscript=yes]
+ )
++AC_ARG_ENABLE([ijs],
++	[AS_HELP_STRING([--disable-ijs], [Disable filters using IJS.])],
++	[enable_ijs="$enableval"],
++	[enable_ijs=yes]
++)
++AS_IF([test "x$enable_ijs" = "xyes" -a "x$have_ijs" != "xyes"], [
++       AC_MSG_ERROR([IJS not found, but requested.])
++])
++AM_CONDITIONAL(ENABLE_IJS, test "x$enable_ijs" = "xyes")
+ AC_ARG_WITH([pdftops],
+ 	[AS_HELP_STRING([--with-pdftops=value], [Set which pdftops to use (gs,pdftops,pdftocairo,acroread,hybrid).])],
+ 	[with_pdftops="$withval"],
+
diff --git a/meta/recipes-extended/foomatic/cups-filters_1.8.3.bb b/meta/recipes-extended/foomatic/cups-filters_1.8.3.bb
new file mode 100644
index 0000000..4eef7ef
--- /dev/null
+++ b/meta/recipes-extended/foomatic/cups-filters_1.8.3.bb
@@ -0,0 +1,34 @@
+SUMMARY = "OpenPrinting printer support - filters"
+DESCRIPTION = "CUPS is a standards-based, open source printing system \
+developed by Apple Inc. for Mac OS® X and other UNIX®-like operating systems. \
+CUPS uses the Internet Printing Protocol ("IPP") and provides System V and \
+Berkeley command-line interfaces, a web interface, and a C API to manage printers \
+and print jobs. \
+ \
+This package consists of filters used by the printer spoolers \
+to convert the incoming PostScript data into the printer's native \
+format using a printer-specific, but spooler-independent PPD file. \
+"
+
+DEPENDS += "cups tiff lcms freetype fontconfig poppler qpdf"
+PR = "r0"
+
+LICENSE = "GPLv2 & LGPLv2 & MIT & GPLv2+ & GPLv3"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/cups-filters-${PV}/COPYING;md5=d420e185486344da6176553848350932"
+
+SRC_URI = "http://www.openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz \
+          "
+
+SRC_URI[md5sum] = "9ecda355e1f4c781784f902737df6321"
+SRC_URI[sha256sum] = "0ad46d15737b309fe648fe39023a4eb6a3528faadbeb97d6ecf523df40950033"
+
+UPSTREAM_CHECK_REGEX = "cups-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz"
+
+inherit autotools-brokensep pkgconfig
+
+EXTRA_OECONF += "--disable-ijs"
+
+FILES_${PN} += "${datadir}"
+FILES_${PN} += "${libdir}/cups"
+
+RDEPENDS_${PN} += "bash"
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
index 29564e0..f9d356a 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
@@ -143,7 +143,7 @@ RDEPENDS_packagegroup-core-lsb-core = "\
     file \
     findutils \
     fontconfig-utils \
-    foomatic-filters \
+    cups-filters \
     gawk \
     ghostscript \
     grep \
-- 
2.7.4



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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-01 11:01 [PATCH v2] Replace foomatic-filters with cups-filters Fan Xin
@ 2016-08-01 17:13 ` Stephen Arnold
  2016-08-01 17:16   ` Burton, Ross
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Arnold @ 2016-08-01 17:13 UTC (permalink / raw)
  To: Fan Xin; +Cc: Patches and discussions about the oe-core layer

Thanks, our timing is great (since I just did the same thing on
Saturday but didn't send anything to the list yet).  Still have some
testing to do to see if it actually works; recipes are here:

https://github.com/sarnold/meta-small-arm-extra/commits/master

On Mon, Aug 1, 2016 at 4:01 AM, Fan Xin <fan.xin@jp.fujitsu.com> wrote:
> The foomatic-filters community is inactive and foomatic-filter package is unmaintained.
> (http://www.gossamer-threads.com/lists/gentoo/user/288184)
>
> The foomatic-rips is moved from foomatic-filters to cups-filters and
> maintained by cups-filters according to the cups-filter's NEWS.
> (http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/annotate/head:/NEWS)
>
> Signed-off-by: Fan Xin <fan.xin at jp.fujitsu.com>
> ---
>  .../cups-filters-1.8.2-disable-ijs.patch           | 65 ++++++++++++++++++++++
>  .../foomatic/cups-filters_1.8.3.bb                 | 34 +++++++++++
>  .../packagegroups/packagegroup-core-lsb.bb         |  2 +-
>  3 files changed, 100 insertions(+), 1 deletion(-)
>  create mode 100644 meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch
>  create mode 100644 meta/recipes-extended/foomatic/cups-filters_1.8.3.bb
>
> diff --git a/meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch b/meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch
> new file mode 100644
> index 0000000..0a0a6ad
> --- /dev/null
> +++ b/meta/recipes-extended/foomatic/cups-filters/cups-filters-1.8.2-disable-ijs.patch
> @@ -0,0 +1,65 @@
> +=== modified file 'Makefile.am'
> +--- Makefile.am        2016-02-10 15:16:33 +0000
> ++++ Makefile.am        2016-03-02 20:46:26 +0000
> +@@ -490,7 +490,6 @@
> +       bannertopdf \
> +       commandtoescpx \
> +       commandtopclx \
> +-      pdftoijs \
> +       sys5ippprinter \
> +       pdftops \
> +       pdftoraster \
> +@@ -499,6 +498,10 @@
> +       texttopdf \
> +       urftopdf \
> +       rastertopdf
> ++if ENABLE_IJS
> ++pkgfilter_PROGRAMS += \
> ++      pdftoijs
> ++endif
> + if ENABLE_GHOSTSCRIPT
> + pkgfilter_PROGRAMS += \
> +       gstoraster
> +@@ -846,9 +849,12 @@
> +       ppd/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd \
> +       ppd/Generic-PDF_Printer-PDF.ppd \
> +       ppd/HP-Color_LaserJet_CM3530_MFP-PDF.ppd \
> +-      ppd/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd \
> +       ppd/Ricoh-PDF_Printer-PDF.ppd \
> +       ppd/textonly.ppd
> ++if ENABLE_IJS
> ++ppd_DATA += \
> ++      ppd/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd
> ++endif
> + if ENABLE_GHOSTSCRIPT
> + ppd_DATA += \
> +       ppd/pxlcolor.ppd \
> +=== modified file 'configure.ac'
> +--- configure.ac       2016-02-11 13:59:52 +0000
> ++++ configure.ac       2016-03-02 21:18:05 +0000
> +@@ -443,7 +443,7 @@
> + ])
> + PKG_CHECK_MODULES([FREETYPE], [freetype2], [AC_DEFINE([HAVE_FREETYPE_H], [1], [Have FreeType2 include files])])
> + PKG_CHECK_MODULES([FONTCONFIG], [fontconfig >= 2.0.0])
> +-PKG_CHECK_MODULES([IJS], [ijs])
> ++PKG_CHECK_MODULES([IJS], [ijs], [have_ijs=yes], [have_ijs=no])
> + PKG_CHECK_MODULES([POPPLER], [poppler >= 0.18])
> + PKG_CHECK_MODULES([ZLIB], [zlib])
> + AC_DEFINE([HAVE_LIBZ], [], [Define that we use zlib])
> +@@ -489,6 +489,15 @@
> +       [enable_ghostscript="$enableval"],
> +       [enable_ghostscript=yes]
> + )
> ++AC_ARG_ENABLE([ijs],
> ++      [AS_HELP_STRING([--disable-ijs], [Disable filters using IJS.])],
> ++      [enable_ijs="$enableval"],
> ++      [enable_ijs=yes]
> ++)
> ++AS_IF([test "x$enable_ijs" = "xyes" -a "x$have_ijs" != "xyes"], [
> ++       AC_MSG_ERROR([IJS not found, but requested.])
> ++])
> ++AM_CONDITIONAL(ENABLE_IJS, test "x$enable_ijs" = "xyes")
> + AC_ARG_WITH([pdftops],
> +       [AS_HELP_STRING([--with-pdftops=value], [Set which pdftops to use (gs,pdftops,pdftocairo,acroread,hybrid).])],
> +       [with_pdftops="$withval"],
> +
> diff --git a/meta/recipes-extended/foomatic/cups-filters_1.8.3.bb b/meta/recipes-extended/foomatic/cups-filters_1.8.3.bb
> new file mode 100644
> index 0000000..4eef7ef
> --- /dev/null
> +++ b/meta/recipes-extended/foomatic/cups-filters_1.8.3.bb
> @@ -0,0 +1,34 @@
> +SUMMARY = "OpenPrinting printer support - filters"
> +DESCRIPTION = "CUPS is a standards-based, open source printing system \
> +developed by Apple Inc. for Mac OS® X and other UNIX®-like operating systems. \
> +CUPS uses the Internet Printing Protocol ("IPP") and provides System V and \
> +Berkeley command-line interfaces, a web interface, and a C API to manage printers \
> +and print jobs. \
> + \
> +This package consists of filters used by the printer spoolers \
> +to convert the incoming PostScript data into the printer's native \
> +format using a printer-specific, but spooler-independent PPD file. \
> +"
> +
> +DEPENDS += "cups tiff lcms freetype fontconfig poppler qpdf"
> +PR = "r0"
> +
> +LICENSE = "GPLv2 & LGPLv2 & MIT & GPLv2+ & GPLv3"
> +LIC_FILES_CHKSUM = "file://${WORKDIR}/cups-filters-${PV}/COPYING;md5=d420e185486344da6176553848350932"
> +
> +SRC_URI = "http://www.openprinting.org/download/cups-filters/cups-filters-${PV}.tar.gz \
> +          "
> +
> +SRC_URI[md5sum] = "9ecda355e1f4c781784f902737df6321"
> +SRC_URI[sha256sum] = "0ad46d15737b309fe648fe39023a4eb6a3528faadbeb97d6ecf523df40950033"
> +
> +UPSTREAM_CHECK_REGEX = "cups-filters-(?P<pver>((\d|\d\d)\.*)+)\.tar\.gz"
> +
> +inherit autotools-brokensep pkgconfig
> +
> +EXTRA_OECONF += "--disable-ijs"
> +
> +FILES_${PN} += "${datadir}"
> +FILES_${PN} += "${libdir}/cups"
> +
> +RDEPENDS_${PN} += "bash"
> diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
> index 29564e0..f9d356a 100644
> --- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
> +++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
> @@ -143,7 +143,7 @@ RDEPENDS_packagegroup-core-lsb-core = "\
>      file \
>      findutils \
>      fontconfig-utils \
> -    foomatic-filters \
> +    cups-filters \
>      gawk \
>      ghostscript \
>      grep \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-01 17:13 ` Stephen Arnold
@ 2016-08-01 17:16   ` Burton, Ross
  2016-08-01 17:22     ` Stephen Arnold
  0 siblings, 1 reply; 16+ messages in thread
From: Burton, Ross @ 2016-08-01 17:16 UTC (permalink / raw)
  To: Stephen Arnold; +Cc: Patches and discussions about the oe-core layer, Fan Xin

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Hi,

On 1 August 2016 at 18:13, Stephen Arnold <stephen.arnold42@gmail.com>
wrote:

> Thanks, our timing is great (since I just did the same thing on
> Saturday but didn't send anything to the list yet).  Still have some
> testing to do to see if it actually works; recipes are here:
>
> https://github.com/sarnold/meta-small-arm-extra/commits/master
>

Literally ten minutes ago I was wondering if there was any interest in
ripping the obviously broken CUPS/ghostscript/etc out of oe-core and into a
meta-printing layer that someone could actually maintain.  Would you be
interested in that?

Ross

[-- Attachment #2: Type: text/html, Size: 1174 bytes --]

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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-01 17:16   ` Burton, Ross
@ 2016-08-01 17:22     ` Stephen Arnold
  2016-08-01 17:24       ` Burton, Ross
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Arnold @ 2016-08-01 17:22 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer, Fan Xin

That's actually not a bad idea, but I need to crank out another
abstract today (the deadline for special session snuck up on me).  We
kinda needed this for a project, but I think a tiny print server is
always useful.  What's your plan?

Steve

On Mon, Aug 1, 2016 at 10:16 AM, Burton, Ross <ross.burton@intel.com> wrote:
> Hi,
>
> On 1 August 2016 at 18:13, Stephen Arnold <stephen.arnold42@gmail.com>
> wrote:
>>
>> Thanks, our timing is great (since I just did the same thing on
>> Saturday but didn't send anything to the list yet).  Still have some
>> testing to do to see if it actually works; recipes are here:
>>
>> https://github.com/sarnold/meta-small-arm-extra/commits/master
>
>
> Literally ten minutes ago I was wondering if there was any interest in
> ripping the obviously broken CUPS/ghostscript/etc out of oe-core and into a
> meta-printing layer that someone could actually maintain.  Would you be
> interested in that?
>
> Ross


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-01 17:22     ` Stephen Arnold
@ 2016-08-01 17:24       ` Burton, Ross
  2016-08-01 17:32         ` Stephen Arnold
  2016-08-02  6:48         ` Fan Xin
  0 siblings, 2 replies; 16+ messages in thread
From: Burton, Ross @ 2016-08-01 17:24 UTC (permalink / raw)
  To: Stephen Arnold; +Cc: Patches and discussions about the oe-core layer, Fan Xin

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

On 1 August 2016 at 18:22, Stephen Arnold <stephen.arnold42@gmail.com>
wrote:

> That's actually not a bad idea, but I need to crank out another
> abstract today (the deadline for special session snuck up on me).  We
> kinda needed this for a project, but I think a tiny print server is
> always useful.  What's your plan?
>

Well my plan was:

1) say that someone should create meta-printing
2) watch someone create meta-printing
3) delete everything printing related in oe-core

I can help a bit on (2) I guess...  Fan Xin, would you or anyone else at
Fujitsu (as you clearly have interest here) be able to help?

Ross

[-- Attachment #2: Type: text/html, Size: 1246 bytes --]

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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-01 17:24       ` Burton, Ross
@ 2016-08-01 17:32         ` Stephen Arnold
  2016-08-02  6:48         ` Fan Xin
  1 sibling, 0 replies; 16+ messages in thread
From: Stephen Arnold @ 2016-08-01 17:32 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer, Fan Xin

Trying to remember what my dad said about "Ask a silly question..."

Steve

On Mon, Aug 1, 2016 at 10:24 AM, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 1 August 2016 at 18:22, Stephen Arnold <stephen.arnold42@gmail.com>
> wrote:
>>
>> That's actually not a bad idea, but I need to crank out another
>> abstract today (the deadline for special session snuck up on me).  We
>> kinda needed this for a project, but I think a tiny print server is
>> always useful.  What's your plan?
>
>
> Well my plan was:
>
> 1) say that someone should create meta-printing
> 2) watch someone create meta-printing
> 3) delete everything printing related in oe-core
>
> I can help a bit on (2) I guess...  Fan Xin, would you or anyone else at
> Fujitsu (as you clearly have interest here) be able to help?
>
> Ross


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-01 17:24       ` Burton, Ross
  2016-08-01 17:32         ` Stephen Arnold
@ 2016-08-02  6:48         ` Fan Xin
  2016-08-02 17:33           ` Stephen Arnold
  1 sibling, 1 reply; 16+ messages in thread
From: Fan Xin @ 2016-08-02  6:48 UTC (permalink / raw)
  To: Burton, Ross, Stephen Arnold
  Cc: Patches and discussions about the oe-core layer



On 2016年08月02日 02:24, Burton, Ross wrote:
>
> On 1 August 2016 at 18:22, Stephen Arnold <stephen.arnold42@gmail.com
> <mailto:stephen.arnold42@gmail.com>> wrote:
>
>     That's actually not a bad idea, but I need to crank out another
>     abstract today (the deadline for special session snuck up on me).  We
>     kinda needed this for a project, but I think a tiny print server is
>     always useful.  What's your plan?
>
>
> Well my plan was:
>
> 1) say that someone should create meta-printing
> 2) watch someone create meta-printing
> 3) delete everything printing related in oe-core
>
> I can help a bit on (2) I guess...  Fan Xin, would you or anyone else at
> Fujitsu (as you clearly have interest here) be able to help?

Yes, Of course. Actually I am very pleased to do this.
I am afraid I can not do it very well, but I will try my best.

Fan

-- 



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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-02  6:48         ` Fan Xin
@ 2016-08-02 17:33           ` Stephen Arnold
  2016-08-02 19:23             ` Burton, Ross
  2016-08-03  0:59             ` Fan Xin
  0 siblings, 2 replies; 16+ messages in thread
From: Stephen Arnold @ 2016-08-02 17:33 UTC (permalink / raw)
  To: Fan Xin; +Cc: Patches and discussions about the oe-core layer

Hey, don't keep all the fun to yourself  :P

Let's take a look at the recipes and marge the best bits together; I
think I have an update on my end after getting some feedback with a
zebra label printer.

Fan, can you push/post your recipes somewhere today?  Feel free to
fork meta-small-arm-extra and we can take a look at merging.

Steve

On Mon, Aug 1, 2016 at 11:48 PM, Fan Xin <fan.xin@jp.fujitsu.com> wrote:
>
>
> On 2016年08月02日 02:24, Burton, Ross wrote:
>>
>>
>> On 1 August 2016 at 18:22, Stephen Arnold <stephen.arnold42@gmail.com
>> <mailto:stephen.arnold42@gmail.com>> wrote:
>>
>>     That's actually not a bad idea, but I need to crank out another
>>     abstract today (the deadline for special session snuck up on me).  We
>>     kinda needed this for a project, but I think a tiny print server is
>>     always useful.  What's your plan?
>>
>>
>> Well my plan was:
>>
>> 1) say that someone should create meta-printing
>> 2) watch someone create meta-printing
>> 3) delete everything printing related in oe-core
>>
>> I can help a bit on (2) I guess...  Fan Xin, would you or anyone else at
>> Fujitsu (as you clearly have interest here) be able to help?
>
>
> Yes, Of course. Actually I am very pleased to do this.
> I am afraid I can not do it very well, but I will try my best.
>
> Fan
>
> --
>


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-02 17:33           ` Stephen Arnold
@ 2016-08-02 19:23             ` Burton, Ross
  2016-08-02 19:39               ` Stephen Arnold
  2016-08-03  0:59             ` Fan Xin
  1 sibling, 1 reply; 16+ messages in thread
From: Burton, Ross @ 2016-08-02 19:23 UTC (permalink / raw)
  To: Stephen Arnold; +Cc: Patches and discussions about the oe-core layer, Fan Xin

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

On 2 August 2016 at 18:33, Stephen Arnold <stephen.arnold42@gmail.com>
wrote:

> Hey, don't keep all the fun to yourself  :P
>
> Let's take a look at the recipes and marge the best bits together; I
> think I have an update on my end after getting some feedback with a
> zebra label printer.
>
> Fan, can you push/post your recipes somewhere today?  Feel free to
> fork meta-small-arm-extra and we can take a look at merging.
>

In a desperate attempt to keep the ball rolling I propose this repo as a
starting point:

https://github.com/rossburton/meta-printing

It's basically a new layer containing foomatic, ghostscript and cups from
oe-core.  Obviously this shouldn't be the final resting place, but its
somewhere where we can start before deciding where it should reside.  If
anyone wants commit access then just say.

Ross

[-- Attachment #2: Type: text/html, Size: 1513 bytes --]

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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-02 19:23             ` Burton, Ross
@ 2016-08-02 19:39               ` Stephen Arnold
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Arnold @ 2016-08-02 19:39 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer, Fan Xin

On Tue, Aug 2, 2016 at 12:23 PM, Burton, Ross <ross.burton@intel.com> wrote:
[snip]
> In a desperate attempt to keep the ball rolling I propose this repo as a
> starting point:
>
> https://github.com/rossburton/meta-printing
>
> It's basically a new layer containing foomatic, ghostscript and cups from
> oe-core.  Obviously this shouldn't be the final resting place, but its
> somewhere where we can start before deciding where it should reside.  If
> anyone wants commit access then just say.
>
> Ross

Okay, please add me...

Steve


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-02 17:33           ` Stephen Arnold
  2016-08-02 19:23             ` Burton, Ross
@ 2016-08-03  0:59             ` Fan Xin
  2016-08-03  1:12               ` Stephen Arnold
  1 sibling, 1 reply; 16+ messages in thread
From: Fan Xin @ 2016-08-03  0:59 UTC (permalink / raw)
  To: Stephen Arnold; +Cc: Patches and discussions about the oe-core layer


On 2016年08月03日 02:33, Stephen Arnold wrote:
> Hey, don't keep all the fun to yourself  :P
>
> Let's take a look at the recipes and marge the best bits together; I
> think I have an update on my end after getting some feedback with a
> zebra label printer.
>
> Fan, can you push/post your recipes somewhere today?  Feel free to
> fork meta-small-arm-extra and we can take a look at merging.
>
> Steve
>

I have pushed my recipes at here:

https://github.com/fan-xin/meta-printing

I checked meta-small-arm-extra but did not find what could be merged 
from my recipe.

I wonder where the cups-filters and qpdf recipe files should be put. In 
cups folder or separate folder ?

Fan





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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-03  0:59             ` Fan Xin
@ 2016-08-03  1:12               ` Stephen Arnold
  2016-08-03  1:42                 ` Fan Xin
  0 siblings, 1 reply; 16+ messages in thread
From: Stephen Arnold @ 2016-08-03  1:12 UTC (permalink / raw)
  To: Fan Xin; +Cc: Patches and discussions about the oe-core layer

sorry, you missed a couple of replies I guess...

It's in the Ross repo now:

https://github.com/rossburton/meta-printing

Steve

On Tue, Aug 2, 2016 at 5:59 PM, Fan Xin <fan.xin@jp.fujitsu.com> wrote:
>
> On 2016年08月03日 02:33, Stephen Arnold wrote:
>>
>> Hey, don't keep all the fun to yourself  :P
>>
>> Let's take a look at the recipes and marge the best bits together; I
>> think I have an update on my end after getting some feedback with a
>> zebra label printer.
>>
>> Fan, can you push/post your recipes somewhere today?  Feel free to
>> fork meta-small-arm-extra and we can take a look at merging.
>>
>> Steve
>>
>
> I have pushed my recipes at here:
>
> https://github.com/fan-xin/meta-printing
>
> I checked meta-small-arm-extra but did not find what could be merged from my
> recipe.
>
> I wonder where the cups-filters and qpdf recipe files should be put. In cups
> folder or separate folder ?
>
> Fan
>
>
>


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-03  1:12               ` Stephen Arnold
@ 2016-08-03  1:42                 ` Fan Xin
  2016-08-08  5:30                   ` Fan Xin
  2016-08-08 12:58                   ` Burton, Ross
  0 siblings, 2 replies; 16+ messages in thread
From: Fan Xin @ 2016-08-03  1:42 UTC (permalink / raw)
  To: Stephen Arnold; +Cc: Patches and discussions about the oe-core layer



On 2016年08月03日 10:12, Stephen Arnold wrote:
> sorry, you missed a couple of replies I guess...
>
> It's in the Ross repo now:
>
> https://github.com/rossburton/meta-printing
>
> Steve
>

Hey, Ross

If possible, please also add me.
Thanks.

Fan


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-03  1:42                 ` Fan Xin
@ 2016-08-08  5:30                   ` Fan Xin
  2016-08-08 12:58                   ` Burton, Ross
  1 sibling, 0 replies; 16+ messages in thread
From: Fan Xin @ 2016-08-08  5:30 UTC (permalink / raw)
  To: Stephen Arnold; +Cc: Patches and discussions about the oe-core layer

Hi

I notice that the newest version of cups-filters is 1.10.0 .
https://www.openprinting.org/download/cups-filters/

So I make a patch to upgrade the cups-filters and make some updates to 
the recipe file.

https://github.com/fan-xin/meta-printing/commit/cc2981c93c5fdfc1c19cffa031cc7207da5898ed

Could you merge this patch to meta-printing.

Best Regards,
Fan

On 2016年08月03日 10:42, Fan Xin wrote:
>
>
> On 2016年08月03日 10:12, Stephen Arnold wrote:
>> sorry, you missed a couple of replies I guess...
>>
>> It's in the Ross repo now:
>>
>> https://github.com/rossburton/meta-printing
>>
>> Steve
>>
>
> Hey, Ross
>
> If possible, please also add me.
> Thanks.
>
> Fan

-- 
=====================================================
株式会社富士通コンピュータテクノロジーズ
組込みシステム技術統括部 第一ファームウェア技術部
樊 昕 Fan Xin
fan.xin@jp.fujitsu.com

┏┓ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
┗■ 【ubinux V15】のリリースを開始しました!
「SDN(Open vSwitch)」や「クラウド管理(OpenStack Heat)」などに対応
---------------------------------------------------------------------
詳細>>http://elsc.utsfd.cs.fujitsu.co.jp/location_elsc.php?id=0024
※"ubinux"は組込み装置向け当社独自のLinuxディストリビューションです
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-03  1:42                 ` Fan Xin
  2016-08-08  5:30                   ` Fan Xin
@ 2016-08-08 12:58                   ` Burton, Ross
  2016-08-08 22:33                     ` Stephen Arnold
  1 sibling, 1 reply; 16+ messages in thread
From: Burton, Ross @ 2016-08-08 12:58 UTC (permalink / raw)
  To: Fan Xin; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 445 bytes --]

Hi Fan, you're now added to the repo too.  Progress looks good!

Ross

On 3 August 2016 at 02:42, Fan Xin <fan.xin@jp.fujitsu.com> wrote:

>
>
> On 2016年08月03日 10:12, Stephen Arnold wrote:
>
>> sorry, you missed a couple of replies I guess...
>>
>> It's in the Ross repo now:
>>
>> https://github.com/rossburton/meta-printing
>>
>> Steve
>>
>>
> Hey, Ross
>
> If possible, please also add me.
> Thanks.
>
> Fan
>

[-- Attachment #2: Type: text/html, Size: 1093 bytes --]

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

* Re: [PATCH v2] Replace foomatic-filters with cups-filters
  2016-08-08 12:58                   ` Burton, Ross
@ 2016-08-08 22:33                     ` Stephen Arnold
  0 siblings, 0 replies; 16+ messages in thread
From: Stephen Arnold @ 2016-08-08 22:33 UTC (permalink / raw)
  To: Burton, Ross; +Cc: Patches and discussions about the oe-core layer, Fan Xin

Sorry, I kinda needed something that worked.  I'll go back to slacking now...

Steve

On Mon, Aug 8, 2016 at 5:58 AM, Burton, Ross <ross.burton@intel.com> wrote:
> Hi Fan, you're now added to the repo too.  Progress looks good!
>
> Ross
>
> On 3 August 2016 at 02:42, Fan Xin <fan.xin@jp.fujitsu.com> wrote:
>>
>>
>>
>> On 2016年08月03日 10:12, Stephen Arnold wrote:
>>>
>>> sorry, you missed a couple of replies I guess...
>>>
>>> It's in the Ross repo now:
>>>
>>> https://github.com/rossburton/meta-printing
>>>
>>> Steve
>>>
>>
>> Hey, Ross
>>
>> If possible, please also add me.
>> Thanks.
>>
>> Fan
>
>


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

end of thread, other threads:[~2016-08-08 22:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 11:01 [PATCH v2] Replace foomatic-filters with cups-filters Fan Xin
2016-08-01 17:13 ` Stephen Arnold
2016-08-01 17:16   ` Burton, Ross
2016-08-01 17:22     ` Stephen Arnold
2016-08-01 17:24       ` Burton, Ross
2016-08-01 17:32         ` Stephen Arnold
2016-08-02  6:48         ` Fan Xin
2016-08-02 17:33           ` Stephen Arnold
2016-08-02 19:23             ` Burton, Ross
2016-08-02 19:39               ` Stephen Arnold
2016-08-03  0:59             ` Fan Xin
2016-08-03  1:12               ` Stephen Arnold
2016-08-03  1:42                 ` Fan Xin
2016-08-08  5:30                   ` Fan Xin
2016-08-08 12:58                   ` Burton, Ross
2016-08-08 22:33                     ` Stephen Arnold

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.