Package Details: babl-git 0.1.111.r1907.f11a454-1

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)

Dependencies (7)

Required by (9)

Sources (1)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

bartus commented on 2019-08-28 14:47 (UTC) (edited on 2019-08-29 05:52 (UTC) by bartus)

@Salmander: updated and kicking and screaming as it should ;)

If you'd like I would add you as Co-maintainer

Salamandar commented on 2019-08-22 09:29 (UTC)

I've submitted an orphan request for this package.

bartus commented on 2019-08-09 13:48 (UTC)

For now, I've uploaded working PKGBUILD: https://aur.archlinux.org/packages/babl-qfix-git/

bartus commented on 2019-07-30 13:53 (UTC) (edited on 2019-07-30 14:03 (UTC) by bartus)

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:

  • add lcms2 git to makedepends
  • keep current source url

bartus commented on 2018-12-05 19:46 (UTC) (edited on 2018-12-05 19:46 (UTC) by bartus)

depends misses lcms2

FFY00 commented on 2018-09-06 16:16 (UTC)

Sorry about that, my bad.

haawda commented on 2018-09-06 16:08 (UTC) (edited on 2018-09-06 16:41 (UTC) by haawda)

Does not work in freshly downloaded sources:

==> Beginne prepare()... autoreconf: 'configure.ac' or 'configure.in' is required

bartus commented on 2018-09-05 11:55 (UTC) (edited on 2018-09-05 12:19 (UTC) by bartus)

@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

FFY00 commented on 2018-07-31 23:09 (UTC)

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.