Disowning... sorry.
Search Criteria
Package Details: libdecodeqr 0.9.3-2
Package Actions
| Package Base: | libdecodeqr |
|---|---|
| Description: | A C/C++ library for decoding QR code 2D barcodes |
| Upstream URL: | http://trac.koka-in.org/libdecodeqr |
| Category: | lib |
| Licenses: | |
| Submitter: | lolilolicon |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2010-11-29 15:43 |
| Last Updated: | 2010-12-31 07:04 |
Dependencies (1)
- opencv>=2.2.0
Required by (0)
Sources
- fix_ftbfs_590342.diff
- fix_library_build.diff
- fix_opencv.diff
- http://ftp.de.debian.org/debian/pool/main/libd/libdecodeqr/libdecodeqr_0.9.3.orig.tar.gz
Latest Comments
Comment by lolilolicon
Comment by lolilolicon
Updated: *dirty* fix for opencv 2.2.0
Comment by lolilolicon
The failure is caused by the drastic changes of the opencv API between opencv-2.1.0 and opencv-2.2.0.
I guess it could be fixed by using ``pkg-config'', but I honestly don't know how to fix this at the moment.
Comment by yetAnotherZero
I'm having a difficult time ironing this one out...
here's the error I'm currently stuck at during install - it happens during the ./configure phase:
checking for cvCreateImage in -lcv... no
If your system already has OpenCV, append place of the libcv.la
to your LDFLAGS environment variables. eg,
LDFLAGS="$LDFLAGS -L/usr/local/opencv/lib";export LDFLAGS
configure: error: libcv.la not found.
Aborting...
I have opencv installed but there is no file on the hard drive called "libcv.la"
Comment by lolilolicon
Note this package pulls source code from debian, since the original server gives 502