Package Details: libindi-gphoto 2.1.1-1

Git Clone URL: https://aur.archlinux.org/libindi-gphoto.git (read-only, click to copy)
Package Base: libindi-gphoto
Description: 3rd party drivers for INDI, support for DSLR camers using gphoto
Upstream URL: http://www.indilib.org/index.php?title=Main_Page
Licenses: LGPL2.1
Submitter: wgauvin
Maintainer: lehel_x
Last Packager: lehel_x
Votes: 1
Popularity: 0.000015
First Submitted: 2021-03-17 10:50 (UTC)
Last Updated: 2024-12-06 22:52 (UTC)

Latest Comments

k-laus commented on 2024-12-16 19:45 (UTC)

Would you mind changing the source line? Then the downloaded tarfile would be prefixed with "indi-3rdparty-" properly; this makes life with a common SRCDEST directory easier that stores all downloaded sources (see https://wiki.archlinux.org/title/PKGBUILD#Sources)

12c12
< source=("https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")
---
> source=("indi-3rdparty-${pkgver}.tar.gz::https://github.com/indilib/indi-3rdparty/archive/v${pkgver}.tar.gz")

k-laus commented on 2023-06-22 10:20 (UTC)

Package also compiles and works fine with aarch64 architecture (on odroid n2+), can you please add this architecture to the PKGBUILD?