Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qpdf: update to 10.0.0.
@ 2020-04-06 17:45 benalb
  2020-04-07  9:47 ` xtraeme
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2020-04-06 17:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/20700

qpdf: update to 10.0.0.


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

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

From b3a743ac7251ec7e63119d84a6ddc7de2a546d76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 6 Apr 2020 19:43:44 +0200
Subject: [PATCH] qpdf: update to 10.0.0.

---
 common/shlibs         | 2 +-
 srcpkgs/qpdf/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 24dfab3d01a..bc14db3b074 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1136,7 +1136,6 @@ libsbc.so.1 sbc-1.0_1
 libecryptfs.so.1 libecryptfs-104_1
 libnuma.so.1 libnuma-2.0.7_1
 libxar.so.1 xar-1.5.2_1
-libqpdf.so.26 libqpdf-9.0.2_1
 libmikmod.so.3 libmikmod-3.1.12_1
 libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
 libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
@@ -3859,3 +3858,4 @@ libbudgie-private.so.0 budgie-desktop-10.5.1_1
 libbudgietheme.so.0 budgie-desktop-10.5.1_1
 libbudgie-plugin.so.0 budgie-desktop-10.5.1_1
 libslirp.so.0 libslirp-4.2.0_1
+libqpdf.so.28 libqpdf-10.0.0_1
diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index 8c33bfb951f..cace167732a 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=9.1.1
+version=10.0.0
 revision=1
 wrksrc="qpdf-release-qpdf-${version}"
 build_style=gnu-configure
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/master/ChangeLog"
 distfiles="${homepage}/archive/release-qpdf-${version}.tar.gz"
-checksum=c5f859cf7f344e6a2415e02524acb19cdabbbdb634d1c3bf68d2fc26ae561a82
+checksum=d9b039421c78ddd2691242546a835a904e46027c1e64a274b53a515d01850d86
 
 libqpdf_package() {
 	short_desc+=" - shared library"

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

* Re: qpdf: update to 10.0.0.
  2020-04-06 17:45 [PR PATCH] qpdf: update to 10.0.0 benalb
@ 2020-04-07  9:47 ` xtraeme
  2020-04-07 13:26 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: xtraeme @ 2020-04-07  9:47 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20700#issuecomment-610289031

Comment:
this update contains a SONAME bump, that means all reverse dependencies will need to be rebuilt. You can get revdeps of qpdf via `xbps-query -RX qpdf`

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

* Re: [PR PATCH] [Updated] qpdf: update to 10.0.0.
  2020-04-06 17:45 [PR PATCH] qpdf: update to 10.0.0 benalb
  2020-04-07  9:47 ` xtraeme
@ 2020-04-07 13:26 ` benalb
  2020-04-07 14:07 ` benalb
  2020-04-07 19:15 ` [PR PATCH] [Merged]: " jnbr
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2020-04-07 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/20700

qpdf: update to 10.0.0.


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

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

From 4622f79b0d01834f971cd9d4b3392fa8dd7790b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 6 Apr 2020 19:43:44 +0200
Subject: [PATCH] qpdf: update to 10.0.0.

---
 common/shlibs         | 2 +-
 srcpkgs/qpdf/template | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 24dfab3d01a..bc14db3b074 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1136,7 +1136,6 @@ libsbc.so.1 sbc-1.0_1
 libecryptfs.so.1 libecryptfs-104_1
 libnuma.so.1 libnuma-2.0.7_1
 libxar.so.1 xar-1.5.2_1
-libqpdf.so.26 libqpdf-9.0.2_1
 libmikmod.so.3 libmikmod-3.1.12_1
 libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
 libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
@@ -3859,3 +3858,4 @@ libbudgie-private.so.0 budgie-desktop-10.5.1_1
 libbudgietheme.so.0 budgie-desktop-10.5.1_1
 libbudgie-plugin.so.0 budgie-desktop-10.5.1_1
 libslirp.so.0 libslirp-4.2.0_1
+libqpdf.so.28 libqpdf-10.0.0_1
diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index 8c33bfb951f..e0e00663bc3 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=9.1.1
+version=10.0.0
 revision=1
 wrksrc="qpdf-release-qpdf-${version}"
 build_style=gnu-configure
@@ -12,7 +12,12 @@ license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/master/ChangeLog"
 distfiles="${homepage}/archive/release-qpdf-${version}.tar.gz"
