Package Details: dibuja 0.24.0-1

Git Clone URL: https://aur.archlinux.org/dibuja.git (read-only, click to copy)
Package Base: dibuja
Description: Gtk based basic paint program like classic MS Paint or Paintbrush for Mac, for Linux
Upstream URL: https://launchpad.net/dibuja
Licenses: GPL3
Submitter: dundee
Maintainer: WSDMatty
Last Packager: WSDMatty
Votes: 5
Popularity: 0.005666
First Submitted: 2018-01-20 16:22 (UTC)
Last Updated: 2023-07-14 05:53 (UTC)

Latest Comments

1 2 Next › Last »

evert commented on 2023-07-28 18:22 (UTC)

@JBal2 I've both gexiv2 exiv2 installed (latest versions). Compiling without gexiv2 still results in "dibuja: symbol lookup error: dibuja: undefined symbol: _ZTIN5Exiv28AnyErrorE" so it might be another library, but babl and gegl and gtk2 weren't updated recently. I'm stuck for the moment.

JBal2 commented on 2023-07-28 06:19 (UTC) (edited on 2023-07-28 06:22 (UTC) by JBal2)

Maybe a problem with new exiv2? Dibuja uses gexiv2 & gexiv2 uses exiv2

https://bugs.kde.org/show_bug.cgi?id=450117

If you don't need exif metadata compile:

./configure --prefix=/yada/yada --libdir=/hee/haw --with-gexiv2=no

evert commented on 2023-07-27 08:24 (UTC)

It worked a few weeks ago, but now somehow getting this error:

"dibuja: undefined symbol: _ZTIN5Exiv28AnyErrorE"

It did compile and install all right. Strange.

evert commented on 2023-07-05 06:42 (UTC)

Working pkgbuild modifications, get it using yay --editmenu -S dibuja


pkgver=0.24.0
./configure --prefix=/usr --libdir=/usr/lib
sha256sums=('a9c98b386667287e330c8b8572001ffbf1be10a639adc05ec7b67bbdffc4731b')

Brettmahar commented on 2021-04-22 02:20 (UTC)

This would not build until I changed the line makedepends=('automake-1.15') to makedepends=('automake'), builds and runs then.

(that is on aarch64, with arch line also I changed, I don't have an x86_64 so I don't know if this has been building there...)

evert commented on 2019-05-22 19:40 (UTC)

This is a great lightweight pixel editor :-) My version stopped working though, and recompiling it from AUR returns this:

WARNING: 'aclocal-1.15' is missing on your system. (blah) make: *** [Makefile:451: aclocal.m4] Error 127

dundee commented on 2018-07-16 17:47 (UTC)

JBal2: Thanks, fixed!

JBal2 commented on 2018-07-16 04:16 (UTC)

Add "--with-geg-0.4" to configure -> Add "--with-gegl-0.4" to configure

JBal

JBal2 commented on 2018-07-16 04:14 (UTC)

If you need to use gegl-0.4, I have a patch at: https://bugs.launchpad.net/dibuja/+bug/1767512 until the next version comes out.

Add "--with-geg-0.4" to configure

JBal