Package Details: chdkptp-svn 477-3

Package Base: chdkptp-svn
Description: Client created specifically for controlling CHDK Canon cameras
Upstream URL: http://chdk.wikia.com/
Category: multimedia
Licenses: GPL
Submitter: vn158
Maintainer: vn158
Last Packager: None
Votes: 1
First Submitted: 2014-01-08 18:56
Last Updated: 2014-01-08 19:02

Dependencies (2)

Required by (0)

Sources

  • chdkptp.desktop
  • chdkptp.sh
  • chdkptp

Latest Comments

Comment by dreieck

2014-06-28 10:21

svn version is already at 605 (or higher).

So, please update OR change the variable pkgver to "latest" in the uploaded PKGBUILD. (the real pkgver get's calculated by the pkgver()-function.)

Comment by dreieck

2014-06-25 22:29

Does not build:
==>
/sbin/ld: cannot find -llua5.2
collect2: error: ld returned 1 exit status
Makefile:125: recipe for target 'chdkptp' failed
make: *** [chdkptp] Error 1
<==

Workaround:

in /usr/lib, make a symlink from liblua.so.5.2 to liblua5.2.so:

==>
cd /usr/lib
ln -s liblua.so.5.2 liblua5.2.so
<==


But, please, fix the PKGBUILD to patch the make process to use liblua.so.5.2.

Comment by gamag

2014-05-31 00:42

Didn't compile because of lua being not available as 'liblua5.2.so' until I added 'echo LUA_LIB=lua >> include.mk' to 'build()'.

Once compiled, it works perfectly, thank you!