Package Details: babl-git 0.1.107.r1874.0139ec5-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: 2023-11-11 17:38 (UTC)

Required by (9)

Sources (1)

Pinned Comments

bartus commented on 2022-03-14 10:30 (UTC)

Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post

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 Next › Last »

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.

Salamandar commented on 2018-03-06 15:22 (UTC)

The meson build works fine again ;)