lensfun: 0.3.3 -> 0.3.4

This commit is contained in:
Tim Biermann 2023-07-12 22:55:54 +02:00
parent d0c54bf654
commit a14ba50579
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 10 additions and 9 deletions

View File

@ -8,13 +8,13 @@ drwxr-xr-x root/root usr/include/lensfun/
-rw-r--r-- root/root usr/include/lensfun/lensfun.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/liblensfun.so -> liblensfun.so.1
-rwxr-xr-x root/root usr/lib/liblensfun.so.0.3.3
lrwxrwxrwx root/root usr/lib/liblensfun.so.1 -> liblensfun.so.0.3.3
-rwxr-xr-x root/root usr/lib/liblensfun.so.0.3.4
lrwxrwxrwx root/root usr/lib/liblensfun.so.1 -> liblensfun.so.0.3.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/lensfun.pc
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/lensfun-0.3.3-py3.10.egg
-rw-r--r-- root/root usr/lib/python3.10/site-packages/lensfun-0.3.4-py3.10.egg
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/lensfun/
drwxr-xr-x root/root usr/share/lensfun/version_1/
@ -51,6 +51,7 @@ drwxr-xr-x root/root usr/share/lensfun/version_1/
-rw-r--r-- root/root usr/share/lensfun/version_1/mil-tokina.xml
-rw-r--r-- root/root usr/share/lensfun/version_1/mil-zeiss.xml
-rw-r--r-- root/root usr/share/lensfun/version_1/misc.xml
-rw-r--r-- root/root usr/share/lensfun/version_1/om-system.xml
-rw-r--r-- root/root usr/share/lensfun/version_1/rf-leica.xml
-rw-r--r-- root/root usr/share/lensfun/version_1/slr-canon.xml
-rw-r--r-- root/root usr/share/lensfun/version_1/slr-hasselblad.xml

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34wNsWkof9vCuncnKV0aCfWVwyAtz2qRSWYkM3mdG5l70xhxG1YPuYfwlmd0eDJM0BL6pGAJC3fujO7+7226rgw=
SHA256 (Pkgfile) = 6e9e88e14dd263f1e08d4d64322acf59f9b5b7ac8dee04ecb23371f44910d357
SHA256 (.footprint) = 7633180415beef7a4fd6b01462906623ebb0ab6ff6219c1ad29870a3c2140fa5
SHA256 (lensfun-0.3.3.tar.gz) = 57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765
RWSagIOpLGJF3wrxrMILygOkAdLm3jBDFca4ESNiKk7vnZwn8ALKROa6vYW86n+mLMYjdnJgHqOa9zu7ZA45GFGmMvqBHm9C6Ac=
SHA256 (Pkgfile) = 2e06ce308bb2d35deb1fcd7efa704ae09e31925a08e2b29b37119adc036ae540
SHA256 (.footprint) = 6faf03056e1cfb63d5255f84c7202cdaf47f4c6c265f9faed2db1041093aab40
SHA256 (lensfun-0.3.4.tar.gz) = dafb39c08ef24a0e2abd00d05d7341b1bf1f0c38bfcd5a4c69cf5f0ecb6db112
SHA256 (lensfun-fix-python-install-dir.patch) = 11e0f9ce2d5c5fef4373ce6adbb19dbcbcd8a10efa02447db9c92b03798d5654

View File

@ -1,10 +1,10 @@
# Description: Database of photographic lenses and a library that allows advanced access to the database
# URL: https://lensfun.github.io/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake glib
# Depends on: glib
name=lensfun
version=0.3.3
version=0.3.4
release=1
source=(https://github.com/lensfun/lensfun/archive/v$version/$name-$version.tar.gz
lensfun-fix-python-install-dir.patch)