Search Criteria
Package Details: entangle 3.0-2
Package Actions
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: | 46 |
Popularity: | 0.132340 |
First Submitted: | 2011-12-15 16:54 (UTC) |
Last Updated: | 2022-01-30 19:19 (UTC) |
Dependencies (17)
- adwaita-icon-theme (xquisite-icon-theme, adwaita-custom-cursor-colors, adwaita-icon-theme-41, adwaita-icon-theme-git)
- dbus-glib (dbus-glib-git)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- gobject-introspection (gobject-introspection-git)
- gst-plugins-base-libs (gst-plugins-base-git)
- gstreamer (gstreamer-git)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu)
- itstool
- lcms2 (lcms2-git)
- libgexiv2
- libgphoto2 (libgphoto2-git)
- libgudev (libgudev-nosystemd-git)
- libpeas (libpeas-luajit, libpeas-git, libpeas-lua51)
- libraw (libraw-git, libraw16, libraw19)
- gtk-doc (gtk-doc-git) (make)
- intltool (make)
- meson (meson-git) (make)
Latest Comments
FabioLolix commented on 2022-05-01 10:06 (UTC)
@hertog libraw is correctly listed as dependency
hertog commented on 2022-05-01 09:53 (UTC)
I was having some issues with building this package causing the following error:
because
libraw
is missing as dependency.FabioLolix commented on 2022-02-26 13:13 (UTC)
@akhial it builds fine without pod2man both using makepkg and devtools, upload your log somewhere or send it to me by mail
@dreieck ccache isn't used and is disabled by default, likely is your settings
FabioLolix commented on 2022-02-26 13:03 (UTC)
@akhial it builds fine without pod2man both using makepkg and devtools, upload your log somewhere or send it to me by mail
@dreieck ccache isn't used and is disabled by default, likely is your settings
akhial commented on 2022-02-25 14:14 (UTC)
Had to manually install pod2man for build. Maybe add as make dependency?
dreieck commented on 2022-02-01 13:44 (UTC) (edited on 2022-02-01 13:45 (UTC) by dreieck)
Fails to
package()
for me inERROR: Error in gtkdoc helper script:
:Also interesting the
ccache: error: Failed to create directory /run/user/0/ccache-tmp: Permission denied
-- I have not explicitly requested accache
d build, and I also do not build as root user. root seems to come in due tofakeroot
, but why the heckccache
?simona commented on 2022-01-30 19:33 (UTC)
now ok
qwertzdenek commented on 2022-01-27 15:24 (UTC)
I disown this package now. Sorry I have no time to maintain this, feel free to take it and fix build.
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:
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 :)
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.
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
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.
elfroggio commented on 2018-12-15 01:36 (UTC) (edited on 2018-12-15 01:40 (UTC) by elfroggio)
I cannot build entangle, the build fails on:
==> Validating source files with md5sums... entangle-1.0.tar.xz ... Passed
==> Extracting sources... -> Extracting entangle-1.0.tar.xz with bsdtar
==> Starting build()... Traceback (most recent call last): File "/usr/bin/meson", line 6, in <module> from pkg_resources import load_entry_point ModuleNotFoundError: No module named 'pkg_resources'
==> ERROR: A failure occurred in build(). Aborting...
==> ERROR: Makepkg was unable to build entangle.
Thanks
Syv
carloratm commented on 2017-11-13 13:04 (UTC)
ZeroDot1 commented on 2017-10-29 17:44 (UTC)
qwertzdenek commented on 2017-10-29 13:39 (UTC)
Popolon commented on 2017-10-29 13:06 (UTC) (edited on 2017-10-29 14:26 (UTC) by Popolon)
qwertzdenek commented on 2017-10-27 15:56 (UTC)
ZeroDot1 commented on 2017-10-27 11:36 (UTC)
qwertzdenek commented on 2017-10-27 10:22 (UTC)
JoaoMachado commented on 2017-09-29 17:13 (UTC) (edited on 2017-09-29 17:14 (UTC) by JoaoMachado)
qwertzdenek commented on 2017-09-21 19:53 (UTC)
ZeroDot1 commented on 2017-09-03 19:00 (UTC)
seehma commented on 2017-07-23 06:08 (UTC)
seehma commented on 2017-07-22 11:11 (UTC)
pomekewe commented on 2015-05-04 05:17 (UTC)
PhotonX commented on 2015-04-27 06:45 (UTC)
stativ commented on 2014-06-03 21:18 (UTC)
stativ commented on 2013-04-12 12:56 (UTC)
dynaMIX commented on 2013-03-14 15:38 (UTC)
qwertzdenek commented on 2012-12-15 10:57 (UTC)
commented on 2012-12-15 09:26 (UTC)
languitar commented on 2012-11-30 10:00 (UTC)
big_bum commented on 2012-07-16 09:42 (UTC)
big_bum commented on 2012-07-16 09:31 (UTC)