-checksum=c5f859cf7f344e6a2415e02524acb19cdabbbdb634d1c3bf68d2fc26ae561a82
+checksum=d9b039421c78ddd2691242546a835a904e46027c1e64a274b53a515d01850d86
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	LDFLAGS+=" -latomic"
+fi
 
 libqpdf_package() {
 	short_desc+=" - shared library"

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

* Re: [PR PATCH] [Updated] qpdf: update to 10.0.0.
  2020-04-06 17:45 [PR PATCH] qpdf: update to 10.0.0 benalb
  2020-04-07  9:47 ` xtraeme
  2020-04-07 13:26 ` [PR PATCH] [Updated] " benalb
@ 2020-04-07 14:07 ` benalb
  2020-04-07 19:15 ` [PR PATCH] [Merged]: " jnbr
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2020-04-07 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages qpdf
https://github.com/void-linux/void-packages/pull/20700

qpdf: update to 10.0.0.


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

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

From 4622f79b0d01834f971cd9d4b3392fa8dd7790b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 6 Apr 2020 19:43:44 +0200
Subject: [PATCH 1/2] qpdf: update to 10.0.0.

---
 common/shlibs         | 2 +-
 srcpkgs/qpdf/template | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 24dfab3d01a..bc14db3b074 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1136,7 +1136,6 @@ libsbc.so.1 sbc-1.0_1
 libecryptfs.so.1 libecryptfs-104_1
 libnuma.so.1 libnuma-2.0.7_1
 libxar.so.1 xar-1.5.2_1
-libqpdf.so.26 libqpdf-9.0.2_1
 libmikmod.so.3 libmikmod-3.1.12_1
 libSDL_sound-1.0.so.1 SDL_sound-1.0.3_1
 libgtksourceview-2.0.so.0 gtksourceview2-2.10.5_1
@@ -3859,3 +3858,4 @@ libbudgie-private.so.0 budgie-desktop-10.5.1_1
 libbudgietheme.so.0 budgie-desktop-10.5.1_1
 libbudgie-plugin.so.0 budgie-desktop-10.5.1_1
 libslirp.so.0 libslirp-4.2.0_1
+libqpdf.so.28 libqpdf-10.0.0_1
diff --git a/srcpkgs/qpdf/template b/srcpkgs/qpdf/template
index 8c33bfb951f..e0e00663bc3 100644
--- a/srcpkgs/qpdf/template
+++ b/srcpkgs/qpdf/template
@@ -1,6 +1,6 @@
 # Template file for 'qpdf'
 pkgname=qpdf
-version=9.1.1
+version=10.0.0
 revision=1
 wrksrc="qpdf-release-qpdf-${version}"
 build_style=gnu-configure
@@ -12,7 +12,12 @@ license="Apache-2.0"
 homepage="https://github.com/qpdf/qpdf"
 changelog="https://raw.githubusercontent.com/qpdf/qpdf/master/ChangeLog"
 distfiles="${homepage}/archive/release-qpdf-${version}.tar.gz"
-checksum=c5f859cf7f344e6a2415e02524acb19cdabbbdb634d1c3bf68d2fc26ae561a82
+checksum=d9b039421c78ddd2691242546a835a904e46027c1e64a274b53a515d01850d86
+
+if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
+	makedepends+=" libatomic-devel"
+	LDFLAGS+=" -latomic"
+fi
 
 libqpdf_package() {
 	short_desc+=" - shared library"

From bfd9bd550109dfa0c7ce4e436eae469cfc3b763c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Tue, 7 Apr 2020 16:06:36 +0200
Subject: [PATCH 2/2] cups-filters: rebuild for libqpdf

---
 srcpkgs/cups-filters/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cups-filters/template b/srcpkgs/cups-filters/template
index 84ccad9ebeb..bb35e1ab7a4 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=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-static --with-rcdir=no --enable-avahi
  --with-browseremoteprotocols=DNSSD,CUPS

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

* Re: [PR PATCH] [Merged]: qpdf: update to 10.0.0.
  2020-04-06 17:45 [PR PATCH] qpdf: update to 10.0.0 benalb
                   ` (2 preceding siblings ...)
  2020-04-07 14:07 ` benalb
@ 2020-04-07 19:15 ` jnbr
  3 siblings, 0 replies; 5+ messages in thread
From: jnbr @ 2020-04-07 19:15 UTC (permalink / raw)
  To: ml

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

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

qpdf: update to 10.0.0.
https://github.com/void-linux/void-packages/pull/20700

Description:


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

end of thread, other threads:[~2020-04-07 19:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 17:45 [PR PATCH] qpdf: update to 10.0.0 benalb
2020-04-07  9:47 ` xtraeme
2020-04-07 13:26 ` [PR PATCH] [Updated] " benalb
2020-04-07 14:07 ` benalb
2020-04-07 19:15 ` [PR PATCH] [Merged]: " jnbr

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).