Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 935664 Details for
Bug 946458
sci-geosciences/gpscorrelate-2.2: Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 2.3
gpscorrelate-2.3.ebuild (text/plain), 926 bytes, created by
Malcolm Lashley
on 2025-06-22 17:14:07 UTC
(
hide
)
Description:
ebuild for 2.3
Filename:
MIME Type:
Creator:
Malcolm Lashley
Created:
2025-06-22 17:14:07 UTC
Size:
926 bytes
patch
obsolete
># Copyright 1999-2025 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >inherit desktop > >DESCRIPTION="Tool for adjusting EXIF tags of your photos with a recorded GPS trace" >HOMEPAGE="https://dfandrich.github.io/gpscorrelate/" >SRC_URI="https://github.com/dfandrich/${PN}/releases/download/${PV}/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~hppa ~x86" >IUSE="gtk" > >BDEPEND=" > app-text/docbook-xml-dtd:4.2 > dev-libs/libxslt > virtual/pkgconfig >" >DEPEND=" > dev-libs/libxml2:2= > media-gfx/exiv2:= > gtk? ( x11-libs/gtk+:3 ) >" >RDEPEND="${DEPEND}" > >PATCHES=( > "${FILESDIR}/${P}-respect-users-flags.patch" >) > >src_compile() { > emake gpscorrelate > use gtk && emake gpscorrelate-gui > >} > >src_install() { > dobin ${PN} > if use gtk; then > dobin ${PN}-gui > doicon -s scalable ${PN}-gui.svg > domenu ${PN}.desktop > fi > dodoc doc/*.html doc/*.png doc/*.xml > einstalldocs > doman doc/${PN}.1 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 946458
: 935664 |
935665