I've submitted an orphan request for this package.
Search Criteria
Package Details: babl-git 0.1.109.r1891.c5f97c8-1
Package Actions
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: | 2024-09-03 11:49 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
Required by (10)
- dibuja (requires babl)
- gegl-git (requires babl)
- gimp-devel (requires babl)
- gimp-devel-noconflict (requires babl)
- gimp-develop-git (requires babl)
- gimp-git
- gimp-plugin-gmic-pre-gimp3 (requires babl)
- gnome-photos-git (requires babl)
- lib32-babl (requires babl)
- libopenshot-git (requires babl)
Sources (1)
Salamandar commented on 2019-08-22 09:29 (UTC)
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 ;)
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.
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" />