Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cups-filters: update to 1.27.4.
@ 2020-04-27 14:10 pbui
  2020-04-27 15:55 ` pbui
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pbui @ 2020-04-27 14:10 UTC (permalink / raw)
  To: ml

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

There is a new pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages cups-filters
https://github.com/void-linux/void-packages/pull/21391

cups-filters: update to 1.27.4.
dejavu-fonts-ttf is now a build dependency due to this upstream change:

    https://github.com/OpenPrinting/cups-filters/pull/214

A patch file from https://github.com/void-linux/void-packages/pull/21391.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cups-filters-21391.patch --]
[-- Type: text/x-diff, Size: 1906 bytes --]

From 2b3ddc104b7ee1e30f1e86f95e03d39eeb4339eb Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 27 Apr 2020 10:06:06 -0400
Subject: [PATCH] cups-filters: update to 1.27.4.

dejavu-fonts-ttf is now a build dependency due to this upstream change:

    https://github.com/OpenPrinting/cups-filters/pull/214
---
 srcpkgs/cups-filters/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template
index bb35e1ab7a4..84aeab22501 100644
--- a/srcpkgs/cups-filters/template
+++ b/srcpkgs/cups-filters/template
@@ -1,7 +1,7 @@
 # Template file for 'cups-filters'
 pkgname=cups-filters
-version=1.27.2
-revision=2
+version=1.27.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-rcdir=no --enable-avahi
  --with-browseremoteprotocols=DNSSD,CUPS
@@ -9,16 +9,16 @@ configure_args="--disable-static --with-rcdir=no --enable-avahi
 hostmakedepends="ghostscript glib-devel mupdf-tools pkg-config poppler-utils
  liblouis"
 makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel liblouis-devel
- ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel"
+ ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel
+ dejavu-fonts-ttf"
 depends="bc ghostscript libcups-filters-${version}_${revision} poppler-utils"
-checkdepends="dejavu-fonts-ttf"
 conf_files="/etc/cups/cups-browsed.conf"
 short_desc="OpenPrinting CUPS Filters"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
 homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
 distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
-checksum=f7ad7ccda10340e468b9a45429baa54b84af8a170016cab89a3b5e404a97fa25
+checksum=0bc9df9c4ca0f41685c8d6de56fad40109798f567326fc4167d7edb2600f0b84
 
 lib32disabled=yes
 

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

* Re: cups-filters: update to 1.27.4.
  2020-04-27 14:10 [PR PATCH] cups-filters: update to 1.27.4 pbui
@ 2020-04-27 15:55 ` pbui
  2020-04-28 14:24 ` [PR PATCH] [Updated] [WIP] " pbui
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pbui @ 2020-04-27 15:55 UTC (permalink / raw)
  To: ml

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

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/21391#issuecomment-620074963

Comment:
Looks like cross-compile is broken due to test font detection... I will look at it later today.

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

* Re: [PR PATCH] [Updated] [WIP] cups-filters: update to 1.27.4.
  2020-04-27 14:10 [PR PATCH] cups-filters: update to 1.27.4 pbui
  2020-04-27 15:55 ` pbui
@ 2020-04-28 14:24 ` pbui
  2020-04-28 14:31 ` pbui
  2020-04-30 20:01 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: pbui @ 2020-04-28 14:24 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by pbui against master on the void-packages repository

https://github.com/pbui/void-packages cups-filters
https://github.com/void-linux/void-packages/pull/21391

[WIP] cups-filters: update to 1.27.4.
dejavu-fonts-ttf is now a build dependency due to this upstream change:

    https://github.com/OpenPrinting/cups-filters/pull/214

A patch file from https://github.com/void-linux/void-packages/pull/21391.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cups-filters-21391.patch --]
[-- Type: text/x-diff, Size: 2897 bytes --]

From 4267714d1cf64839e71ba59ed42346697bd46c7c Mon Sep 17 00:00:00 2001
From: Peter Bui <pbui@github.bx612.space>
Date: Mon, 27 Apr 2020 10:06:06 -0400
Subject: [PATCH] cups-filters: update to 1.27.4.

dejavu-fonts-ttf is now a build dependency due to this upstream change:

    https://github.com/OpenPrinting/cups-filters/pull/214

Add it to hostmakedepends and add small patch to enable cross building
(remove check that prevents font detection while cross compiling).
---
 .../disable-test-font-cross-compile-check.patch       | 11 +++++++++++
 srcpkgs/cups-filters/template                         |  9 ++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/cups-filters/patches/disable-test-font-cross-compile-check.patch

