diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 20:36:17 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2023-06-14 20:36:17 +0200 |
commit | 31804433d72460cbe0a39f9f8ea5e76058d84cda (patch) | |
tree | 2084a84c39f159c6aea254775dc0880d52579d45 /flatpak/patches | |
parent | a9898fb3f39c44a85876930ef6b2558052569ae6 (diff) | |
parent | d443a3c2509889533ca812c163056bace396b586 (diff) |
Update upstream source from tag 'upstream/0.32.1'
Update to upstream version '0.32.1'
with Debian dir c460ad6e13d3c39eaa2d5399059385e64e6fba4c
Diffstat (limited to 'flatpak/patches')
-rw-r--r-- | flatpak/patches/libraw-pkgconfig.patch | 20 |
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} |