Package Details: photos 3.64-1

Git Clone URL: https://aur.archlinux.org/photos.git (read-only, click to copy)
Package Base: photos
Description: C++ Interface to PHOTOS
Upstream URL: http://photospp.web.cern.ch/photospp
Licenses: unknown
Submitter: cbpark
Maintainer: cbpark
Last Packager: cbpark
Votes: 0
Popularity: 0.000000
First Submitted: 2016-07-23 15:35 (UTC)
Last Updated: 2021-10-07 04:17 (UTC)

Latest Comments

nhermosilla14 commented on 2025-08-10 00:02 (UTC)

There's an issue in the PKBUILD, the install directory should be the same ${pkgdir}:

<   make DESTDIR="$pkgdir/usr" install
---
>   make DESTDIR="$pkgdir" install

Right now, it installs its lib into /usr/usr/lib, for example. It's a simple thing, but breaks the installation of other packages (such as evtgen).