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

* Re: Update libraw
  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
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 16:13 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835836551

Comment:
Not sure about `[ci skip]`, it took a while to rebuild on my machine but I forgot to note the time.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
  2021-05-09 16:13 ` TeddyDD
@ 2021-05-09 17:52 ` TeddyDD
  2021-05-09 20:06 ` TeddyDD
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 17:52 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835852664

Comment:
I cross-compiled all the packagesfor aarch64 sucesfully. It took 1.4h on my fairly beefy machine so I'm afraid it won't compile on GH CI.

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

* Re: libraw: update to 0.20.2
  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
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 20:06 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835852664

Comment:
I cross-compiled all the packagesfor aarch64 sucesfully (except siril - it seems there is dependency missing). It took 1.4h on my fairly beefy machine so I'm afraid it won't compile on GH CI.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (2 preceding siblings ...)
  2021-05-09 20:06 ` TeddyDD
@ 2021-05-09 20:24 ` TeddyDD
  2021-05-09 20:27 ` ericonr
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 20:24 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835852664

Comment:
I cross-compiled all the packagesfor aarch64 sucesfully (except siril - it seems there is dependency missing). It took 1.4h on my fairly beefy machine so I'm afraid it won't compile on GH CI. I'll try to fix siril

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (3 preceding siblings ...)
  2021-05-09 20:24 ` TeddyDD
@ 2021-05-09 20:27 ` ericonr
  2021-05-09 20:53 ` TeddyDD
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-09 20:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835880874

Comment:
Please don't include `[ci skip]` in commits, it's checked only in the PR title or description.

Can you show the error for `siril`?

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (4 preceding siblings ...)
  2021-05-09 20:27 ` ericonr
@ 2021-05-09 20:53 ` TeddyDD
  2021-05-09 21:00 ` [PR PATCH] [Updated] " TeddyDD
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 20:53 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835886890

Comment:
Weird, it failed once but after zap  it compiles just fine.  Anyway: compilaton error was about missing `libgomp.spec` file.

```
libgomp-devel-10.2.1pre1_3	/usr/lib/libgomp.spec
```

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

* Re: [PR PATCH] [Updated] libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (5 preceding siblings ...)
  2021-05-09 20:53 ` TeddyDD
@ 2021-05-09 21:00 ` TeddyDD
  2021-05-09 21:07 ` TeddyDD
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 21:00 UTC (permalink / raw)
  To: ml

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

There is an updated 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

libraw: update to 0.20.2
<!-- 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.
-->

[ci skip]

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64 glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 cross build
  - [x] x86_64-musl
  - [ ] 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: 9298 bytes --]

From 52113f208ffa890e3ef1fdc80cdfdb0f0d0fe4ed 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 1d338f30271a376f16cd24d16ec6274ce062b619 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 02/12] efl: rebuild against libraw-0.20.2

---
 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 2be984609998893521322686e77cd44de36acfd6 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 03/12] gegl: rebuild against libraw-0.20.2

---
 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 d7f001d78650220fe4b8a8ef8f23b7cce8bb848c Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 04/12] gthumb: rebuild against libraw-0.20.2

---
 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 375d8893f085565848b96e95f9e0100dda5297f9 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 05/12] io.elementary.photos: rebuild against libraw-0.20.2

---
 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 3f100f2e7f9aa25be961c8532bcc5e2cfd940063 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 06/12] krita: rebuild against libraw-0.20.2

---
 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 93ffe3f5dc72a093fb828aec21bf85c5921b9277 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 07/12] kstars: rebuild against libraw-0.20.2

---
 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 27e697e3ea18dfc9c9883ccea66a1fa767ec1814 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 08/12] libkdcraw5: rebuild against libraw-0.20.2

---
 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 b947a398f404a4ff98f023f744ce91bd2f05227e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 09/12] nomacs: rebuild against libraw-0.20.2

---
 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 e60e5ada4ab1e0919717de19f4c4f92819fd2848 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 10/12] openimageio: rebuild against libraw-0.20.2

---
 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 d2e6bcdee15d0b34a755fe2cc72a2b52e8d40502 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 11/12] shotwell: rebuild against libraw-0.20.2

---
 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 1327c419b6b780f1db9bcb76f0b34147396ca13e Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 9 May 2021 23:00:36 +0200
Subject: [PATCH 12/12] siril: rebuild against libraw-0.20.2

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (6 preceding siblings ...)
  2021-05-09 21:00 ` [PR PATCH] [Updated] " TeddyDD
