From 7759d7809abb44debbe7f000c15bf3f3a429e9c057f0539dd54f21b422c23069 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 15 Dec 2022 13:18:40 +0000 Subject: [PATCH 1/2] Accepting request 1043131 from home:DarkWav Add baselibs.conf so that 32bit library packages become available, some 3rd party software needs them. If you have any suggestions for improvement, please let me know! OBS-URL: https://build.opensuse.org/request/show/1043131 OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=8 --- baselibs.conf | 1 + libjxl.changes | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..610b33d --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libjxl0_7 diff --git a/libjxl.changes b/libjxl.changes index 3b511f1..d48483d 100644 --- a/libjxl.changes +++ b/libjxl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 15 11:32:45 UTC 2022 - Simon Vogl + +- Added missing baselibs.conf so that 32bit library packages + become available + ------------------------------------------------------------------- Thu Sep 22 07:03:57 UTC 2022 - Enrico Belleri From 70e6f6b709ff28f0720aff8e5406d5ed6a7814afcba19e1e8f8f911b263d1e66 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 16 Dec 2022 19:54:48 +0000 Subject: [PATCH 2/2] Accepting request 1043366 from home:DarkWav I forgot to add baselibs.conf as a source in the .spec file last time, sorry! OBS-URL: https://build.opensuse.org/request/show/1043366 OBS-URL: https://build.opensuse.org/package/show/graphics/libjxl?expand=0&rev=9 --- libjxl.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libjxl.spec b/libjxl.spec index f37a70a..3f31dab 100644 --- a/libjxl.spec +++ b/libjxl.spec @@ -25,6 +25,7 @@ License: BSD-3-Clause URL: https://jpegxl.info/ #Git-Clone: https://github.com/libjxl/libjxl Source: https://github.com/libjxl/libjxl/archive/refs/tags/v%version.tar.gz +Source1: baselibs.conf BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: pkg-config