diff --git a/srcpkgs/cups-filters/patches/disable-test-font-cross-compile-check.patch b/srcpkgs/cups-filters/patches/disable-test-font-cross-compile-check.patch
new file mode 100644
index 00000000000..b27b631a506
--- /dev/null
+++ b/srcpkgs/cups-filters/patches/disable-test-font-cross-compile-check.patch
@@ -0,0 +1,11 @@
+--- configure.orig	2020-04-27 11:43:40.128998764 -0400
++++ configure	2020-04-27 11:44:53.843061000 -0400
+@@ -23628,8 +23628,6 @@
+ if eval \${$as_ac_File+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+-  test "$cross_compiling" = yes &&
+-  as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
+ if test -r ""$with_test_font_path""; then
+   eval "$as_ac_File=yes"
+ else
diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template
index bb35e1ab7a4..c78307e2776 100644
--- a/srcpkgs/cups-filters/template
+++ b/srcpkgs/cups-filters/template
@@ -1,24 +1,23 @@
 # Template file for 'cups-filters'
 pkgname=cups-filters
-version=1.27.2
-revision=2
+version=1.27.4
+revision=1
 build_style=gnu-configure
 configure_args="--disable-static --with-rcdir=no --enable-avahi
  --with-browseremoteprotocols=DNSSD,CUPS
  --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf"
 hostmakedepends="ghostscript glib-devel mupdf-tools pkg-config poppler-utils
- liblouis"
+ liblouis dejavu-fonts-ttf"
 makedepends="avahi-glib-libs-devel cups-devel fontconfig-devel liblouis-devel
  ghostscript-devel lcms2-devel libqpdf-devel poppler-cpp-devel"
 depends="bc ghostscript libcups-filters-${version}_${revision} poppler-utils"
-checkdepends="dejavu-fonts-ttf"
 conf_files="/etc/cups/cups-browsed.conf"
 short_desc="OpenPrinting CUPS Filters"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later, MIT"
 homepage="https://wiki.linuxfoundation.org/openprinting/cups-filters"
 distfiles="http://openprinting.org/download/cups-filters/${pkgname}-${version}.tar.xz"
-checksum=f7ad7ccda10340e468b9a45429baa54b84af8a170016cab89a3b5e404a97fa25
+checksum=0bc9df9c4ca0f41685c8d6de56fad40109798f567326fc4167d7edb2600f0b84
 
 lib32disabled=yes
 

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

* Re: cups-filters: update to 1.27.4.
  2020-04-27 14:10 [PR PATCH] cups-filters: update to 1.27.4 pbui
  2020-04-27 15:55 ` pbui
  2020-04-28 14:24 ` [PR PATCH] [Updated] [WIP] " pbui
@ 2020-04-28 14:31 ` pbui
  2020-04-30 20:01 ` [PR PATCH] [Merged]: " Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: pbui @ 2020-04-28 14:31 UTC (permalink / raw)
  To: ml

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

New comment by pbui on void-packages repository

https://github.com/void-linux/void-packages/pull/21391#issuecomment-620644858

Comment:
I fixed cross compiling by moving dejavu-fonts-ttf to hostmakedepends and adding a small patch that disables checking if we are cross compiling with the test font.

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

* Re: [PR PATCH] [Merged]: cups-filters: update to 1.27.4.
  2020-04-27 14:10 [PR PATCH] cups-filters: update to 1.27.4 pbui
                   ` (2 preceding siblings ...)
  2020-04-28 14:31 ` pbui
@ 2020-04-30 20:01 ` Hoshpak
  3 siblings, 0 replies; 5+ messages in thread
From: Hoshpak @ 2020-04-30 20:01 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

cups-filters: update to 1.27.4.
https://github.com/void-linux/void-packages/pull/21391

Description:
dejavu-fonts-ttf is now a build dependency due to this upstream change:

    https://github.com/OpenPrinting/cups-filters/pull/214

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

end of thread, other threads:[~2020-04-30 20:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-27 14:10 [PR PATCH] cups-filters: update to 1.27.4 pbui
2020-04-27 15:55 ` pbui
2020-04-28 14:24 ` [PR PATCH] [Updated] [WIP] " pbui
2020-04-28 14:31 ` pbui
2020-04-30 20:01 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).