[arch-commits] Commit in gpscorrelate/repos/community-x86_64 (4 files)
Balló György
bgyorgy at archlinux.org
Sun May 23 10:33:41 UTC 2021
Date: Sunday, May 23, 2021 @ 10:33:40
Author: bgyorgy
Revision: 943138
archrelease: copy trunk to community-x86_64
Added:
gpscorrelate/repos/community-x86_64/PKGBUILD
(from rev 943137, gpscorrelate/trunk/PKGBUILD)
gpscorrelate/repos/community-x86_64/io.github.dfandrich.gpscorrelate.metainfo.xml
(from rev 943137, gpscorrelate/trunk/io.github.dfandrich.gpscorrelate.metainfo.xml)
Deleted:
gpscorrelate/repos/community-x86_64/PKGBUILD
gpscorrelate/repos/community-x86_64/gpscorrelate.appdata.xml
-----------------------------------------------+
PKGBUILD | 69 +++++++++++-------------
gpscorrelate.appdata.xml | 19 ------
io.github.dfandrich.gpscorrelate.metainfo.xml | 35 ++++++++++++
3 files changed, 69 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 10:33:34 UTC (rev 943137)
+++ PKGBUILD 2021-05-23 10:33:40 UTC (rev 943138)
@@ -1,35 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Hinrich Harms <arch at hinrich.de>
-# Contributor: sylvain alborini <sylvain.alborini at gmail.com>
-
-pkgname=gpscorrelate
-pkgver=2.0
-pkgrel=1
-pkgdesc="Correlate (geotagging) digital camera photos with GPS data in GPX format"
-arch=('x86_64')
-url="https://dfandrich.github.io/gpscorrelate/"
-license=('GPL2')
-depends=('exiv2' 'gtk3')
-makedepends=('libxslt')
-source=(https://github.com/dfandrich/gpscorrelate/releases/download/$pkgver/$pkgname-$pkgver.tar.xz
- gpscorrelate.appdata.xml)
-sha256sums=('3fba8ad72b9b42dfc870a04d1207357c2a6c28842b1ede51e28b30a93b48debe'
- 'c5915b4fdee2fd4120ca12679c471ddaa3b39e53589e7ee0b3197a0ac3784209')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -e '/^CFLAGS =/d' -e '/^LDFLAGS =/d' -i Makefile # Honor system build flags
-}
-
-build() {
- cd $pkgname-$pkgver
- make prefix=/usr
-}
-
-package() {
- cd $pkgname-$pkgver
- make prefix=/usr DESTDIR="$pkgdir" install
- install -Dm644 gpscorrelate-gui.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/gpscorrelate-gui.svg"
- install -Dm644 gpscorrelate.desktop "$pkgdir/usr/share/applications/gpscorrelate.desktop"
- install -Dm644 ../gpscorrelate.appdata.xml "$pkgdir/usr/share/metainfo/gpscorrelate.appdata.xml"
-}
Copied: gpscorrelate/repos/community-x86_64/PKGBUILD (from rev 943137, gpscorrelate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-23 10:33:40 UTC (rev 943138)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Hinrich Harms <arch at hinrich.de>
+# Contributor: sylvain alborini <sylvain.alborini at gmail.com>
+
+pkgname=gpscorrelate
+pkgver=2.0
+pkgrel=2
+pkgdesc='Correlate (geotagging) digital camera photos with GPS data in GPX format'
+arch=('x86_64')
+url='https://dfandrich.github.io/gpscorrelate/'
+license=('GPL2')
+depends=('exiv2' 'gtk3')
+makedepends=('libxslt')
+source=("https://github.com/dfandrich/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+ 'io.github.dfandrich.gpscorrelate.metainfo.xml')
+sha256sums=('3fba8ad72b9b42dfc870a04d1207357c2a6c28842b1ede51e28b30a93b48debe'
+ '3e12e59fff65ae03f7e39910c0c243401fca372fabe8af4539ef3e57f3b71824')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -e '/^CFLAGS =/d' -e '/^LDFLAGS =/d' -i Makefile # Honor system build flags
+}
+
+build() {
+ cd $pkgname-$pkgver
+ make prefix=/usr
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make prefix=/usr DESTDIR="$pkgdir" install install-desktop-file
+ install -Dm644 ../io.github.dfandrich.gpscorrelate.metainfo.xml \
+ "$pkgdir/usr/share/metainfo/io.github.dfandrich.gpscorrelate.metainfo.xml"
+}
Deleted: gpscorrelate.appdata.xml
===================================================================
--- gpscorrelate.appdata.xml 2021-05-23 10:33:34 UTC (rev 943137)
+++ gpscorrelate.appdata.xml 2021-05-23 10:33:40 UTC (rev 943138)
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop-application">
- <id>com.github.gpscorrelate</id>
- <launchable type="desktop-id">gpscorrelate.desktop</launchable>
- <name>GPSCorrelate</name>
- <summary>Add coordinates to jpeg images using gpx files</summary>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0</project_license>
- <description>
- <p>gpscorrelate fills EXIF (Exchangeable Image File Format) fields of digital photos related to GPS (Global Positioning System) information (e.g.: GPSLatitude, GPSLongitude, GPSAltitude, ...). The act of filling those fields is referred to as "correlation". Inputs of the correlation process are a set of JPEG images and GPS data encoded in GPX (GPS Exchange Format) format.</p>
- </description>
- <screenshots>
- <screenshot type="default">
- <image>https://screenshots.debian.net/screenshots/000/009/319/large.png</image>
- </screenshot>
- </screenshots>
- <url type="bugtracker">https://github.com/freefoote/gpscorrelate/issues</url>
- <url type="homepage">https://github.com/freefoote/gpscorrelate</url>
-</component>
Copied: gpscorrelate/repos/community-x86_64/io.github.dfandrich.gpscorrelate.metainfo.xml (from rev 943137, gpscorrelate/trunk/io.github.dfandrich.gpscorrelate.metainfo.xml)
===================================================================
--- io.github.dfandrich.gpscorrelate.metainfo.xml (rev 0)
+++ io.github.dfandrich.gpscorrelate.metainfo.xml 2021-05-23 10:33:40 UTC (rev 943138)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>io.github.dfandrich.gpscorrelate</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>GPS Correlate</name>
+ <summary>GPS Correlate attaches EXIF GPS location tags to images</summary>
+ <summary xml:lang="de">GPS Correlate fügt Bildern EXIF GPS-Standort-Metadaten bei</summary>
+ <summary xml:lang="fr">GPS Correlate attache des tags de position GPS EXIF aux images</summary>
+ <summary xml:lang="ru">GPS Correlate прикрепляет к изображениям теги местоположения GPS EXIF</summary>
+ <description>
+ <p>GPS Correlate takes a GPS track stored by any of a number of GPS devices and phone apps and correlates the time stamp of a digital photo with the location of the track at that same moment. The location of the image is then stamped directly into the image file using the appropriate EXIF GPS tags. The resulting image then contains not just the time the photo was taken but its exact location, too. The location is used by various other applications and services (such as Google Photos) to display a map of where the photo was taken.</p>
+ <p xml:lang="de">GPS Correlate nimmt eine GPS-Track auf, die von einer Zahl von GPS-Geräten und Telefon-Apps gespeichert wurde, und korreliert den Zeitstempel eines Digitalfotos mit der Position der Spur im selben Moment. Der Standort des Bildes wird dann unter Verwendung der entsprechenden EXIF-GPS-Tags direkt in die Bilddatei gestempelt. Das resultierende Bild enthält dann nicht nur den Zeitpunkt, zu dem das Foto aufgenommen wurde, sondern auch seine genaue Position. Der Standort wird von verschiedenen anderen Anwendungen und Diensten (z.B. Google Photos) verwendet, um eine Karte des Aufnahmeortes des Fotos anzuzeigen.</p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image xml:lang="en">https://dfandrich.github.io/gpscorrelate/corr.png</image>
+ <image xml:lang="fr">https://dfandrich.github.io/gpscorrelate/fr/corr.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">https://dfandrich.github.io/gpscorrelate</url>
+ <url type="help">https://dfandrich.github.io/gpscorrelate/gui.html</url>
+ <url type="bugtracker">https://github.com/dfandrich/gpscorrelate/issues</url>
+ <url type="translate">https://github.com/dfandrich/gpscorrelate/tree/master/po</url>
+ <update_contact>dan_at_coneharvesters.com</update_contact>
+ <launchable type="desktop-id">gpscorrelate.desktop</launchable>
+ <kudos>
+ <kudo>HiDpiIcon</kudo>
+ <kudo>ModernToolkit</kudo>
+ <kudo>UserDocs</kudo>
+ </kudos>
+ <translation type="gettext">gpscorrelate</translation>
+ <developer_name>Daniel Fandrich</developer_name>
+ <content_rating type="oars-1.1"/>
+</component>
More information about the arch-commits
mailing list