Package Details: entangle 3.0-4

Git Clone URL: https://aur.archlinux.org/entangle.git (read-only, click to copy)
Package Base: entangle
Description: GTK graphical interface for tethered photography with digital cameras powered by libgphoto2
Upstream URL: https://gitlab.com/entangle/entangle
Licenses: GPL-3.0-or-later
Submitter: qwertzdenek
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 49
Popularity: 0.000310
First Submitted: 2011-12-15 16:54 (UTC)
Last Updated: 2026-02-28 13:25 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

krove commented on 2026-06-12 10:51 (UTC)

The issue with g_irepository_* remains. This package still uses an out of date source, not the the one in master with the fix.

simona commented on 2026-04-12 09:04 (UTC)

tnx. installed successfully git release.

ShortTimeNoSee commented on 2026-04-12 01:09 (UTC) (edited on 2026-04-12 01:10 (UTC) by ShortTimeNoSee)

Build currently fails with glib2 >= 2.88.0. The compiler returns fatal error: girepository.h: No such file or directory and errors regarding implicit declarations of g_irepository_* functions. This is due to GLib 2.88 internalizing libgirepository and updating the API. Upstream has addressed these changes in the master branch. entangle-git correctly identifies the girepository-2.0 dependency and builds fine

simona commented on 2026-04-08 20:28 (UTC)

../src/frontend/entangle-application.c: In function ‘entangle_application_init’:
../src/frontend/entangle-application.c:473:5: error: implicit declaration of function ‘g_irepository_require’; did you mean ‘gi_repository_require’? [-Wimplicit-function-declaration]
473 |     g_irepository_require(g_irepository_get_default(), "Peas", "1.0", 0, NULL);
|     ^
|     gi_repository_require
../src/frontend/entangle-application.c:473:5: warning: nested extern declaration of ‘g_irepository_require’ [-Wnested-externs]
../src/frontend/entangle-application.c:473:27: error: implicit declaration of function ‘g_irepository_get_default’; did you mean ‘gi_repository_dup_default’? [-Wimplicit-function-declaration]
473 |     g_irepository_require(g_irepository_get_default(), "Peas", "1.0", 0, NULL);
|                           ^
|                           gi_repository_dup_default
../src/frontend/entangle-application.c:473:27: warning: nested extern declaration of ‘g_irepository_get_default’ [-Wnested-externs]
[83/88] Compiling C object src/frontend/libentangle_frontend.so.0.0.0.p/entangle-session-browser.c.o
ninja: build stopped: subcommand failed.

Lngndvs commented on 2026-02-28 14:36 (UTC)

This did it:

   export LDFLAGS="${LDFLAGS} -lm"

I think on CachyOS this has updated already to AUR.

Thank you very much.

simona commented on 2026-02-28 14:08 (UTC)

now install. tnx.

FabioLolix commented on 2026-02-28 13:28 (UTC)

@Night_Striker thanks for the hint


Development upstream have resumed 2 weeks ago after being untouched since 2024/11

simona commented on 2026-02-26 15:26 (UTC)

same error

Night_Striker commented on 2026-02-26 14:08 (UTC)

You need to add:

export LDFLAGS="${LDFLAGS} -lm"

to the build() section of the pkgbuild before building.

Lngndvs commented on 2026-01-16 12:40 (UTC)

This may not be the information that one hopes for. However, on the web page for Entangle at https://entangle-photo.org/, is found the following, which seems to indicate that the flatpak release may be the most up-to-date:

Install latest release from Flathub on Linux:

# flatpak install org.entangle_photo.Manager

Or install from your OS vendor (may be an older release):

# yum install entangle (Fedora) # aptitude install entangle (Debian/Ubuntu) # pkg install entangle (FreeBSD)

Or grab the source release

Although it is not my preference, I did install it as a flatpak, and have had no issue over a matter of a few months. I hope this is resolved. I am using Manjaro. I was able some months ago to install on at least one other distro, but this works for me, for now.