Search Criteria
Package Details: phockup 1.13.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/phockup.git (read-only, click to copy) |
---|---|
Package Base: | phockup |
Description: | Media sorting tool to organize photos and videos from your camera in folders by year, month and day. |
Upstream URL: | https://github.com/ivandokov/phockup |
Licenses: | MIT |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 8 |
Popularity: | 0.006035 |
First Submitted: | 2017-07-11 20:55 (UTC) |
Last Updated: | 2024-01-08 16:14 (UTC) |
Dependencies (6)
- perl-image-exiftool
- python (python37AUR, python311AUR, python310AUR)
- python-tqdm
- python-pytest (check)
- python-pytest-mock (check)
- python-pytest-socket (check)
Latest Comments
FabioLolix commented on 2023-12-23 14:53 (UTC)
I have a test fail with new version, will report later
esben commented on 2022-11-07 12:51 (UTC)
Tests fails if python-pytest-socket is not installed.
FabioLolix commented on 2022-10-13 21:58 (UTC)
@inverse yes, pkgbuild fixed and updayed
inverse commented on 2022-10-13 20:46 (UTC)
I think
python-tqdm
needs to be moved from a check dependency to a direct dependency as the script won't function without it.FabioLolix commented on 2022-08-23 15:08 (UTC)
The pkgbuild correctly list perl-image-exiftool as dependency which is the one needed
eoli3n commented on 2022-08-23 12:56 (UTC)
When I try to run phockup, it tells me that exiftool is not installed
stecampanella commented on 2019-08-20 07:26 (UTC)
@FabioLolix Would you mind to consider the suggestion from @gwaterst? At the moment, the package is broken.
gwaterst commented on 2019-04-19 21:02 (UTC) (edited on 2019-04-19 21:03 (UTC) by gwaterst)
In the provided version, the PKGBUILD did not give a working version of the software. The src directory needed to be copied as well since phockup.py imports from the src directory.
I changed the package section to the following to make it work:
install -d ${pkgdir}/usr/share/${pkgname} cp ${srcdir}/${pkgname}-${pkgver}/phockup.py ${pkgdir}/usr/share/${pkgname}/phockup.py cp -r ${srcdir}/${pkgname}-${pkgver}/src ${pkgdir}/usr/share/${pkgname}/
install -d ${pkgdir}/usr/bin ln -s /usr/share/${pkgname}/phockup.py ${pkgdir}/usr/bin/phockup
install -D ${srcdir}/${pkgname}-${pkgver}/license ${pkgdir}/usr/share/licenses/${pkgname}/MIT