Search Criteria
Package Details: gthumb-openexr-extension 3.12.0-13
Package Actions
Git Clone URL: | https://aur.archlinux.org/gthumb-openexr-extension.git (read-only, click to copy) |
---|---|
Package Base: | gthumb-openexr-extension |
Description: | Extension for gThumb to support OpenEXR |
Upstream URL: | https://github.com/afichet/gthumb-openexr-extension |
Licenses: | GPL |
Provides: | gthumb-openexr-extension |
Submitter: | afichet |
Maintainer: | afichet |
Last Packager: | afichet |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-21 23:24 (UTC) |
Last Updated: | 2021-10-27 16:46 (UTC) |
Dependencies (9)
- gconfAUR
- git (git-gitAUR, git-glAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gthumb (gthumb-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- openexr (openexr-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gnome-common (make)
Latest Comments
afichet commented on 2021-05-03 17:00 (UTC)
Bad timing there. The OpenEXR 3.0 release is very new and the package was indeed last successfully build with OpenEXR 2.0.
I have to get some time to update the git repo and the PKGBUILD.
Thanks for your feedbacks.
dreieck commented on 2021-05-03 14:32 (UTC) (edited on 2021-05-03 14:40 (UTC) by dreieck)
Also, you download some latest version from
git
.So, your package should be renamed to
gthumb-openexr-extension-git
according to the packaging guidelines. A properprovides=("gthumb-openexr-extension=${pkgver}")
you already have; aconflicts=("gthumb-openexr-extension")
should be added as well.Also, the
$pkgver
should reflect any updates to the git repository -- so you should add apkgver()
-function which dynamically creates the package version -- ideally beginning with the upstream's notion (like 3.10), and then some monotoneously increasing information about the actual commit (git rev-list --count HEAD
e.g., maybe adding latest commit date and short hash if wanted).Thanks for maintaining!
dreieck commented on 2021-05-03 14:29 (UTC)
Build fails for me now with:
I needed to install
openexr2
to make it compile. The proper depends then would be'openexr<3' 'openexr>=2'
instead ofopenexr
.And this then would break other software which needs the up to date
openexr
. Can maybe thecmake
-call be adapted to use the up to dateopenexr
version 3* instead?afichet commented on 2021-04-19 16:09 (UTC)
Hi dreieck,
Great to know this package can be usefull. I have changed the build system to cmake. It shall now work.
Let me know if you have any issue.
dreieck commented on 2021-04-13 20:03 (UTC)
I get the build error
Thanks for maintaining!