summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-30 22:26:12 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-05-30 22:30:38 +0200
commite47c13fd8ebc24932ec58078369fe325beb3ea64 (patch)
tree5a11b9be94472a5eb8b32c3cb1381b54ff93d1e9
parent5edddb534d962882bc895bf8c24d1aac38c1e993 (diff)
downloadlibgphoto2-e47c13fd8ebc24932ec58078369fe325beb3ea64.tar.gz
Call libgphoto2_port 0.12.1, add pc file requirement
Change the libgphoto2_port version from 0.12.0 to 0.12.1 so that the libgphoto2 pkgconfig files can require libgphoto2_port >= 0.12.1 due to new symbols added. This will not catch all possible build/install/link messups, but will not hurt anyone and could catch some messups.
-rw-r--r--libgphoto2-uninstalled.pc.in2
-rw-r--r--libgphoto2.pc.in2
-rw-r--r--libgphoto2_port/configure.ac2
3 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2-uninstalled.pc.in b/libgphoto2-uninstalled.pc.in
index b3c6fc93d..e608834aa 100644
--- a/libgphoto2-uninstalled.pc.in
+++ b/libgphoto2-uninstalled.pc.in
@@ -17,7 +17,7 @@ Name: libgphoto2
Description: Library for easy access to digital cameras
URL: http://gphoto.org/proj/libgphoto2/
Version: ${VERSION}
-Requires: libgphoto2_port >= 0.7.2
+Requires: libgphoto2_port >= 0.12.1
Requires.private: @REQUIREMENTS_FOR_LIBEXIF@
# This is what works for gphoto-suite
Libs: ${pcfiledir}/libgphoto2/libgphoto2.la -lm
diff --git a/libgphoto2.pc.in b/libgphoto2.pc.in
index 633c7c6a8..3c9b303f5 100644
--- a/libgphoto2.pc.in
+++ b/libgphoto2.pc.in
@@ -9,7 +9,7 @@ Name: libgphoto2
Description: Library for easy access to digital cameras
URL: http://gphoto.org/proj/libgphoto2/
Version: @VERSION@
-Requires: libgphoto2_port >= 0.10.0
+Requires: libgphoto2_port >= 0.12.1
Requires.private: @REQUIREMENTS_FOR_LIBEXIF@
Libs: -L${libdir} -lgphoto2 -lm
Cflags: -I${includedir} -I${includedir}/gphoto2
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
index 848dcff6f..bef877baf 100644
--- a/libgphoto2_port/configure.ac
+++ b/libgphoto2_port/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoreconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([libgphoto2 port access library],
- [0.12.0],
+ [0.12.1],
[gphoto-devel@lists.sourceforge.net],
[libgphoto2_port])