Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update libraw
@ 2021-05-09 16:11 TeddyDD
  2021-05-09 16:13 ` TeddyDD
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-libraw
https://github.com/void-linux/void-packages/pull/30769

Update libraw
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

I build all affected packages on x86_64 glibc and I tested Shotwell

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 2ffe641e02f1145e46d7b2c05d6a66b5e6728faa Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sat, 8 May 2021 23:26:54 +0200
Subject: [PATCH 01/12] libraw: update to 0.20.2.

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

diff --git a/common/shlibs b/common/shlibs
index 2afcbb9a6dea..e0bde37cc90f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -883,8 +883,8 @@ libdiscid.so.0 libdiscid-0.2.2_1
 librhythmbox-core.so.10 librhythmbox-3.4.1_1
 libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1
 libgexiv2.so.2 libgexiv2-0.6.1_1
-libraw.so.19 libraw-0.19.0_1
-libraw_r.so.19 libraw-0.19.0_1
+libraw.so.20 libraw-0.20.2_1
+libraw_r.so.20 libraw-0.20.2_1
 libkritaversion.so.20 krita-4.4.0_1
 libkritaglobal.so.20 krita-4.4.0_1
 libkritaplugin.so.20 krita-4.4.0_1
diff --git a/srcpkgs/libraw/template b/srcpkgs/libraw/template
index 20f1b5e343da..9549f8852577 100644
--- a/srcpkgs/libraw/template
+++ b/srcpkgs/libraw/template
@@ -1,6 +1,6 @@
 # Template file for 'libraw'
 pkgname=libraw
-version=0.19.5
+version=0.20.2
 revision=1
 wrksrc="LibRaw-${version}"
 build_style=gnu-configure
@@ -12,7 +12,7 @@ license="LGPL-2.1-only, CDDL-1.0"
 homepage="https://www.libraw.org"
 changelog="https://github.com/LibRaw/LibRaw/raw/${version%.*}-stable/Changelog.txt"
 distfiles="https://www.libraw.org/data/LibRaw-${version}.tar.gz"
-checksum=40a262d7cc71702711a0faec106118ee004f86c86cc228281d12d16da03e02f5
+checksum=dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6
 
 pre_configure() {
 	autoreconf -fi

From 99704ef14501d3f8cc2fc789c6cc6f064c9578ff Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:13 +0200
Subject: [PATCH 02/12] efl: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template
index 16918622db96..5fe76b6ad1a1 100644
--- a/srcpkgs/efl/template
+++ b/srcpkgs/efl/template
@@ -1,7 +1,7 @@
 # Template file for 'efl'
 pkgname=efl
 version=1.25.1
-revision=2
+revision=3
 build_style=meson
 configure_args="
  -Dbuild-examples=false

From 03391b9c4c9e86bd4b91d50657bf2518d3248dbd Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:13 +0200
Subject: [PATCH 03/12] gegl: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/gegl/template b/srcpkgs/gegl/template
index 417a91034a58..192a34a3a100 100644
--- a/srcpkgs/gegl/template
+++ b/srcpkgs/gegl/template
@@ -1,7 +1,7 @@
 # Template file for 'gegl'
 pkgname=gegl
 version=0.4.28
-revision=1
+revision=2
 build_style=meson
 build_helper="gir"
 configure_args="-Ddocs=false -Dintrospection=true

From 7f024beb8944fd720752c2c6951a2f01cd0b1f7b Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:13 +0200
Subject: [PATCH 04/12] gthumb: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/gthumb/template b/srcpkgs/gthumb/template
index b5f8e2e54ccc..ed6afee1b837 100644
--- a/srcpkgs/gthumb/template
+++ b/srcpkgs/gthumb/template
@@ -1,7 +1,7 @@
 # Template file for 'gthumb'
 pkgname=gthumb
 version=3.10.2
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="gettext pkg-config itstool glib-devel"
 makedepends="webkit2gtk-devel json-glib-devel libsecret-devel librsvg-devel

From 99b3e9bc7ce232e1a3b06be5c6efec2e80ae7b69 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:13 +0200
Subject: [PATCH 05/12] io.elementary.photos: rebuild against libraw-0.20.2 [ci
 skip]

---
 srcpkgs/io.elementary.photos/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/io.elementary.photos/template b/srcpkgs/io.elementary.photos/template
index 86c83cd814bf..81c1734164ba 100644
--- a/srcpkgs/io.elementary.photos/template
+++ b/srcpkgs/io.elementary.photos/template
@@ -1,7 +1,7 @@
 # Template file for 'io.elementary.photos'
 pkgname=io.elementary.photos
 version=2.7.0
-revision=1
+revision=2
 wrksrc="photos-${version}"
 build_style=meson
 configure_args="-Dlibunity=false"

From b6e728a87cb603c79d25dbc6d33260ff808ef35c Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:13 +0200
Subject: [PATCH 06/12] krita: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template
index 5de985483bb0..04f4c30c6aeb 100644
--- a/srcpkgs/krita/template
+++ b/srcpkgs/krita/template
@@ -1,7 +1,7 @@
 # Template file for 'krita'
 pkgname=krita
 version=4.4.3
-revision=1
+revision=2
 build_style=cmake
 configure_args="-Wno-dev -DBUILD_TESTING=OFF"
 hostmakedepends="extra-cmake-modules gettext pkg-config python3

From 5ffa4cfbbbe8eb29340c4d1fe706b75d36e562a0 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:14 +0200
Subject: [PATCH 07/12] kstars: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/kstars/template b/srcpkgs/kstars/template
index 61c6bd85d628..c347ffcdb78c 100644
--- a/srcpkgs/kstars/template
+++ b/srcpkgs/kstars/template
@@ -1,7 +1,7 @@
 # Template file for 'kstars'
 pkgname=kstars
 version=3.5.3
-revision=1
+revision=2
 build_style=cmake
 hostmakedepends="kdoctools gettext qt5-host-tools qt5-qmake kcoreaddons
  kconfig"

From f86b5f2a757b8405c6d5bd90e8806a0f0bf9c44b Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:14 +0200
Subject: [PATCH 08/12] libkdcraw5: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/libkdcraw5/template b/srcpkgs/libkdcraw5/template
index 2ae5b619e823..8bd42110b806 100644
--- a/srcpkgs/libkdcraw5/template
+++ b/srcpkgs/libkdcraw5/template
@@ -1,7 +1,7 @@
 # Template file for 'libkdcraw5'
 pkgname=libkdcraw5
 version=21.04.0
-revision=1
+revision=2
 wrksrc="libkdcraw-${version}"
 build_style=cmake
 hostmakedepends="extra-cmake-modules pkg-config qt5-qmake qt5-host-tools

From a3494c315b3decc79314317421b03954dbbeef6e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:14 +0200
Subject: [PATCH 09/12] nomacs: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/nomacs/template b/srcpkgs/nomacs/template
index 529e86aa5043..0c38e2737bac 100644
--- a/srcpkgs/nomacs/template
+++ b/srcpkgs/nomacs/template
@@ -1,7 +1,7 @@
 # Template file for 'nomacs'
 pkgname=nomacs
 version=3.16.224
-revision=1
+revision=2
 build_wrksrc=ImageLounge
 build_style=cmake
 configure_args="-DCMAKE_BUILD_TYPE=None -DENABLE_TRANSLATIONS=1

From f7666682dda0bf44d309b1e49d2ce6cff2befd3d Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:14 +0200
Subject: [PATCH 10/12] openimageio: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/openimageio/template b/srcpkgs/openimageio/template
index 3f35a3a98bb7..15ece11d1418 100644
--- a/srcpkgs/openimageio/template
+++ b/srcpkgs/openimageio/template
@@ -1,7 +1,7 @@
 # Template file for 'openimageio'
 pkgname=openimageio
 version=2.2.13.1
-revision=1
+revision=2
 wrksrc="oiio-Release-${version}"
 build_style=cmake
 configure_args="-DUSE_OPENGL=0 -DUSE_QT=0 -DUSE_PYTHON=0 -DOIIO_BUILD_TESTS=1

From 1a368ff8583350fa4dbdf08059490fb929337f80 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:14 +0200
Subject: [PATCH 11/12] shotwell: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/shotwell/template b/srcpkgs/shotwell/template
index 0d04694c388e..aa2dfa5b0993 100644
--- a/srcpkgs/shotwell/template
+++ b/srcpkgs/shotwell/template
@@ -1,7 +1,7 @@
 # Template file for 'shotwell'
 pkgname=shotwell
 version=0.31.3
-revision=1
+revision=2
 build_style=meson
 hostmakedepends="gcr-devel gettext glib-devel itstool
  libgee08-devel libgexiv2-devel pkg-config vala-devel"

From e2bb017faeacb0cb3e26218da8f6162d8d95cc7e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 18:09:14 +0200
Subject: [PATCH 12/12] siril: rebuild against libraw-0.20.2 [ci skip]

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

diff --git a/srcpkgs/siril/template b/srcpkgs/siril/template
index 25a7a414e72c..5dd0cf48d12e 100644
--- a/srcpkgs/siril/template
+++ b/srcpkgs/siril/template
@@ -1,7 +1,7 @@
 # Template file for 'siril'
 pkgname=siril
 version=0.9.12
-revision=3
+revision=4
 build_style=gnu-configure
 hostmakedepends="pkg-config intltool autoconf automake gettext-devel"
 makedepends="fftw-devel libconfig-devel libopencv-devel libffms2-devel

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

end of thread, other threads:[~2021-05-23  2:35 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
2021-05-09 16:13 ` TeddyDD
2021-05-09 17:52 ` libraw: update to 0.20.2 TeddyDD
2021-05-09 20:06 ` TeddyDD
2021-05-09 20:24 ` TeddyDD
2021-05-09 20:27 ` ericonr
2021-05-09 20:53 ` TeddyDD
2021-05-09 21:00 ` [PR PATCH] [Updated] " TeddyDD
2021-05-09 21:07 ` TeddyDD
2021-05-09 21:07 ` TeddyDD
2021-05-10 18:04 ` TeddyDD
2021-05-21  5:47 ` ericonr
2021-05-21  5:50 ` ericonr
2021-05-21  5:52 ` ericonr
2021-05-21 17:28 ` skmpz
2021-05-21 17:49 ` ericonr
2021-05-21 17:53 ` ericonr
2021-05-21 17:57 ` skmpz
2021-05-21 17:58 ` skmpz
2021-05-21 18:06 ` ericonr
2021-05-21 18:09 ` skmpz
2021-05-21 18:09 ` skmpz
2021-05-21 18:11 ` ericonr
2021-05-23  2:34 ` ericonr
2021-05-23  2:35 ` [PR PATCH] [Closed]: " ericonr

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