you are right: meson 0.61.3-1 works
Search Criteria
Package Details: babl-git 0.1.89.r1694.6737d58-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: | 112 |
Popularity: | 0.002589 |
First Submitted: | 2009-05-27 08:11 (UTC) |
Last Updated: | 2021-10-02 15:57 (UTC) |
Dependencies (6)
- glibc (glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-widevine, glibc-linux4)
- lcms2 (lcms2-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- meson (meson-git) (make)
- vala (vala0.42, vala0.44, vala-git, vala0.52, vala0.54) (make)
Required by (11)
- gegl-git (requires babl)
- gegl-seamless-clone-git
- gimp-brush-max-512 (requires babl)
- gimp-devel (requires babl)
- gimp-devel-stripped (requires babl)
- gimp-develop-git (requires babl)
- gimp-git (requires babl)
- gimp-painter-git (requires babl)
- gimp-stripped (requires babl)
- gnome-photos-git (requires babl)
- lib32-babl (requires babl)
Sources (1)
Latest Comments
tom commented on 2022-04-17 16:41 (UTC)
Salamandar commented on 2022-04-16 09:48 (UTC) (edited on 2022-04-16 09:49 (UTC) by Salamandar)
I could reproduce the issue yesterday. That's kinda weird, looks like an upstream issue anyways. Should be "description" not "Description".
bartus commented on 2022-04-16 06:22 (UTC)
@tom: looks like meson
issue as this line is almost two years old. Could you please check which version of meson you're build against and if there's possibility to update/downgrade to check if new/previous version works, thanks.
tom commented on 2022-04-15 08:54 (UTC)
build failed in ccm s
...
C compiler for the host machine: cc (gcc 11.2.0 "cc (GCC) 11.2.0") C linker for the host machine: cc ld.bfd 2.38 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program python3 found: YES (/usr/bin/python)
babl/meson.build:58:5: ERROR: configuration_data.set10 got unknown keyword arguments "Description"
A full log can be found at /build/babl-git/src/build/meson-logs/meson-log.txt ==> ERROR: A failure occurred in prepare(). Aborting... ==> ERROR: Build failed, check /var/tmp/xxx/build
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
Salamandar commented on 2019-08-30 17:14 (UTC)
Thanks for the fixes !
Salamandar commented on 2019-08-30 17:13 (UTC)
Yeah why not, I could be co-maintainer :) Also on Gegl as I'm maintaining the Meson code.
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.com -
Travis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-babl-git.svg?branch=master" />
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.
Salamandar commented on 2018-03-06 15:22 (UTC)
The meson build works fine again ;)
cafehaine commented on 2018-03-05 09:50 (UTC)
The correct URL for the git repository is now git://git.gnome.org/browse/babl
Salamandar commented on 2018-02-05 15:50 (UTC)
@mytbk Yes, the babl maintainer did not merge my fix sooner. But it's been fixed this weekend.
mytbk commented on 2018-01-30 14:38 (UTC)
It seems that the meson build version breaks gimp-git, so I reverted it to the autotools version.
Salamandar commented on 2018-01-29 17:12 (UTC)
@mytbk : Yes, I opened an issue about that: https://github.com/mesonbuild/meson/issues/2991
mytbk commented on 2018-01-29 12:45 (UTC) (edited on 2018-01-29 12:45 (UTC) by mytbk)
looks good to me
one issue: meson detects ccache and uses it even if makepkg.conf has !ccache
Salamandar commented on 2018-01-29 11:11 (UTC) (edited on 2018-01-29 11:11 (UTC) by Salamandar)
Babl now officially uses Meson build.
I added a reference PKGBUILD in the source tree (paths change a lot!).
https://git.gnome.org/browse/babl/tree/build/archlinux/PKGBUILD
Maybe you should change -Dbuildtype=release
to --buildtype=plain
. That way, Meson does not add its own optim CFLAGS, to let makepkg fully control the build type.
SinClaus commented on 2018-01-18 06:55 (UTC)
Why you don't write new data here? Real version in thegit is 0.1.40, but aur reports 0.1.38.
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" />