-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcom.github.jmlich.geotagging.spec
84 lines (66 loc) · 2.91 KB
/
com.github.jmlich.geotagging.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Name: com.github.jmlich.geotagging
Version: 0.7.4
Release: %(date +%Y%m%d%H)%{?dist}
Summary: Photography geotagging tool
Group: Applications/Internet
License: GNU GPLv3
URL: https://github.com/jmlich/geotagging
Source0: https://github.com/jmlich/geotagging/archive/master.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: exiv2-devel
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qtwebchannel-devel
BuildRequires: qt6-qttools-devel
BuildRequires: qt6-qtwebengine-devel
BuildRequires: git
%description
Photography geotagging tool
%prep
%setup -q -n geotagging-master
%build
%cmake -DVERSION:STRING=%{version}
%cmake_build
%install
%cmake_install
desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%files
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/86x86/apps/%{name}.png
%{_datadir}/icons/hicolor/128x128/apps/%{name}.png
%{_datadir}/%{name}/translation/*.qm
%{_metainfodir}/%{name}.appdata.xml
%changelog
* Fri Jul 26 2024 Jozef Mlich <[email protected]> - 0.7.4-1
- Fixed bug: The application now triggers selection when clicking on an object coordinate in the map.
- The application now computes the distance between the cursor and both the object coordinate and the camera coordinate.
- The selection now highlights the image when an object pin is clicked on the map.
- Updated the Dutch (nl) translation for the application.
* Sun Dec 17 2023 Jozef Mlich <[email protected]> - 0.7.2-1
- update translations
* Fri May 05 2023 Jozef Mlich <[email protected]> - 0.7.1-1
- distinguish object and camera position
- camera direction and angle settings
- updated translations es, fi, da, nl, it, tr, zh
- update of jquery and leaflet
* Sat Jul 30 2022 Jozef Mlich <[email protected]> - 0.7.0-1
- move to qt6, updated jquery and leaflet
- added Italian translation thanks to Daniele Albrizio
* Sat Dec 04 2021 Jozef Mlich <[email protected]> - 0.6.1-1
- fix time zone handling while parsing of GPX
* Sat Dec 04 2021 Jozef Mlich <[email protected]> - 0.6.0-1
- Spanish (Latin America) translation - thanks to YoViajo
- fix of loading gpx with subsecond precision - thanks to Dmitry Saraev
* Fri Sep 10 2021 Jozef Mlich <[email protected]> - 0.5.9-1
- French translations - thanks to LeJun
- Danish translations - thanks to Erik 'Clicketyclick' Bachmann
* Sun May 23 2021 Jozef Mlich <[email protected]> - 0.5.8-1
- fix hill shading overlay map when changing base map
- use own user agent to comply OpenStreetMap usage policy
* Fri Mar 05 2021 Jozef Mlich <[email protected]> - 0.5.7-1
- measuring distance of selected POI and cursor
- loading camera direction from exif
* Fri Jun 15 2018 Jozef Mlich <[email protected]> - 0.2.0-1
- initial packaging