Package Details: entangle 3.0-2

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://entangle-photo.org/
Licenses: GPL3
Submitter: qwertzdenek
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 47
Popularity: 0.68
First Submitted: 2011-12-15 16:54 (UTC)
Last Updated: 2024-04-28 08:33 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

FabioLolix commented on 2022-01-20 18:17 (UTC)

You can try to add the patch in the pkgbuild

The .install file is not needed since all the stuff is already done by pacman hooks by default

SpotlightKid commented on 2022-01-20 18:10 (UTC)

@Lngdvs: this is an upstream incompatibility with meson >= 0.60.0, for which there is already a fix in the repo:

https://gitlab.com/entangle/entangle/-/commit/54795d275a93e94331a614c8712740fcedbdd4f0

Upstream needs to make a release with this fix.

Lngndvs commented on 2022-01-20 17:57 (UTC)

On EndeavourOS, through AUR, entangle does not build, and gives this error:

src/meson.build:42:5: ERROR: Function does not take positional arguments.

EndlessEden commented on 2021-09-01 00:46 (UTC)

@qwertzdenek - please remove the version requirement for libgphoto2. (libgphoto2-git) works fine.

simona commented on 2020-06-15 12:50 (UTC)

../src/backend/entangle-colour-profile.h:27:10: fatal error: entangle-colour-profile-enums.h: File o directory non esistente
27 | #include "entangle-colour-profile-enums.h"

depau commented on 2019-04-21 13:59 (UTC)

Package is missing a dependency :)

Program pod2man found: NO
meson.build:13:0: ERROR:  Program(s) ['pod2man'] not found or not executable

Omar007 commented on 2019-02-28 17:07 (UTC) (edited on 2019-02-28 17:09 (UTC) by Omar007)

Doesn't build in a clean chroot, it's missing the 'gst-plugins-base-libs' dependency.

Dependency gstreamer-video-1.0 found: NO (tried pkgconfig)

meson.build:49:0: ERROR:  Dependency "gstreamer-video-1.0" not found, tried pkgconfig

Omar007 commented on 2019-02-28 16:12 (UTC) (edited on 2019-02-28 16:27 (UTC) by Omar007)

Entangle GPG signs their releases. Might want to add that file to the PKGBUILD source array so the signature can be verified during the build process: https://www.entangle-photo.org/download/sources/${pkgname}-${pkgver}.tar.xz.asc

And ofc; validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF')

DaarkWel commented on 2019-02-19 08:11 (UTC)

PKGBUILD for new version, something like this

pkgname=entangle
pkgver=2.0
pkgrel=1
pkgdesc="Entangle is an application which uses GTK and libgphoto2 to provide a graphical interface for tethered photography with digital cameras."
arch=('i686' 'x86_64')
url="<http://entangle-photo.org/>"
license=('GPL')
depends=('glib2>=2.26.0' 'dbus-glib>=0.60' 'gdk-pixbuf2>=2.12.0' 'gtk3>=3.22.0' 'libgphoto2>=2.4.11' 'libgudev' 'gobject-introspection' 'lcms2' 'libpeas' 'libgexiv2' 'libraw' 'adwaita-icon-theme' 'gstreamer' 'itstool')
makedepends=('intltool' 'meson' 'gtk-doc')
install=entangle.install
source=(<http://entangle-photo.org/download/sources/>$pkgname-$pkgver.tar.xz)
md5sums=('12049cc192bc1c9ec5fd668921061776')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  sed -i "s/'libraw_r'/'raw_r'/g" meson.build
  meson -Denable-gtk-doc=true build-dir --prefix=/usr
  ninja -C build-dir all
}

check() {
  cd "$srcdir/$pkgname-$pkgver"
  ninja -C build-dir test
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  DESTDIR="$pkgdir" ninja -C build-dir install
}

simona commented on 2019-01-17 21:10 (UTC)

In file included from ../src/frontend/entangle-preferences.h:27, from ../src/frontend/entangle-application.h:27, from ../src/entangle-main.c:30: ../src/backend/entangle-colour-profile.h:27:10: fatal error: entangle-colour-profile-enums.h: File o directory non esistente

include "entangle-colour-profile-enums.h"

^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.