summaryrefslogtreecommitdiff
path: root/flatpak/patches/libraw-pkgconfig.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-06-28 21:35:52 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-06-28 21:35:52 +0200
commitb86540b743f1a87a163ffb811c8fe22a01fefa38 (patch)
treeb47cb3bb83c2377234226fb3987ab3320a987dd9 /flatpak/patches/libraw-pkgconfig.patch
parentac6e0b731b9f0b2efd392e3309a5c07e2a66adad (diff)
parente905d8e16eec152d19797937f13ba3cf4b8f8aca (diff)
Merge branch 'release/debian/0.32.1-1'debian/0.32.1-1
Diffstat (limited to 'flatpak/patches/libraw-pkgconfig.patch')
-rw-r--r--flatpak/patches/libraw-pkgconfig.patch20
1 files changed, 12 insertions, 8 deletions
diff --git a/flatpak/patches/libraw-pkgconfig.patch b/flatpak/patches/libraw-pkgconfig.patch
index 5b60b03..7af6ae0 100644
--- a/flatpak/patches/libraw-pkgconfig.patch
+++ b/flatpak/patches/libraw-pkgconfig.patch
@@ -1,6 +1,7 @@
---- LibRaw-0.20-Beta1/libraw.pc.in~ 2020-05-13 14:22:12.656424311 +0200
-+++ LibRaw-0.20-Beta1/libraw.pc.in 2020-05-13 14:22:27.481441569 +0200
-@@ -5,7 +5,8 @@
+diff -r -u foo/libraw.pc.in libraw-7/libraw.pc.in
+--- foo/libraw.pc.in 2023-04-01 14:26:50.358780145 +0200
++++ libraw-7/libraw.pc.in 2023-01-05 07:49:26.000000000 +0100
+@@ -5,8 +5,8 @@
Name: libraw
Description: Raw image decoder library (non-thread-safe)
@@ -8,12 +9,14 @@
+Requires.private: @PACKAGE_REQUIRES@
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
+-Libs.private: @PACKAGE_LIBS_PRIVATE@
+Libs: -L${libdir} -lraw@PC_OPENMP@
-+Libs.private: -lstdc++
++Libs.private: @PACKAGE_LIBS_PRIVATE@ -lstdc++
Cflags: -I${includedir}/libraw -I${includedir}
---- LibRaw-0.20-Beta1/libraw_r.pc.in~ 2020-05-13 14:22:18.034430572 +0200
-+++ LibRaw-0.20-Beta1/libraw_r.pc.in 2020-05-13 14:22:27.481441569 +0200
-@@ -5,7 +5,8 @@
+diff -r -u foo/libraw_r.pc.in libraw-7/libraw_r.pc.in
+--- foo/libraw_r.pc.in 2023-04-01 14:26:50.358780145 +0200
++++ libraw-7/libraw_r.pc.in 2023-01-05 07:49:26.000000000 +0100
+@@ -5,8 +5,8 @@
Name: libraw
Description: Raw image decoder library (thread-safe)
@@ -21,6 +24,7 @@
+Requires.private: @PACKAGE_REQUIRES@
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
+-Libs.private: @PACKAGE_LIBS_PRIVATE@
+Libs: -L${libdir} -lraw_r@PC_OPENMP@
-+Libs.private: -lstdc++
++Libs.private: @PACKAGE_LIBS_PRIVATE@ -lstdc++
Cflags: -I${includedir}/libraw -I${includedir}