@Salmander: updated and kicking and screaming as it should ;)
If you'd like I would add you as Co-maintainer
Git Clone URL: | https://aur.archlinux.org/babl-git.git (read-only, click to copy) |
---|---|
Package Base: | babl-git |
Description: | Dynamic, any to any, pixel format translation library. |
Upstream URL: | https://www.gegl.org/babl |
Licenses: | LGPL3 |
Conflicts: | babl |
Provides: | babl |
Submitter: | None |
Maintainer: | bartus (Salamandar) |
Last Packager: | bartus |
Votes: | 111 |
Popularity: | 0.000000 |
First Submitted: | 2009-05-27 08:11 (UTC) |
Last Updated: | 2025-02-23 17:40 (UTC) |
@Salmander: updated and kicking and screaming as it should ;)
If you'd like I would add you as Co-maintainer
I've submitted an orphan request for this package.
For now, I've uploaded working PKGBUILD: https://aur.archlinux.org/packages/babl-qfix-git/
Package won't build as babl
just scraps its autotools
configuration in favor of meson
https://gitlab.gnome.org/GNOME/babl/commit/06f82635bcd1f6999be8ce844a8905bf177c7b1b
PKGBUILD
is provided in the repo: https://gitlab.gnome.org/GNOME/babl/blob/master/build/archlinux/PKGBUILD
Just:
lcms2
git
to makedependsdepends
misses lcms2
Sorry about that, my bad.
Does not work in freshly downloaded sources:
==> Beginne prepare()... autoreconf: 'configure.ac' or 'configure.in' is required
@FFY00: using git describe
in pkgver
doesn't reflect actual babl
version. You should use something like this:
printf "%s.%s.%s" $(./configure --version|grep -oP 'babl configure \K[0-9.]+') $(git rev-list `git describe --abbrev=0`..HEAD --count) $(git log --pretty=format:'%h' -n 1)
this produces correnct version according to babl@gitlab.gnome
We shouldn't use meson as make
and autogen
are present in base-devel
. I can add the meson commands commented out so that you can choose to use it when building the package.
Pinned Comments
bartus commented on 2019-08-28 14:51 (UTC) (edited on 2019-08-28 15:00 (UTC) by bartus)
This is a package is also hosted on GitHub.
Please submit
patches
and reportissues
to babl-git/github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-babl-git.svg?branch=master" />