Search Criteria
Package Details: dng 15.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dng.git (read-only, click to copy) |
---|---|
Package Base: | dng |
Description: | Wrapper around Adobe DNG Converter via wine to provide POSIX command line parsing |
Upstream URL: | https://github.com/thorpelawrence/dng |
Licenses: | zlib |
Submitter: | lawrence |
Maintainer: | lawrence |
Last Packager: | lawrence |
Votes: | 1 |
Popularity: | 0.002906 |
First Submitted: | 2022-07-24 15:34 (UTC) |
Last Updated: | 2023-02-05 13:58 (UTC) |
Dependencies (4)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-cachyosAUR, wine-wow64AUR, wine-staging-wow64AUR, wine-staging)
- git (git-gitAUR, git-glAUR) (make)
- innoextract (innoextract-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
Latest Comments
lawrence commented on 2024-02-09 11:10 (UTC)
Hi @dreieck, mostly I packaged this for myself without much experience in packaging for AUR before this. If you'd be willing to update the PKGBUILD in my upstream repo I'd appreciate it and would be happy to update the AUR to mirror it.
dreieck commented on 2024-02-09 10:25 (UTC) (edited on 2024-02-09 10:30 (UTC) by dreieck)
Can you rework your package so that it depends on
dngconverter
and uses that packages' installation for command line use?dngcoverter
installs the GUI, and you can here add just command line parsing to it, saving on double install of over 1 GiB of data.Or add
provides=("dngconverter=${pkgver}")
andconflicts=("dngconverter")
and provide a/usr/bin/dngconverter
executable/ symlink.Regards and thanks for maintaining!
dreieck commented on 2024-02-09 10:21 (UTC) (edited on 2024-02-09 10:22 (UTC) by dreieck)
Can you please move all the rust specific download out of
build()
intoprepare()
, so thatbuild()
can run offline?Also, please set
$CARGO_*
environment variables in a way that it does not clutter the user's home directory but downloads it's stuff into a subdirectory of${srcdir}/
.Regards and thanks for maintaining!