[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2024-06-10 Thread Sam James
commit: aceec3688def2d285075857c66f0765fa06f33e0
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun 10 23:45:26 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 10 23:46:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aceec368

media-libs/lensfun: bdepend on setuptools for distutils

The Python handling here is a mess and the state of master is quite
different, so just depend on setuptools for distutils here (not going
to bother conditionalising it to py3.12, I don't see much point).

Closes: https://bugs.gentoo.org/929638
Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
index 9f9616031a13..7f5898953e93 100644
--- a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
@@ -26,6 +26,9 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ')
doc? (
app-text/doxygen
dev-python/docutils



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2024-05-28 Thread Sam James
commit: b087d08cdeb1ab0b74d024e8dc683b251cdc2070
Author: Sam James  gentoo  org>
AuthorDate: Tue May 28 13:18:39 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 28 13:18:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b087d08c

media-libs/lensfun: Stabilize 0.3.4-r1 x86, #932987

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
index be06ec64f258..3ff3547607f7 100644
--- a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2024-05-28 Thread Sam James
commit: 6900d2401ceac424dc26dcdcc3d4fbc0a33fb90c
Author: Sam James  gentoo  org>
AuthorDate: Tue May 28 13:18:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 28 13:18:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6900d240

media-libs/lensfun: Stabilize 0.3.4-r1 amd64, #932987

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
index 3d3c034751be..be06ec64f258 100644
--- a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2024-04-21 Thread Markus Meier
commit: 81c29e448f7a39f61d04035f087f00c73e92bdfd
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Apr 21 06:04:11 2024 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Apr 21 06:04:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c29e44

media-libs/lensfun: add py 3.12 for bug #929638 and remove egg info for bug 
#922948

Signed-off-by: Markus Meier  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4-r1.ebuild | 69 ++
 1 file changed, 69 insertions(+)

diff --git a/media-libs/lensfun/lensfun-0.3.4-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
new file mode 100644
index ..3d3c034751be
--- /dev/null
+++ b/media-libs/lensfun/lensfun-0.3.4-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-single-r1 cmake
+
+DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
+HOMEPAGE="https://lensfun.github.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV/_rc/-RC}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_rc/-RC}"
+
+LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-libs/glib-2.40
+   media-libs/libpng:=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   app-text/doxygen
+   dev-python/docutils
+   )
+"
+
+DOCS=( README.md docs/mounts.txt ChangeLog )
+
+PATCHES=(
+   "${FILESDIR}"/lensfun-0.3.4-python.patch
+   "${FILESDIR}"/lensfun-0.3.4-python-egg.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
+   -DPython3_EXECUTABLE="${PYTHON}"
+   -DSETUP_PY_INSTALL_PREFIX=/usr
+   -DBUILD_LENSTOOL=ON
+   -DBUILD_STATIC=OFF
+   -DBUILD_DOC=$(usex doc)
+   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse)
+   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   mkdir -p "${T}/db/lensfun" || die
+   cp data/db/* "${T}/db/lensfun/" || die
+
+   XDG_DATA_HOME="${T}/db" cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+   python_fix_shebang "${ED}"/usr/bin
+   python_optimize
+   rm -r "${D}/$(python_get_sitedir)"/*.egg-info || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/files/, media-libs/lensfun/

2024-01-12 Thread Sam James
commit: 7008130fcca0eb7a631eececdf121bd7e1d90fa8
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 12 16:51:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 12 16:52:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7008130f

media-libs/lensfun: add 0.3.4, fix Python handling

Closes: https://bugs.gentoo.org/901997
Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/Manifest|  1 +
 .../lensfun/files/lensfun-0.3.4-python-egg.patch   | 11 
 .../lensfun/files/lensfun-0.3.4-python.patch   | 66 +
 media-libs/lensfun/lensfun-0.3.4.ebuild| 68 ++
 4 files changed, 146 insertions(+)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 9e7627debe2a..57067af3c912 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1 +1,2 @@
+DIST lensfun-0.3.4.tar.gz 1058791 BLAKE2B 
e68cb72eb730a23c3e2dd691a49606ea92a8b89c4665d62dff126404010c8c7e1162d5906a69fce52eb8fb121da8930bb2e42d74bbd8bb6d2631ed4e97405fa3
 SHA512 
4db9a08d51ba50c7c2ff528d380bb28e34698b2bb5c40e5f3deeaa5544c888ac7e0f638bbc3f33a4f75dbb67e0425ca36ce6d8cd1d8c043a4173a2df47de08c6
 DIST lensfun-0.3.4_rc1.tar.gz 1045616 BLAKE2B 
fee14b97dcda98be4e8a32443ff71347ba75e46192f8437be580cb6697f6ef2eca92ef57cfcb2de5bd87fe7ba96542a6b5551b12f50fec09a035c69d6f4b427f
 SHA512 
0d034c6996e5650b022d33a7e00ef7e0e00dfa99155aa62c6c3ab48b9ac936e46f812ceea46e2070514e2c77150a1d7c827831686b1cf73e2acf88b6b3dfb6c5

diff --git a/media-libs/lensfun/files/lensfun-0.3.4-python-egg.patch 
b/media-libs/lensfun/files/lensfun-0.3.4-python-egg.patch
new file mode 100644
index ..292a0e4186d5
--- /dev/null
+++ b/media-libs/lensfun/files/lensfun-0.3.4-python-egg.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/901997
+https://sources.debian.org/patches/lensfun/0.3.4-1/python-setuptools.diff/
+--- a/apps/CMakeLists.txt
 b/apps/CMakeLists.txt
+@@ -48,5 +48,5 @@ IF(INSTALL_PYTHON_MODULE)
+ IF(NOT DEFINED SETUP_PY_INSTALL_PREFIX)
+   SET(SETUP_PY_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+ ENDIF()
+-INSTALL(CODE "execute_process(COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} 
install --prefix=\$ENV{DESTDIR}${SETUP_PY_INSTALL_PREFIX})")
++INSTALL(CODE "execute_process(COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} 
install --prefix=${SETUP_PY_INSTALL_PREFIX} --single-version-externally-managed 
--root=\$ENV{DESTDIR})")
+ ENDIF()

diff --git a/media-libs/lensfun/files/lensfun-0.3.4-python.patch 
b/media-libs/lensfun/files/lensfun-0.3.4-python.patch
new file mode 100644
index ..2520a99e0b8e
--- /dev/null
+++ b/media-libs/lensfun/files/lensfun-0.3.4-python.patch
@@ -0,0 +1,66 @@
+https://bugs.gentoo.org/901997
+https://github.com/lensfun/lensfun/commit/6e0e92b03f90a264d764f696ba02344ab96b5576
+https://github.com/lensfun/lensfun/commit/c54d9bfda1397d3b9deaac1e27d94b0231fdd26a
+https://github.com/lensfun/lensfun/commit/011de2e85813ff496a85404b30891352555de077
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1,5 +1,5 @@
+-# require at least cmake 2.8.12
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR )
++# require at least cmake 3.12
++CMAKE_MINIMUM_REQUIRED(VERSION 3.12 FATAL_ERROR)
+ 
+ # path for helper modules
+ set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" 
"${CMAKE_SOURCE_DIR}/cmake/modules")
+--- a/apps/CMakeLists.txt
 b/apps/CMakeLists.txt
+@@ -20,27 +20,33 @@ ENDIF(INSTALL_HELPER_SCRIPTS)
+ 
+ 
+ # Inspired by http://bloerg.net/2012/11/10/cmake-and-distutils.html
++IF(INSTALL_PYTHON_MODULE)
++FIND_PACKAGE (Python3 COMPONENTS Interpreter REQUIRED)
++# Windows has a dummy python.exe in the PATH which opens the Microsoft 
Store, so check if Python is real.
++EXECUTE_PROCESS(COMMAND ${Python3_EXECUTABLE} --version RESULT_VARIABLE 
PY_RESULT OUTPUT_QUIET)
++IF (NOT PY_RESULT EQUAL 0)
++  MESSAGE(FATAL_ERROR "Python3 not found, it might be a dummy python.exe")
++ENDIF()
+ 
+-FIND_PROGRAM(PYTHON "python3")
+-IF(PYTHON)
+ SET(SETUP_PY_IN "${CMAKE_CURRENT_SOURCE_DIR}/setup.py.in")
+ SET(SETUP_PY"${CMAKE_CURRENT_BINARY_DIR}/setup.py")
+ SET(DEPS_IN "${CMAKE_CURRENT_SOURCE_DIR}/lensfun/__init__.py.in")
+ SET(DEPS"${CMAKE_CURRENT_BINARY_DIR}/lensfun/__init__.py")
+ SET(OUTPUT  "${CMAKE_CURRENT_BINARY_DIR}/build/timestamp")
+ 
++FILE(TO_NATIVE_PATH "${CMAKE_CURRENT_BINARY_DIR}" PY_PACKAGE_DIR)
+ CONFIGURE_FILE(${SETUP_PY_IN} ${SETUP_PY})
+ CONFIGURE_FILE(${DEPS_IN} ${DEPS})
+ 
+ ADD_CUSTOM_COMMAND(OUTPUT ${OUTPUT}
+-   COMMAND ${PYTHON} ${SETUP_PY} build
++   COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} build
+COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT}
+-   DEPENDS ${DEPS_IN})
++   DEPENDS ${SETUP_PY_IN} ${DEPS_IN})
+ 
+ ADD_CUSTOM_TARGET(python-package ALL DEPENDS ${OUTPUT})
+ 
+ IF(NOT 

[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/files/, media-libs/lensfun/

2023-05-04 Thread Andreas Sturmlechner
commit: eb3a94ce38c855b3c23bb56dff7da1801b7ea6ac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May  4 13:04:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May  4 13:12:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3a94ce

media-libs/lensfun: drop 0.3.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/lensfun/Manifest|  1 -
 .../lensfun/files/lensfun-0.3.2-warnings.patch | 48 
 media-libs/lensfun/lensfun-0.3.3.ebuild| 65 --
 3 files changed, 114 deletions(-)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 840f1fad16b7..9e7627debe2a 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1,2 +1 @@
-DIST lensfun-0.3.3.tar.gz 992432 BLAKE2B 
174f9a34195ca8d7f09de43a2f0d1015bc766579607c44541f631142386a3b5c27c823f9f54f08d462946a0809610b6a87e61cd093b69339fa7d57d28cc833ae
 SHA512 
2d913e3d121ac069f4cb7acb3f09c9cf11c5d0069e743500631bd4b6007a1b19ebccf871a4ac8cfc2797a03066f8a678ea9d70feba0f7d6a05c28cef61f7d9cf
 DIST lensfun-0.3.4_rc1.tar.gz 1045616 BLAKE2B 
fee14b97dcda98be4e8a32443ff71347ba75e46192f8437be580cb6697f6ef2eca92ef57cfcb2de5bd87fe7ba96542a6b5551b12f50fec09a035c69d6f4b427f
 SHA512 
0d034c6996e5650b022d33a7e00ef7e0e00dfa99155aa62c6c3ab48b9ac936e46f812ceea46e2070514e2c77150a1d7c827831686b1cf73e2acf88b6b3dfb6c5

diff --git a/media-libs/lensfun/files/lensfun-0.3.2-warnings.patch 
b/media-libs/lensfun/files/lensfun-0.3.2-warnings.patch
deleted file mode 100644
index a1aad34d9d28..
--- a/media-libs/lensfun/files/lensfun-0.3.2-warnings.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-Adapted from upstream commit
-
-From 694542f350fc7c9ccafa2d9acb4d4e00e690cbdc Mon Sep 17 00:00:00 2001
-From: Sebastian Kraft 
-Date: Thu, 22 Dec 2016 18:51:29 +0100
-Subject: [PATCH] Fix some warnings which were introduced when swithcing to
- C++11 mode
-

- libs/lensfun/cpuid.cpp  | 4 ++--
- libs/lensfun/mod-pc.cpp | 8 
- tests/test_modifier.cpp | 4 ++--
- 3 files changed, 8 insertions(+), 8 deletions(-)
-
-diff --git a/libs/lensfun/cpuid.cpp b/libs/lensfun/cpuid.cpp
-index c435f8ac..d2d63972 100644
 a/libs/lensfun/cpuid.cpp
-+++ b/libs/lensfun/cpuid.cpp
-@@ -92,9 +92,9 @@ guint _lf_detect_cpu_features ()
- {
- #define cpuid(cmd) \
- __asm volatile ( \
--"push %%"R_BX"\n" \
-+"push %%" R_BX "\n" \
- "cpuid\n" \
--"pop %%"R_BX"\n" \
-+"pop %%" R_BX "\n" \
-: "=a" (ax), "=c" (cx),  "=d" (dx) \
-: "0" (cmd))
- 
-diff --git a/tests/test_modifier.cpp b/tests/test_modifier.cpp
-index f087917c..ffa3d4d7 100644
 a/tests/test_modifier.cpp
-+++ b/tests/test_modifier.cpp
-@@ -78,8 +78,8 @@ void test_mod_projection_center(lfFixture* lfFix, 
gconstpointer data)
- // check if output becomes NaN when processing geometry conversion
- void test_mod_projection_borders(lfFixture* lfFix, gconstpointer data)
- {
--float in[2]  = {lfFix->img_width, lfFix->img_height};
--float in2[2] = {(lfFix->img_width-1)/2, (lfFix->img_height-1)/2};
-+float in[2]  = {(float) lfFix->img_width, (float) lfFix->img_height};
-+float in2[2] = {(float) (lfFix->img_width-1)/2, (float) 
(lfFix->img_height-1)/2};
- float res[2] = {0, 0};
- 
- lfLensType geom_types [] = {LF_RECTILINEAR, LF_PANORAMIC, 
LF_EQUIRECTANGULAR, LF_FISHEYE_STEREOGRAPHIC, LF_FISHEYE, LF_FISHEYE_EQUISOLID, 
LF_FISHEYE_ORTHOGRAPHIC, LF_FISHEYE_THOBY, LF_UNKNOWN};
--- 
-2.26.2
-

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
deleted file mode 100644
index 8f6feb38a3d5..
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit python-single-r1 cmake
-
-DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
-HOMEPAGE="https://lensfun.github.io;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   doc? (
-   app-doc/doxygen
-   dev-python/docutils
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.40
-   media-libs/libpng:0=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md docs/mounts.txt ChangeLog )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-0.3.2-warnings.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   

[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Sam James
commit: be1dd41177f0b5dd2064cc6d0c9c16e03a0379ce
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:31:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:31:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1dd411

media-libs/lensfun: Stabilize 0.3.4_rc1 arm, #904653

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 4cf43bebf8f2..2ce61028b871 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Sam James
commit: 78b3e02553027b32f1c461cb48ec3f6661ad1103
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b3e025

media-libs/lensfun: Stabilize 0.3.4_rc1 ppc, #904653

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 437048e528df..c03e1809014f 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Sam James
commit: cff39cc315f19a8e43019e7fd331401f3f2b86fc
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff39cc3

media-libs/lensfun: Stabilize 0.3.4_rc1 sparc, #904653

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index c03e1809014f..4cf43bebf8f2 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Sam James
commit: 6167cab2010e636eac445b28c2d13c71549852ee
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:25:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:25:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6167cab2

media-libs/lensfun: Stabilize 0.3.4_rc1 ppc64, #904653

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 9aad699b908b..437048e528df 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Sam James
commit: bc40e30449b6c8514a5625941db67904eed0bef9
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr 29 20:19:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr 29 20:19:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc40e304

media-libs/lensfun: Stabilize 0.3.4_rc1 arm64, #904653

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index f76f21c4e4f2..9aad699b908b 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Arthur Zamarin
commit: a30bb43c10e9ce9a54e22151d724726740788eb7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 18:16:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 18:16:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30bb43c

media-libs/lensfun: Stabilize 0.3.4_rc1 amd64, #904653

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index 9f0876f768de..f76f21c4e4f2 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-04-29 Thread Arthur Zamarin
commit: fefdc214612bddd55819ed86aafc68e0f7c0cd58
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 18:04:14 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 18:04:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fefdc214

media-libs/lensfun: Stabilize 0.3.4_rc1 x86, #904653

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
index cbdf5c801f2a..9f0876f768de 100644
--- a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${P/_rc/-RC}"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2023-02-07 Thread Andreas Sturmlechner
commit: d6f749554ffc0e3fb2294cc4d4178a9116d6eb4a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb  5 16:55:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb  7 18:00:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f74955

media-libs/lensfun: add 0.3.4_rc1

Closes: https://bugs.gentoo.org/893504
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/lensfun/Manifest |  1 +
 media-libs/lensfun/lensfun-0.3.4_rc1.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index d52c0e3e62ac..840f1fad16b7 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1 +1,2 @@
 DIST lensfun-0.3.3.tar.gz 992432 BLAKE2B 
174f9a34195ca8d7f09de43a2f0d1015bc766579607c44541f631142386a3b5c27c823f9f54f08d462946a0809610b6a87e61cd093b69339fa7d57d28cc833ae
 SHA512 
2d913e3d121ac069f4cb7acb3f09c9cf11c5d0069e743500631bd4b6007a1b19ebccf871a4ac8cfc2797a03066f8a678ea9d70feba0f7d6a05c28cef61f7d9cf
+DIST lensfun-0.3.4_rc1.tar.gz 1045616 BLAKE2B 
fee14b97dcda98be4e8a32443ff71347ba75e46192f8437be580cb6697f6ef2eca92ef57cfcb2de5bd87fe7ba96542a6b5551b12f50fec09a035c69d6f4b427f
 SHA512 
0d034c6996e5650b022d33a7e00ef7e0e00dfa99155aa62c6c3ab48b9ac936e46f812ceea46e2070514e2c77150a1d7c827831686b1cf73e2acf88b6b3dfb6c5

diff --git a/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild 
b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
new file mode 100644
index ..cbdf5c801f2a
--- /dev/null
+++ b/media-libs/lensfun/lensfun-0.3.4_rc1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit python-single-r1 cmake
+
+DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
+HOMEPAGE="https://lensfun.github.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/v${PV/_rc/-RC}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_rc/-RC}"
+
+LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.40
+   media-libs/libpng:0=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? (
+   app-doc/doxygen
+   dev-python/docutils
+   )
+"
+
+DOCS=( README.md docs/mounts.txt ChangeLog )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
+   -DSETUP_PY_INSTALL_PREFIX=/usr
+   -DBUILD_LENSTOOL=ON
+   -DBUILD_STATIC=OFF
+   -DBUILD_DOC=$(usex doc)
+   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse)
+   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   mkdir -p "${T}/db/lensfun" || die
+   cp data/db/* "${T}/db/lensfun/" || die
+
+   XDG_DATA_HOME="${T}/db" cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-22 Thread Andreas Sturmlechner
commit: 21678eee5675274df5ec8b8444211ffe6f8d8ad6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 21 08:08:11 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 22 20:04:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21678eee

media-libs/lensfun: drop 0.3.2-r1

Closes: https://bugs.gentoo.org/887563
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/lensfun/Manifest|  1 -
 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 65 --
 2 files changed, 66 deletions(-)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 34fb903338a0..d52c0e3e62ac 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1,2 +1 @@
-DIST lensfun-0.3.2.tar.gz 784825 BLAKE2B 
c77cd6b2f1bda0313a980fbd3bbc7ca9ad5ed0b9777cce924f66da5de3974ccfc8939d054c7a7532508b6b0913e2d436a825a83916800b625ff2c552c96a0ae3
 SHA512 
9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446
 DIST lensfun-0.3.3.tar.gz 992432 BLAKE2B 
174f9a34195ca8d7f09de43a2f0d1015bc766579607c44541f631142386a3b5c27c823f9f54f08d462946a0809610b6a87e61cd093b69339fa7d57d28cc833ae
 SHA512 
2d913e3d121ac069f4cb7acb3f09c9cf11c5d0069e743500631bd4b6007a1b19ebccf871a4ac8cfc2797a03066f8a678ea9d70feba0f7d6a05c28cef61f7d9cf

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
deleted file mode 100644
index 0cf6eb2b6e13..
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-single-r1 cmake
-
-DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
-HOMEPAGE="https://lensfun.github.io;
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   doc? (
-   app-doc/doxygen
-   dev-python/docutils
-   )
-"
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.40
-   media-libs/libpng:0=
-   sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.md docs/mounts.txt ChangeLog )
-
-PATCHES=(
-   "${FILESDIR}/${P}-warnings.patch"
-)
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
-   -DBUILD_LENSTOOL=ON
-   -DBUILD_STATIC=OFF
-   -DBUILD_DOC=$(usex doc)
-   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse)
-   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
-   -DBUILD_TESTS=$(usex test)
-   )
-   cmake_src_configure
-}
-
-src_test() {
-   mkdir -p "${T}/db/lensfun" || die
-   cp data/db/* "${T}/db/lensfun/" || die
-
-   XDG_DATA_HOME="${T}/db" cmake_src_test
-}
-
-src_install() {
-   cmake_src_install
-   python_optimize
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: 2da2f0caacf4fa7c8ee57c35f5b1c08d1eb7ad70
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec 21 00:19:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec 21 00:19:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da2f0ca

media-libs/lensfun: Stabilize 0.3.3 arm64, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index 42aa2fab672c..236610d0ca72 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: f959480259babb966beca58f6e2ae63bf0233aa7
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 23:56:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 23:56:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9594802

media-libs/lensfun: Stabilize 0.3.3 x86, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index 62e49e14..b48e538be02c 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: 8cc793e198b5b58740b5fb8e0200dada1a9e3f1d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 23:56:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 23:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cc793e1

media-libs/lensfun: Stabilize 0.3.3 amd64, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index b48e538be02c..42aa2fab672c 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: 916808059bec6976e8db9025a980798ca8b17402
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 23:29:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 23:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91680805

media-libs/lensfun: Stabilize 0.3.3 sparc, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index 353254c16128..350710de5b17 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: 8efee8e4e1e172273cb03afe2357600130acb779
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 23:29:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 23:29:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efee8e4

media-libs/lensfun: Stabilize 0.3.3 arm, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index 350710de5b17..62e49e14 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: b09d1af11e6c338da09ee861e22607cf9f84c795
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 23:27:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 23:27:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09d1af1

media-libs/lensfun: Stabilize 0.3.3 ppc, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index c6cc790cee55..275e0f294905 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-12-20 Thread Sam James
commit: 35def06abd14be3b4640d0ccc8ab41e13385d924
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 20 23:27:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 20 23:27:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35def06a

media-libs/lensfun: Stabilize 0.3.3 ppc64, #887563

Signed-off-by: Sam James  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index 275e0f294905..353254c16128 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-11-30 Thread WANG Xuerui
commit: 9ca1526cbc40f15d2a2b7b0a74a3fb9eb3f5a681
Author: WANG Xuerui  gentoo  org>
AuthorDate: Wed Nov 30 12:15:11 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Dec  1 02:44:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca1526c

media-libs/lensfun: keyword 0.3.3 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 media-libs/lensfun/lensfun-0.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
index 8911ea725f13..c6cc790cee55 100644
--- a/media-libs/lensfun/lensfun-0.3.3.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-03-05 Thread Andreas K. Hüttel
commit: 307546f675180e3ad64c3a5cfc3bd34f37088d0e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Fri Mar  4 23:47:09 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Mar  5 22:39:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307546f6

media-libs/lensfun: Version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-libs/lensfun/Manifest |  1 +
 media-libs/lensfun/lensfun-0.3.3.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 3c89adacf4f9..34fb903338a0 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1 +1,2 @@
 DIST lensfun-0.3.2.tar.gz 784825 BLAKE2B 
c77cd6b2f1bda0313a980fbd3bbc7ca9ad5ed0b9777cce924f66da5de3974ccfc8939d054c7a7532508b6b0913e2d436a825a83916800b625ff2c552c96a0ae3
 SHA512 
9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446
+DIST lensfun-0.3.3.tar.gz 992432 BLAKE2B 
174f9a34195ca8d7f09de43a2f0d1015bc766579607c44541f631142386a3b5c27c823f9f54f08d462946a0809610b6a87e61cd093b69339fa7d57d28cc833ae
 SHA512 
2d913e3d121ac069f4cb7acb3f09c9cf11c5d0069e743500631bd4b6007a1b19ebccf871a4ac8cfc2797a03066f8a678ea9d70feba0f7d6a05c28cef61f7d9cf

diff --git a/media-libs/lensfun/lensfun-0.3.3.ebuild 
b/media-libs/lensfun/lensfun-0.3.3.ebuild
new file mode 100644
index ..8911ea725f13
--- /dev/null
+++ b/media-libs/lensfun/lensfun-0.3.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-single-r1 cmake
+
+DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
+HOMEPAGE="https://lensfun.github.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   doc? (
+   app-doc/doxygen
+   dev-python/docutils
+   )
+"
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.40
+   media-libs/libpng:0=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( README.md docs/mounts.txt ChangeLog )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.3.2-warnings.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
+   -DSETUP_PY_INSTALL_PREFIX=/usr
+   -DBUILD_LENSTOOL=ON
+   -DBUILD_STATIC=OFF
+   -DBUILD_DOC=$(usex doc)
+   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse)
+   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
+   -DBUILD_TESTS=$(usex test)
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   mkdir -p "${T}/db/lensfun" || die
+   cp data/db/* "${T}/db/lensfun/" || die
+
+   XDG_DATA_HOME="${T}/db" cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+   python_optimize
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2022-02-28 Thread Andreas K. Hüttel
commit: 40eae953139d1750676d102aa39e68c4e8b970b9
Author: Thomas Bettler  gmail  com>
AuthorDate: Fri Dec 17 10:02:13 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Feb 28 23:17:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eae953

media-libs/lensfun: add python 3.10

Closes: https://bugs.gentoo.org/829423
Closes: https://github.com/gentoo/gentoo/pull/23364
Signed-off-by: Thomas Bettler  gmail.com>
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 1853d83462d2..0cf6eb2b6e13 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit python-single-r1 cmake
 
 DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2021-02-27 Thread Andreas K. Hüttel
commit: 963e2e4d3b72cb01af2a0b3d77a702911026fa69
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 10 10:36:35 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Feb 27 21:12:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963e2e4d

media-libs/lensfun: python3_9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index fe03c97849c..dab6beaee63 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 inherit python-single-r1 cmake
 
 DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/files/, media-libs/lensfun/

2020-09-20 Thread Andreas K. Hüttel
commit: 70f7e67a191e3ac05a2c7df1c4ecdaf766e4f38d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Sep 20 09:40:29 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Sep 20 09:40:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f7e67a

media-libs/lensfun: Fix warnings that clang turns into errors

Closes: https://bugs.gentoo.org/740072
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../lensfun/files/lensfun-0.3.2-warnings.patch | 48 ++
 media-libs/lensfun/lensfun-0.3.2-r1.ebuild |  4 ++
 2 files changed, 52 insertions(+)

diff --git a/media-libs/lensfun/files/lensfun-0.3.2-warnings.patch 
b/media-libs/lensfun/files/lensfun-0.3.2-warnings.patch
new file mode 100644
index 000..a1aad34d9d2
--- /dev/null
+++ b/media-libs/lensfun/files/lensfun-0.3.2-warnings.patch
@@ -0,0 +1,48 @@
+Adapted from upstream commit
+
+From 694542f350fc7c9ccafa2d9acb4d4e00e690cbdc Mon Sep 17 00:00:00 2001
+From: Sebastian Kraft 
+Date: Thu, 22 Dec 2016 18:51:29 +0100
+Subject: [PATCH] Fix some warnings which were introduced when swithcing to
+ C++11 mode
+
+---
+ libs/lensfun/cpuid.cpp  | 4 ++--
+ libs/lensfun/mod-pc.cpp | 8 
+ tests/test_modifier.cpp | 4 ++--
+ 3 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/libs/lensfun/cpuid.cpp b/libs/lensfun/cpuid.cpp
+index c435f8ac..d2d63972 100644
+--- a/libs/lensfun/cpuid.cpp
 b/libs/lensfun/cpuid.cpp
+@@ -92,9 +92,9 @@ guint _lf_detect_cpu_features ()
+ {
+ #define cpuid(cmd) \
+ __asm volatile ( \
+-"push %%"R_BX"\n" \
++"push %%" R_BX "\n" \
+ "cpuid\n" \
+-"pop %%"R_BX"\n" \
++"pop %%" R_BX "\n" \
+: "=a" (ax), "=c" (cx),  "=d" (dx) \
+: "0" (cmd))
+ 
+diff --git a/tests/test_modifier.cpp b/tests/test_modifier.cpp
+index f087917c..ffa3d4d7 100644
+--- a/tests/test_modifier.cpp
 b/tests/test_modifier.cpp
+@@ -78,8 +78,8 @@ void test_mod_projection_center(lfFixture* lfFix, 
gconstpointer data)
+ // check if output becomes NaN when processing geometry conversion
+ void test_mod_projection_borders(lfFixture* lfFix, gconstpointer data)
+ {
+-float in[2]  = {lfFix->img_width, lfFix->img_height};
+-float in2[2] = {(lfFix->img_width-1)/2, (lfFix->img_height-1)/2};
++float in[2]  = {(float) lfFix->img_width, (float) lfFix->img_height};
++float in2[2] = {(float) (lfFix->img_width-1)/2, (float) 
(lfFix->img_height-1)/2};
+ float res[2] = {0, 0};
+ 
+ lfLensType geom_types [] = {LF_RECTILINEAR, LF_PANORAMIC, 
LF_EQUIRECTANGULAR, LF_FISHEYE_STEREOGRAPHIC, LF_FISHEYE, LF_FISHEYE_EQUISOLID, 
LF_FISHEYE_ORTHOGRAPHIC, LF_FISHEYE_THOBY, LF_UNKNOWN};
+-- 
+2.26.2
+

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 528d11db736..ef48ba8d722 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -34,6 +34,10 @@ DEPEND="${RDEPEND}"
 
 DOCS=( README.md docs/mounts.txt ChangeLog )
 
+PATCHES=(
+   "${FILESDIR}/${P}-warnings.patch"
+)
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2020-06-18 Thread Markus Meier
commit: 7180e1bf99830b7f6d67b5243b18377e888b35aa
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Jun 18 17:54:04 2020 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Jun 18 17:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7180e1bf

media-libs/lensfun: add myself as maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Markus Meier  gentoo.org>

 media-libs/lensfun/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/media-libs/lensfun/metadata.xml b/media-libs/lensfun/metadata.xml
index 47129c22689..6c19237136f 100644
--- a/media-libs/lensfun/metadata.xml
+++ b/media-libs/lensfun/metadata.xml
@@ -5,6 +5,10 @@
dilfri...@gentoo.org
Andreas K. Huettel

+   
+   mae...@gentoo.org
+   Markus Meier
+   

 The project provides a database of photographic lenses and a library that 
allows advanced access to the database including functions to correct images 
based on intimate knowledge of lens characteristics and calibration data.
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2020-06-06 Thread Andreas K. Hüttel
commit: b9921b44584a4ebdde3ffdb31427ca4e3b04b32f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Jun  6 23:17:21 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Jun  6 23:17:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9921b44

media-libs/lensfun: Take package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 media-libs/lensfun/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-libs/lensfun/metadata.xml b/media-libs/lensfun/metadata.xml
index 32475a5610a..47129c22689 100644
--- a/media-libs/lensfun/metadata.xml
+++ b/media-libs/lensfun/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   dilfri...@gentoo.org
+   Andreas K. Huettel
+   

 The project provides a database of photographic lenses and a library that 
allows advanced access to the database including functions to correct images 
based on intimate knowledge of lens characteristics and calibration data.
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2020-04-25 Thread Andreas Sturmlechner
commit: 381d06c87ed0cae4d3ad12073331eb0d940a0190
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 25 11:41:20 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 25 12:37:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381d06c8

media-libs/lensfun: EAPI-7 bump, use cmake.eclass, python3_8

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 38 +-
 1 file changed, 22 insertions(+), 16 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index be3d497432b..528d11db736 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -1,11 +1,10 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit python-single-r1 cmake-utils
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit python-single-r1 cmake
 
 DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
 HOMEPAGE="https://lensfun.github.io;
@@ -15,26 +14,29 @@ LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
 RESTRICT="!test? ( test )"
 
-RDEPEND="${PYTHON_DEPS}
-   >=dev-libs/glib-2.40
-   media-libs/libpng:0=
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}
+BDEPEND="
doc? (
app-doc/doxygen
dev-python/docutils
-   )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+   )
+"
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.40
+   media-libs/libpng:0=
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
 
 DOCS=( README.md docs/mounts.txt ChangeLog )
 
 src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir)
-DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
-DBUILD_LENSTOOL=ON
-DBUILD_STATIC=OFF
@@ -43,13 +45,17 @@ src_configure() {
-DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
-DBUILD_TESTS=$(usex test)
)
-
-   cmake-utils_src_configure
+   cmake_src_configure
 }
 
 src_test() {
mkdir -p "${T}/db/lensfun" || die
cp data/db/* "${T}/db/lensfun/" || die
 
-   XDG_DATA_HOME="${T}/db" cmake-utils_src_test
+   XDG_DATA_HOME="${T}/db" cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+   python_optimize
 }



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2019-10-06 Thread Alexey Shvetsov
commit: 23aaf824cb6e12d0ab237bb2df1e98bdf78c24a4
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sun Oct  6 13:26:58 2019 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sun Oct  6 13:26:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23aaf824

media-libs/lensfun: Upstream now on github

Also add python3.7

Closes: https://bugs.gentoo.org/688112
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov  gentoo.org>

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 6 +++---
 media-libs/lensfun/metadata.xml| 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 31a03baf4c3..ffd96e4ab0c 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit python-single-r1 cmake-utils
 
 DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
-HOMEPAGE="http://lensfun.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+HOMEPAGE="https://lensfun.github.io;
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"

diff --git a/media-libs/lensfun/metadata.xml b/media-libs/lensfun/metadata.xml
index 02bc5f156b7..89c819c3b10 100644
--- a/media-libs/lensfun/metadata.xml
+++ b/media-libs/lensfun/metadata.xml
@@ -9,6 +9,6 @@
 The project provides a database of photographic lenses and a library that 
allows advanced access to the database including functions to correct images 
based on intimate knowledge of lens characteristics and calibration data.
 

-   lensfun
+   lensfun/lensfun

 



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2019-05-21 Thread Aaron Bauman
commit: 0ede94475ce9f7c32a79ff69cb4e25be567cf20d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue May 21 06:27:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue May 21 06:31:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede9447

media-libs/lensfun: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 5c63f0e17be..31a03baf4c3 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-05-20 Thread Andreas Sturmlechner
commit: 7d1737f7b6898b5bdef9d2583b7cd395ef5e241b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 20 16:32:32 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 20 19:09:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d1737f7

media-libs/lensfun: Drop old

Closes: https://bugs.gentoo.org/647060
Package-Manager: Portage-2.3.38, Repoman-2.3.9

 media-libs/lensfun/Manifest |  1 -
 media-libs/lensfun/lensfun-0.3.1.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index c74ecac76b9..3c89adacf4f 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1,2 +1 @@
-DIST lensfun-0.3.1.tar.gz 761892 BLAKE2B 
cbba497195a0efda181c67fa8e501d4efe7db4da153ff59563d9695d93709615bc098b94ef1e933708c8ec82330ecfb427066ada255e78fdf7316d4ebdb9712c
 SHA512 
cd0f142bb7d6aa154f587d89502da35473a7a02660246bd025ccd5d1982f55425359405898e11ce9094351ad44a2d6786b9ff07d227f75699e99e4de8f40938c
 DIST lensfun-0.3.2.tar.gz 784825 BLAKE2B 
c77cd6b2f1bda0313a980fbd3bbc7ca9ad5ed0b9777cce924f66da5de3974ccfc8939d054c7a7532508b6b0913e2d436a825a83916800b625ff2c552c96a0ae3
 SHA512 
9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
deleted file mode 100644
index 92566cc335f..000
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-single-r1 cmake-utils
-
-DESCRIPTION="lensfun: A library for rectifying and simulating photographic 
lens distortions"
-HOMEPAGE="http://lensfun.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
-
-RDEPEND=">=dev-libs/glib-2.28
-   media-libs/libpng:0=
-   sys-libs/zlib:=
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-python/docutils
-   )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=( README docs/mounts.txt ChangeLog )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
-   -DBUILD_AUXFUN=ON
-   $(cmake-utils_use_build doc)
-   $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE)
-   $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2)
-   $(cmake-utils_use_build test TESTS)
-   -DBUILD_STATIC=OFF
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-04-15 Thread Andreas Sturmlechner
commit: 1351834225d8f0a8afd4506ba4d820c4beb2077b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 15 16:51:39 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 15 17:15:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13518342

media-libs/lensfun: Drop 0.3.2 (r0)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-libs/lensfun/lensfun-0.3.2.ebuild | 47 -
 1 file changed, 47 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild 
b/media-libs/lensfun/lensfun-0.3.2.ebuild
deleted file mode 100644
index 721fa87f2f6..000
--- a/media-libs/lensfun/lensfun-0.3.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-
-inherit multilib python-single-r1 cmake-utils
-
-DESCRIPTION="lensfun: A library for rectifying and simulating photographic 
lens distortions"
-HOMEPAGE="http://lensfun.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
-
-RDEPEND=">=dev-libs/glib-2.28
-   media-libs/libpng:0=
-   sys-libs/zlib:=
-   ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-python/docutils
-   )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DOCS=( README.md docs/mounts.txt ChangeLog )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
-   -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
-   -DBUILD_AUXFUN=ON
-   -DBUILD_DOC=$(usex doc ON OFF)
-   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF)
-   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)
-   -DBUILD_TESTS=$(usex test ON OFF)
-   -DBUILD_STATIC=OFF
-   )
-
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-04-07 Thread Sergei Trofimovich
commit: 4afdf5ed90fb0ccbff008d6546edbc6c0ef15d59
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 12:04:57 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 12:04:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4afdf5ed

media-libs/lensfun: stable 0.3.2-r1 for ppc, bug #647060

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 14f85f0b818..cc4ef4da7f4 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-04-02 Thread Markus Meier
commit: e8111bd49201ecfe16badac5f03fe984d7022d07
Author: Markus Meier  gentoo  org>
AuthorDate: Mon Apr  2 08:32:56 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Mon Apr  2 08:32:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8111bd4

media-libs/lensfun: arm stable, bug #647060

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index ca461bbb422..14f85f0b818 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-04-01 Thread Sergei Trofimovich
commit: 19774b9d91e1ffa47f0b9459097db698363165a4
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  1 08:35:41 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  1 11:07:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19774b9d

media-libs/lensfun: stable 0.3.2-r1 for sparc

Bug: https://bugs.gentoo.org/647060
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 6f2a4369404..ca461bbb422 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-03-31 Thread Sergei Trofimovich
commit: 1e8b177e382a065262a9756a07f048abf342b1fe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 31 10:58:01 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 31 10:58:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e8b177e

media-libs/lensfun: stable 0.3.2-r1 for ppc64, bug #647060

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index f1224dbbdf8..6f2a4369404 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc 
x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-03-05 Thread Tobias Klausmann
commit: f8ce04470e051421b524901349a62f4437f93ee6
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 10:36:13 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 10:36:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ce0447

media-libs/lensfun-0.3.2-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/647060

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 1a7287be7eb..f1224dbbdf8 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-03-02 Thread Jason Zaman
commit: 5ba023321383ec578f0f00c5ab4060866399690a
Author: Jason Zaman  gentoo  org>
AuthorDate: Fri Mar  2 14:02:14 2018 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Fri Mar  2 14:14:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba02332

media-libs/lensfun: amd64 stable

Gentoo-bug: 647060
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 484e3defb41..c0ff54fac3f 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-02-27 Thread Markus Meier
commit: 57481f37a9cd686213354476a54cb10f2ab8449f
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Feb 27 16:47:34 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Feb 27 16:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57481f37

media-libs/lensfun: fix tests to not use installed db, bug #571516

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 51d279fe342..484e3defb41 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -45,3 +45,10 @@ src_configure() {
 
cmake-utils_src_configure
 }
+
+src_test() {
+   mkdir -p "${T}/db/lensfun" || die
+   cp data/db/* "${T}/db/lensfun/" || die
+
+   XDG_DATA_HOME="${T}/db" cmake-utils_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2018-02-24 Thread Sergei Trofimovich
commit: c1d948199a52516c40400260c23ec4deae7c5a50
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb 24 09:41:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb 24 09:41:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d94819

media-libs/lensfun: stable 0.3.2-r1 for ia64, bug #647060

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 3085e81fe23..51d279fe342 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND="${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2017-12-25 Thread Andreas Sturmlechner
commit: d3b9000b9cf5b1d1bdee9f02999289692befd6b1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 25 23:09:01 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 25 23:13:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3b9000b

media-libs/lensfun: Fix cmake flags, bump to EAPI 6

Thanks-to: Alexander Miller  gmx.de>
Closes: https://bugs.gentoo.org/629578
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 47 ++
 1 file changed, 47 insertions(+)

diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild 
b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
new file mode 100644
index 000..3085e81fe23
--- /dev/null
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit python-single-r1 cmake-utils
+
+DESCRIPTION="Library for rectifying and simulating photographic lens 
distortions"
+HOMEPAGE="http://lensfun.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
+
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.40
+   media-libs/libpng:0=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   dev-python/docutils
+   )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=( README.md docs/mounts.txt ChangeLog )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_DOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
+   -DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/$(get_libdir)
+   -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
+   -DBUILD_LENSTOOL=ON
+   -DBUILD_STATIC=OFF
+   -DBUILD_DOC=$(usex doc)
+   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse)
+   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2)
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2017-06-18 Thread Alexis Ballier
commit: ce9e9e004620ea56ffc7cfa970a2c03ec9291886
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Jun 17 14:52:54 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Jun 18 09:51:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9e9e00

media-libs/lensfun: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-libs/lensfun/lensfun-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild 
b/media-libs/lensfun/lensfun-0.3.2.ebuild
index a6aff26cf5a..721fa87f2f6 100644
--- a/media-libs/lensfun/lensfun-0.3.2.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2017-05-28 Thread Markus Meier
commit: 12ebfda1e70d2aefd8e48f028939ffe85fe00762
Author: Markus Meier  gentoo  org>
AuthorDate: Sun May 28 09:26:24 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun May 28 09:26:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ebfda1

media-libs/lensfun: add python 3.6 support and fix python install prefix, bug 
#618134

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 media-libs/lensfun/lensfun-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild 
b/media-libs/lensfun/lensfun-0.3.2.ebuild
index 2b755ccd749..a6aff26cf5a 100644
--- a/media-libs/lensfun/lensfun-0.3.2.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit multilib python-single-r1 cmake-utils
 
@@ -34,7 +34,7 @@ src_configure() {
local mycmakeargs=(
-DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
-   -DSETUP_PY_INSTALL_PREFIX="${ED}"/$(python_get_sitedir)
+   -DSETUP_PY_INSTALL_PREFIX="${ED}"/usr
-DBUILD_AUXFUN=ON
-DBUILD_DOC=$(usex doc ON OFF)
-DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF)



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/files/, media-libs/lensfun/

2016-01-12 Thread Markus Meier
commit: 2ef3e2a81df0af9e2bc420859a702f90d4904c72
Author: Markus Meier  gentoo  org>
AuthorDate: Tue Jan 12 20:25:56 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Tue Jan 12 20:25:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef3e2a8

media-libs/lensfun: remove old

Package-Manager: portage-2.2.26

 media-libs/lensfun/Manifest|  1 -
 .../lensfun/files/lensfun-0.3.0-rst2man.patch  | 12 --
 media-libs/lensfun/lensfun-0.3.0.ebuild| 48 --
 3 files changed, 61 deletions(-)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 556fd47..b7f089a 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1,3 +1,2 @@
-DIST lensfun-0.3.0.tar.bz2 636694 SHA256 
c2c3c03873cb549d49d42f118fcb0ffa95d1e45b9ff395e19facb63bf699bec1 SHA512 
2b0a57b3ae48401908d51372814424c1076d4219400935990af917f131e34261c44122773114c045a39db9062d6a0146cd44e20e3942d2bf3c281a5cc1494cc7
 WHIRLPOOL 
898b19dcfc70e8721bba45a8782f9e33a17180ab4ce21eef06b874f1bcf76bc0cae8231fdcff797ceb0bdd086266a42a47ebe6d63d20d0595aee11bbe713484a
 DIST lensfun-0.3.1.tar.gz 761892 SHA256 
216c23754212e051c8b834437e46af3812533bd770c09714e8c06c9d91cdb535 SHA512 
cd0f142bb7d6aa154f587d89502da35473a7a02660246bd025ccd5d1982f55425359405898e11ce9094351ad44a2d6786b9ff07d227f75699e99e4de8f40938c
 WHIRLPOOL 
f71fc6452253dd4bb5f40cab8079bdb7a0d36a0ef1ad969261c997ce2b944f4ffd8116b3f4f522567c630099bb84b5cb8b4a57f5ea7141e2b8a0cdc2ceab5c20
 DIST lensfun-0.3.2.tar.gz 784825 SHA256 
ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331 SHA512 
9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446
 WHIRLPOOL 
d9e79ed01d75e6653bb82017a8ee683a56eabae71bc229f55e2572fc96dcf0d9e081ce84e47171b423b149a41a3bf0f4157709243d0e27b2fd68b2efb6eff17c

diff --git a/media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch 
b/media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch
deleted file mode 100644
index 1f2382f..000
--- a/media-libs/lensfun/files/lensfun-0.3.0-rst2man.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r -U1 lensfun-0.3.0.orig/docs/CMakeLists.txt 
lensfun-0.3.0/docs/CMakeLists.txt
 lensfun-0.3.0.orig/docs/CMakeLists.txt 2014-10-01 00:37:34.0 
+0700
-+++ lensfun-0.3.0/docs/CMakeLists.txt  2014-10-08 15:50:44.135182005 +0700
-@@ -28,5 +28,5 @@
-   TARGET man
--  COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/g-lensfun-update-data.1.rst 
> ${CMAKE_CURRENT_BINARY_DIR}/g-lensfun-update-data.1
--  COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-update-data.1.rst > 
${CMAKE_CURRENT_BINARY_DIR}/lensfun-update-data.1
--  COMMAND rst2man ${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-add-adapter.1.rst > 
${CMAKE_CURRENT_BINARY_DIR}/lensfun-add-adapter.1
-+  COMMAND rst2man.py 
${CMAKE_CURRENT_SOURCE_DIR}/man/g-lensfun-update-data.1.rst > 
${CMAKE_CURRENT_BINARY_DIR}/g-lensfun-update-data.1
-+  COMMAND rst2man.py 
${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-update-data.1.rst > 
${CMAKE_CURRENT_BINARY_DIR}/lensfun-update-data.1
-+  COMMAND rst2man.py 
${CMAKE_CURRENT_SOURCE_DIR}/man/lensfun-add-adapter.1.rst > 
${CMAKE_CURRENT_BINARY_DIR}/lensfun-add-adapter.1
-   WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"

diff --git a/media-libs/lensfun/lensfun-0.3.0.ebuild 
b/media-libs/lensfun/lensfun-0.3.0.ebuild
deleted file mode 100644
index 57dc113..000
--- a/media-libs/lensfun/lensfun-0.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit multilib python-single-r1 cmake-utils
-
-DESCRIPTION="lensfun: A library for rectifying and simulating photographic 
lens distortions"
-HOMEPAGE="http://lensfun.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2"
-
-RDEPEND=">=dev-libs/glib-2.28
-   media-libs/libpng:0=
-   sys-libs/zlib:="
-DEPEND="${RDEPEND}
-   doc? (
-   app-doc/doxygen
-   dev-python/docutils
-   )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-PATCHES=( "${FILESDIR}"/${P}-rst2man.patch )
-
-DOCS=( README docs/mounts.txt ChangeLog )
-
-src_configure() {
-   local mycmakeargs=(
-   -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
-   -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
-   -DBUILD_AUXFUN=ON
-   $(cmake-utils_use_build doc)
-   $(cmake-utils_use_build cpu_flags_x86_sse FOR_SSE)
-   $(cmake-utils_use_build cpu_flags_x86_sse2 FOR_SSE2)
-   -DBUILD_STATIC=OFF
-   -DBUILD_TESTS=OFF
-   )
-
-  

[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2016-01-11 Thread Agostino Sarubbo
commit: 8c86c1cdca019884e7b667ae0f1b61a4afbcdfaa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jan 11 09:06:55 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jan 11 09:06:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c86c1cd

media-libs/lensfun: ia64 stable wrt bug #566390

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index 064c6ac..95c3e2a 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2016-01-08 Thread Agostino Sarubbo
commit: 86a9e7f220b70c4366b8864d74eca70c7a45f58b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jan  9 06:43:27 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jan  9 06:43:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a9e7f2

media-libs/lensfun: sparc stable wrt bug #566390

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index d148671..064c6ac 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-12-07 Thread Agostino Sarubbo
commit: 39f4034ae245eb84b77befcf69a858a3cd05e9b4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  7 11:39:49 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  7 11:40:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f4034a

media-libs/lensfun: ppc stable wrt bug #566390

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index 089bc78..d148671 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-12-05 Thread Jeroen Roovers
commit: 3e7605fa4713639e339d44bea9e54006e0bd00b1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 09:27:51 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:12:49 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7605fa

media-libs/lensfun: Stable for PPC64 (bug #566390).

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index f266bac..87bff42 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-12-05 Thread Jeroen Roovers
commit: 68fdcaec1464b8993ece60527ccdca3abd93dbf8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Dec  5 10:12:29 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Dec  5 10:12:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fdcaec

media-libs/lensfun: Stable for HPPA (bug #566390).

Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index 87bff42..089bc78 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-12-03 Thread Agostino Sarubbo
commit: b89a5a23474162eb58d8697cae11d5b1355f4616
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec  3 13:26:47 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec  3 13:26:47 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89a5a23

media-libs/lensfun: x86 stable wrt bug #566390

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index cc0e5e4..f266bac 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-11-29 Thread Markus Meier
commit: 55086c1d2aef3d81fa6e4753e5d0f8feacf9091e
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 29 19:08:24 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 29 19:08:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55086c1d

media-libs/lensfun: arm stable, bug #566390

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index 199c39c..cc0e5e4 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-11-23 Thread Agostino Sarubbo
commit: d4379adc7754b1d72b307b5e9f33a196f275e87b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 23 08:50:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 23 08:50:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4379adc

media-libs/lensfun: amd64 stable wrt bug #566390

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index aa32d5e..a3094b3 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-11-23 Thread Agostino Sarubbo
commit: 31cdf4ec6af7bf3047bfb16ecd1adfffcef167d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 23 09:25:18 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 23 09:25:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cdf4ec

media-libs/lensfun: alpha stable wrt bug #566390

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="alpha"

 media-libs/lensfun/lensfun-0.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/lensfun/lensfun-0.3.1.ebuild 
b/media-libs/lensfun/lensfun-0.3.1.ebuild
index a3094b3..199c39c 100644
--- a/media-libs/lensfun/lensfun-0.3.1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
 
 RDEPEND=">=dev-libs/glib-2.28



[gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/

2015-11-21 Thread Markus Meier
commit: 609f3bc64037ab3c1e57e8ea068dae22ecf1bd2f
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Nov 21 14:34:00 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Nov 21 14:34:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609f3bc6

media-libs/lensfun: version bump, bug #565906

Reported by DrSlony
Bug: 565906

Package-Manager: portage-2.2.25

 media-libs/lensfun/Manifest |  1 +
 media-libs/lensfun/lensfun-0.3.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/media-libs/lensfun/Manifest b/media-libs/lensfun/Manifest
index 01a09e2..556fd47 100644
--- a/media-libs/lensfun/Manifest
+++ b/media-libs/lensfun/Manifest
@@ -1,2 +1,3 @@
 DIST lensfun-0.3.0.tar.bz2 636694 SHA256 
c2c3c03873cb549d49d42f118fcb0ffa95d1e45b9ff395e19facb63bf699bec1 SHA512 
2b0a57b3ae48401908d51372814424c1076d4219400935990af917f131e34261c44122773114c045a39db9062d6a0146cd44e20e3942d2bf3c281a5cc1494cc7
 WHIRLPOOL 
898b19dcfc70e8721bba45a8782f9e33a17180ab4ce21eef06b874f1bcf76bc0cae8231fdcff797ceb0bdd086266a42a47ebe6d63d20d0595aee11bbe713484a
 DIST lensfun-0.3.1.tar.gz 761892 SHA256 
216c23754212e051c8b834437e46af3812533bd770c09714e8c06c9d91cdb535 SHA512 
cd0f142bb7d6aa154f587d89502da35473a7a02660246bd025ccd5d1982f55425359405898e11ce9094351ad44a2d6786b9ff07d227f75699e99e4de8f40938c
 WHIRLPOOL 
f71fc6452253dd4bb5f40cab8079bdb7a0d36a0ef1ad969261c997ce2b944f4ffd8116b3f4f522567c630099bb84b5cb8b4a57f5ea7141e2b8a0cdc2ceab5c20
+DIST lensfun-0.3.2.tar.gz 784825 SHA256 
ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331 SHA512 
9c6f546fa70e6dc692e66ef378447345be6d3383812934780d326d772d775c1918cbf3447cd91c067655044cf659025763bf47ba2d938a82a3c2de4d60127446
 WHIRLPOOL 
d9e79ed01d75e6653bb82017a8ee683a56eabae71bc229f55e2572fc96dcf0d9e081ce84e47171b423b149a41a3bf0f4157709243d0e27b2fd68b2efb6eff17c

diff --git a/media-libs/lensfun/lensfun-0.3.2.ebuild 
b/media-libs/lensfun/lensfun-0.3.2.ebuild
new file mode 100644
index 000..92943a8
--- /dev/null
+++ b/media-libs/lensfun/lensfun-0.3.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python3_{3,4,5} )
+
+inherit multilib python-single-r1 cmake-utils
+
+DESCRIPTION="lensfun: A library for rectifying and simulating photographic 
lens distortions"
+HOMEPAGE="http://lensfun.sourceforge.net/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3 CC-BY-SA-3.0" # See README for reasoning.
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+IUSE="doc cpu_flags_x86_sse cpu_flags_x86_sse2 test"
+
+RDEPEND=">=dev-libs/glib-2.28
+   media-libs/libpng:0=
+   sys-libs/zlib:="
+DEPEND="${RDEPEND}
+   doc? (
+   app-doc/doxygen
+   dev-python/docutils
+   )"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=( README.md docs/mounts.txt ChangeLog )
+
+src_configure() {
+   local mycmakeargs=(
+   -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
+   -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
+   -DSETUP_PY_INSTALL_PREFIX="${ED}"/$(python_get_sitedir)
+   -DBUILD_AUXFUN=ON
+   -DBUILD_DOC=$(usex doc ON OFF)
+   -DBUILD_FOR_SSE=$(usex cpu_flags_x86_sse ON OFF)
+   -DBUILD_FOR_SSE2=$(usex cpu_flags_x86_sse2 ON OFF)
+   -DBUILD_TESTS=$(usex test ON OFF)
+   -DBUILD_STATIC=OFF
+   )
+
+   cmake-utils_src_configure
+}