Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: gtkam 1.0-1
Git Clone URL: | https://aur-dev.archlinux.org/gtkam.git (read-only) |
---|---|
Package Base: | gtkam |
Description: | A GTK frontend for libgphoto2 |
Upstream URL: | http://gphoto.sourceforge.net/proj/gtkam |
Licenses: | |
Submitter: | ilpianista |
Maintainer: | None |
Last Packager: | valr |
Votes: | 86 |
Popularity: | 0.046905 |
First Submitted: | 2010-11-13 15:01 |
Last Updated: | 2016-08-11 07:47 |
Dependencies (6)
- gdk-pixbuf2
- libexif-gtk
- libexif>=0.3.2
- libgphoto2>=2.5.0
- gimp (gimp-painter-git, gimp-light, gimp-git, gimp-devel) (make)
- intltool (make)
Latest Comments
1 2 3 4 5 Next › Last »
jerome2016 commented on 2016-08-30 12:09
same problem than karhu.
So i'm going to find the public GPG key on servers and find it.
BUT
this key is NOT trusted.
Impossible to install/update gtkam.
karhu commented on 2016-08-25 09:21
Hi
I get this message when I try to update from 0.2.0-2 to 1.0-1 :
==> Vérification des signatures des fichiers sources grâce à gpg...
gtkam-1.0.tar.gz ... ÉCHEC (Clef publique inconnue 2209D6902F969C95)
Now I changed the version without PKGBUILD and "the unknown public key", just manually.
perseus commented on 2014-12-26 13:31
Thanks valr - I had just made the symlink, but will rebuild
valr commented on 2014-12-26 13:27
@perseus: you have to rebuild gtkam
perseus commented on 2014-12-26 13:17
gtkam will not start after yesterday's upgrades of:
[2014-12-25 16:59] [PACMAN] upgraded libgphoto2 (2.5.5.1-1 -> 2.5.6-1)
[2014-12-25 16:59] [PACMAN] upgraded gphoto2 (2.5.5-1 -> 2.5.6-1)
gtkam: error while loading shared libraries: libgphoto2_port.so.10: cannot open shared object file: No such file or directory
valr commented on 2014-09-25 20:00
@nbvcxz: dependency added, intltool was missing as makedepends. perl-xml-parser is a dependency of intltool. thanks for reporting.
nbvcxz commented on 2014-09-21 11:37
Noticed perl-xml-parser is still missing in makedepends. Could you correct it?
valr commented on 2013-02-24 15:41
Hi all, new version of libexif-gtk has been released, please rebuild libexif-gtk and then gtkam.
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