Search Criteria
Package Details: gtkam 1.0-2
Git Clone URL: | https://aur.archlinux.org/gtkam.git (read-only, click to copy) |
---|---|
Package Base: | gtkam |
Description: | A GTK frontend for libgphoto2 |
Upstream URL: | http://gphoto.sourceforge.net/proj/gtkam |
Licenses: | |
Submitter: | ilpianista |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 86 |
Popularity: | 0.77 |
First Submitted: | 2010-11-13 15:01 |
Last Updated: | 2017-11-19 05:07 |
Dependencies (6)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- libexif-gtk
- libexif>=0.3.2
- libgphoto2>=2.5.0
- gimp (gimp-painter-git, gimp-light, gimp-git, glimpse-editor-git, glimpse-editor, gimp-devel, gimp-appimage) (make)
- intltool (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
valr commented on 2013-01-20 13:51
@Spider.007: thanks for the patch! Included now.
Spider.007 commented on 2013-01-19 12:40
I received this error while building:
configure.ac:35: error: 'AM_PROG_CC_STDC': this macro is obsolete.
You should simply use the 'AC_PROG_CC' macro instead.
Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
but upon 'ac_cv_prog_cc_stdc'.
It can be fixed by adding this patch: gtkam4.patch
--- gtkam-0.2.0/configure.ac 2013-01-19 13:33:34.239674133 +0100
+++ gtkam-0.2.0.new/configure.ac 2013-01-19 13:33:38.776341748 +0100
@@ -32,7 +32,6 @@
dnl Some programs we need
dnl ---------------------------------------------------------------------------
AC_PROG_CC
-AM_PROG_CC_STDC
AC_HEADER_STDC
AM_PROG_LIBTOOL
AC_PROG_INSTALL
Add it to the PKGBUILD and it will compile successfully
SanskritFritz commented on 2012-12-12 21:41
@valr: Indeed, thank you!
valr commented on 2012-12-12 20:24
@SanskritFritz, new PKGBUILD is uploaded. As far as I can see, it fixes the segfault. Cheers.
valr commented on 2012-12-12 10:17
There is a new version of gtkam 0.2.0 that has to be used with libgphoto2 2.5.0.
I have the PKGBUILD ready since weeks but I had to wait for the update of libgphoto2. I will issue it when I'm back home. Hopefully it will solve the issue.
valr commented on 2012-12-12 10:16
There is a new version of gtkam 0.2.0 that has to be used with libgphoto2 2.5.0.
I have the PKGBUILD ready since weeks but I had to wait for the update of libgphoto2. I will issue it when I'm back home. Hopefully it will solve the issue.
SanskritFritz commented on 2012-12-11 21:07
I recompiled the package upon libgphoto update, now the program won't start. Error message:
“gtkam” terminated by signal SIGSEGV (Address boundary error)
valr commented on 2012-09-26 20:48
@ManU: dependencies updated.
ManU commented on 2012-07-09 17:44
You should add libpng14 as dependency, otherwise you have to create manually a link under /usr/lib. If you remove the package, the link file stays, no clean solution.
zwastik commented on 2012-06-05 14:47
patching file src/Makefile.am
patching file configure.ac
Hunk #1 succeeded at 86 with fuzz 1.
patching file configure.ac
patching file src/Makefile.am
patching file test/Makefile.am
Perl API version v5.14.0 of threads does not match v5.16.0 at /usr/share/perl5/core_perl/XSLoader.pm line 92.
Compilation failed in require at /usr/share/automake-1.12/Automake/ChannelDefs.pm line 23.
BEGIN failed--compilation aborted at /usr/share/automake-1.12/Automake/ChannelDefs.pm line 26.
Compilation failed in require at /usr/share/automake-1.12/Automake/Configure_ac.pm line 27.
BEGIN failed--compilation aborted at /usr/share/automake-1.12/Automake/Configure_ac.pm line 27.
Compilation failed in require at /usr/bin/aclocal line 38.
BEGIN failed--compilation aborted at /usr/bin/aclocal line 38.
autoreconf: aclocal failed with exit status: 255