@ 2021-05-09 21:07 ` TeddyDD
  2021-05-09 21:07 ` TeddyDD
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 21:07 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835889894

Comment:
Okay, everything builds fine for x86_64-glibc and aar64-glibc. Additionally I build `libraw` and `siril` for x86_64-musl and x86.

I can build other packages on those arch tommorow if that's good idea.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (7 preceding siblings ...)
  2021-05-09 21:07 ` TeddyDD
@ 2021-05-09 21:07 ` TeddyDD
  2021-05-10 18:04 ` TeddyDD
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-09 21:07 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835889894

Comment:
Okay, everything builds fine for x86_64-glibc and aarch64-glibc. Additionally I build `libraw` and `siril` for x86_64-musl and x86-glibc.

I can build other packages on those arch tommorow if that's good idea.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (8 preceding siblings ...)
  2021-05-09 21:07 ` TeddyDD
@ 2021-05-10 18:04 ` TeddyDD
  2021-05-21  5:47 ` ericonr
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: TeddyDD @ 2021-05-10 18:04 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-835889894

Comment:
Okay, everything builds fine for x86_64-glibc and aarch64-glibc. Additionally I build `libraw` and `siril` for x86_64-musl and x86-glibc.

I can build other packages on those arch tommorow if that's good idea.

Edit: Everything builds on x86_64-musl

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (9 preceding siblings ...)
  2021-05-10 18:04 ` TeddyDD
@ 2021-05-21  5:47 ` ericonr
  2021-05-21  5:50 ` ericonr
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21  5:47 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-845671963

Comment:
I'm testing this build locally, will push when tested. Will also have to remove `gegl3` from repos.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (10 preceding siblings ...)
  2021-05-21  5:47 ` ericonr
@ 2021-05-21  5:50 ` ericonr
  2021-05-21  5:52 ` ericonr
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21  5:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-845673285

Comment:
Also https://raw.githubusercontent.com/LibRaw/LibRaw/master/Changelog.txt should be added as changelog.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (11 preceding siblings ...)
  2021-05-21  5:50 ` ericonr
@ 2021-05-21  5:52 ` ericonr
  2021-05-21 17:28 ` skmpz
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21  5:52 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-845673285

Comment:
Also https://raw.githubusercontent.com/LibRaw/LibRaw/master/Changelog.txt should be added as changelog.

I can do it here, since I might push from my branch to master, just noting down the suggestion so I don't forget.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (12 preceding siblings ...)
  2021-05-21  5:52 ` ericonr
@ 2021-05-21 17:28 ` skmpz
  2021-05-21 17:49 ` ericonr
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: skmpz @ 2021-05-21 17:28 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846121219

