Commit Graph

7 Commits

Author SHA1 Message Date
ssrlive
8a030167e4 following upstream changes. 2021-08-15 12:14:00 +08:00
Mauro Carvalho Chehab
77338f8354 python/Makefile.am.inc: Only export the initialization symbol
The python3 port uses a different symbol for the zbar initialization
code. re-add the -export-symbol-regex with was removed from libtool,
ensuring that only either initzbar (Python2) or PyInit_zbar (Python3)
will be exported.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-05-06 05:31:57 -03:00
Jonas Jelten
aea5c3c551 don't limit exported symbols to python module init function 2019-05-05 19:14:00 +02:00
Mauro Carvalho Chehab
cd5b63e5b5 Update to the very latest version of zbar
zbar was using a 2010 snapshot of its hg tree.
Take a new snapshot to get zbar's improvements.

[Imported from Fedora 26 tree]
2017-03-25 23:04:38 -03:00
spadix@users.sourceforge.net
47b8945076 extract explicit result container, separate from image
- remove (broken/tmp) converted image result sharing
    - add explicit symbol recycle API, update processor/widgets to use
    - cleanup and update C++ API
    - update Python/Perl APIs
    - fix broken and add new Python/Perl tests

--HG--
branch : qr
2009-09-24 11:35:22 -04:00
spadix@users.sf.net
8c5c489309 * fixup some perl distribution details
* project name change: everything "zebra" becomes "zbar"
  * remove old logo
2009-04-17 22:26:38 +00:00
spadix@users.sf.net
155aaa265a * add first pass python bindings!
* fix perl mortality bug
  * add new cfg constants to perl
  * fix perl doc handler ref
  * fix processor set_active error propagation
  * add wiki examples (scan_image.*, processor.*)
2009-03-26 01:21:48 +00:00