Comment:
This fails to build for aarch64-musl (cross compiled on x86_64-musl).. 
```
=> xbps-src: updating repositories for host (x86_64-musl)...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/nonfree/x86_64-musl-repodata' ...
[*] Updating repository `https://alpha.de.repo.voidlinux.org/current/musl/debug/x86_64-musl-repodata' ...
(.....)
/builddir/cross-aarch64-linux-musl-0.34/gcc_build/aarch64-linux-musl/libgomp/../../../gcc-10.2.1_pre1/libgomp/oacc-profiling.c:146:(.text+0x828): dangerous relocation: unsupported relocation
/usr/lib/gcc/aarch64-linux-musl/10.2.1/../../../../aarch64-linux-musl/bin/ld: /usr/aarch64-linux-musl/usr/lib/libgomp.a(oacc-profiling.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `acc_prof_lookup' which may bind externally can not be used when making a shared object; recompile with -fPIC
/usr/aarch64-linux-musl/usr/lib/libgomp.a(oacc-profiling.o): in function `goacc_profiling_initialize':
/builddir/cross-aarch64-linux-musl-0.34/gcc_build/aarch64-linux-musl/libgomp/../../../gcc-10.2.1_pre1/libgomp/oacc-profiling.c:146:(.text+0x820): dangerous relocation: unsupported relocation
/usr/lib/gcc/aarch64-linux-musl/10.2.1/../../../../aarch64-linux-musl/bin/ld: /usr/aarch64-linux-musl/usr/lib/libgomp.a(oacc-profiling.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `acc_prof_unregister' which may bind externally can not be used when making a shared object; recompile with -fPIC
/builddir/cross-aarch64-linux-musl-0.34/gcc_build/aarch64-linux-musl/libgomp/../../../gcc-10.2.1_pre1/libgomp/oacc-profiling.c:146:(.text+0x824): dangerous relocation: unsupported relocation
/usr/lib/gcc/aarch64-linux-musl/10.2.1/../../../../aarch64-linux-musl/bin/ld: /usr/aarch64-linux-musl/usr/lib/libgomp.a(oacc-profiling.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `acc_prof_register' which may bind externally can not be used when making a shared object; recompile with -fPIC
/builddir/cross-aarch64-linux-musl-0.34/gcc_build/aarch64-linux-musl/libgomp/../../../gcc-10.2.1_pre1/libgomp/oacc-profiling.c:146:(.text+0x828): dangerous relocation: unsupported relocation
collect2: error: ld returned 1 exit status
make: *** [Makefile:1056: lib/libraw.la] Error 1
make: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make: *** [Makefile:1059: lib/libraw_r.la] Error 1
=> ERROR: libraw-0.20.2_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:15
```

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (13 preceding siblings ...)
  2021-05-21 17:28 ` skmpz
@ 2021-05-21 17:49 ` ericonr
  2021-05-21 17:53 ` ericonr
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21 17:49 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846133071

Comment:
Oh feck, thanks. I wonder if they are special casing aarch64 in their stuff?

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (14 preceding siblings ...)
  2021-05-21 17:49 ` ericonr
@ 2021-05-21 17:53 ` ericonr
  2021-05-21 17:57 ` skmpz
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21 17:53 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846134998

Comment:
@skmpz are you building from a clean masterdir? I couldn't reproduce...

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (15 preceding siblings ...)
  2021-05-21 17:53 ` ericonr
@ 2021-05-21 17:57 ` skmpz
  2021-05-21 17:58 ` skmpz
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: skmpz @ 2021-05-21 17:57 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846137250

Comment:
Erm.. running
```
./xbps-src -m masterdir-x86_64-musl clean
./xbps-src -m masterdir-x86_64-musl -a aarch64-musl -j$(nproc) pkg -f libraw
```

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (16 preceding siblings ...)
  2021-05-21 17:57 ` skmpz
@ 2021-05-21 17:58 ` skmpz
  2021-05-21 18:06 ` ericonr
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: skmpz @ 2021-05-21 17:58 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846137250

Comment:
Erm.. running
```
./xbps-src -m masterdir-x86_64-musl clean
./xbps-src -m masterdir-x86_64-musl -a aarch64-musl -j$(nproc) pkg -f libraw
```
gets me this..

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (17 preceding siblings ...)
  2021-05-21 17:58 ` skmpz
@ 2021-05-21 18:06 ` ericonr
  2021-05-21 18:09 ` skmpz
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21 18:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846142238

Comment:
@skmpz I mean a fully clean one, as in remove everything and `binary-bootstrap` it again.

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (18 preceding siblings ...)
  2021-05-21 18:06 ` ericonr
@ 2021-05-21 18:09 ` skmpz
  2021-05-21 18:09 ` skmpz
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: skmpz @ 2021-05-21 18:09 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846143483

Comment:
yeah that's what i just did and it works :S

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (19 preceding siblings ...)
  2021-05-21 18:09 ` skmpz
@ 2021-05-21 18:09 ` skmpz
  2021-05-21 18:11 ` ericonr
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: skmpz @ 2021-05-21 18:09 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846143483

Comment:
yeah that's what i just did and it works :S sorry for that :)

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (20 preceding siblings ...)
  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
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-21 18:11 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846144538

Comment:
No worries ;)

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

* Re: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (21 preceding siblings ...)
  2021-05-21 18:11 ` ericonr
@ 2021-05-23  2:34 ` ericonr
  2021-05-23  2:35 ` [PR PATCH] [Closed]: " ericonr
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-23  2:34 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30769#issuecomment-846491688

Comment:
Pushed in 8e6ed0b7db1c91df7f2321d125ee9a1000d05a39, thanks a lot!

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

* Re: [PR PATCH] [Closed]: libraw: update to 0.20.2
  2021-05-09 16:11 [PR PATCH] Update libraw TeddyDD
                   ` (22 preceding siblings ...)
  2021-05-23  2:34 ` ericonr
@ 2021-05-23  2:35 ` ericonr
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2021-05-23  2:35 UTC (permalink / raw)
  To: ml

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

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

libraw: update to 0.20.2
https://github.com/void-linux/void-packages/pull/30769

Description:
<!-- 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.)
- [x] I built this PR locally for my native architecture, (x86_64 glibc)
- [x] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] aarch64 cross build
  - [x] x86_64-musl
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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