Dominique Leuenberger
5fa3e0cff7
Accepting request 929674 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/929674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=9
2021-11-06 17:15:46 +00:00
e11f31a197
Accepting request 929661 from home:dspinella:branches:devel:libraries:c_c++
...
- Do not build examples to avoid a cycle with QT5Multimedia
Please forward the request to Factory if it gets accepted. Thank you.
OBS-URL: https://build.opensuse.org/request/show/929661
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=21
2021-11-05 14:09:27 +00:00
e3bb1d6967
Accepting request 929043 from home:dspinella:branches:devel:libraries:c_c++
...
- Use the updated cmake3-full package instead of cmake on SLE12
- Do not build examples on SLE12
- Only build blackbox tests on TW
OBS-URL: https://build.opensuse.org/request/show/929043
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=20
2021-11-04 09:54:43 +00:00
3b29e3494a
Accepting request 903142 from home:susnux:branches:devel:libraries:c_c++
...
- Update to 1.2.0
OBS-URL: https://build.opensuse.org/request/show/903142
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=19
2021-06-30 15:35:36 +00:00
Dominique Leuenberger
975929226b
Accepting request 870543 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/870543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=8
2021-02-17 17:08:37 +00:00
76955b2fce
Accepting request 870409 from home:cgiboudeaux:branches:devel:libraries:c_c++
...
- Update to 1.1.1. No changelog available.
- Drop fix-pkg-config-file.patch. Merged upstream
- Add 0001-Fix-build-with-GCC-11.patch to fix GCC 11 build
issues (boo#1181915)
OBS-URL: https://build.opensuse.org/request/show/870409
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=17
2021-02-09 13:52:24 +00:00
Dominique Leuenberger
7f74fd1155
Accepting request 864028 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/864028
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=7
2021-01-19 15:00:52 +00:00
c3d5e65aa7
Accepting request 863939 from home:simotek:branches:devel:libraries:c_c++
...
- Use %cmake_build instead of %make_jobs
- Shouldn't need -DBUILD_SHARED_LIBRARY=ON
OBS-URL: https://build.opensuse.org/request/show/863939
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=15
2021-01-18 10:26:28 +00:00
Dominique Leuenberger
3ec145d77e
Accepting request 844053 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/844053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=6
2020-10-27 17:58:27 +00:00
Dominique Leuenberger
37e86b2856
Accepting request 843573 from home:alarrosa:branches:devel:libraries:c_c++
...
- Add baselibs.conf
OBS-URL: https://build.opensuse.org/request/show/843573
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=13
2020-10-26 09:45:10 +00:00
Dominique Leuenberger
f0a30034db
Accepting request 833757 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/833757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=5
2020-09-14 10:15:53 +00:00
b64282e788
Accepting request 833742 from home:alarrosa:branches:devel:libraries:c_c++
...
- Add fix for pkg-config file so the version and library are set properly
in the resulting .pc file:
* fix-pkg-config-file.patch
OBS-URL: https://build.opensuse.org/request/show/833742
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=11
2020-09-11 11:30:17 +00:00
Dominique Leuenberger
1064497c70
Accepting request 827759 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/827759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=4
2020-08-21 17:00:18 +00:00
0d03091bd3
Accepting request 827103 from home:cgiboudeaux:zxing
...
- Update to 1.1.0
* Add Python binding
* Bug fixes from upstream XZing project
* Many performance improvements for 1D readers
* More meta-data exported when reading specific format
* Minor bug fixes and improvements for corner cases
* Improve DataMatrix encoder
* Add interface to simplify basic usage
* WASM API to support pixels array as input
* Few minor bug fixes
* A new and (hopefully) 'future proof' single ReadBarcode entry point
into the decoding functionality.
* The LuminanceSource based API is now deprecated but still compiles.
* A new BarcodeFormats flag type to specify the set of barcodes to look for.
* Deprecated unrelyable Result::resultPoints in favor of well defined
Result::position.
* Deprecated Result::metadata() -> ORIENTATION in favor
of Result::orientation.
* New Binarizer enum in DecodeHints to specify the binarizer for
the ReadBarcode API.
* New DecodeHints::isPure property to speed up detection for
'pure' input use-cases.
* New 'unified' CMake structure to build (most) of the project from
the top-level project.
* New ZXingReader and ZXingWriter example code also meant for distributing.
* New simplified and consistent Python API (breaking change)
* ReedSolomon error detection code 2x speedup.
* Enable basic MaxiCode support.
* Fix coutry-code metatdata decoding for UPC/EAN codes.
* Slightly improved QRCode detection for rotated symbols.
OBS-URL: https://build.opensuse.org/request/show/827103
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=9
2020-08-19 08:55:31 +00:00
Dominique Leuenberger
f02af70d83
Accepting request 755234 from devel:libraries:c_c++
...
OBS-URL: https://build.opensuse.org/request/show/755234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=3
2019-12-23 21:34:02 +00:00
e3901fdcca
Accepting request 754291 from home:marxin:branches:devel:libraries:c_c++
...
- Add add-missing-includes-of-stdexcept-header.patch
in order to fix boo#1158377.
OBS-URL: https://build.opensuse.org/request/show/754291
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=7
2019-12-09 12:54:22 +00:00
Dominique Leuenberger
9f82027a41
Accepting request 710964 from devel:libraries:c_c++
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/710964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=2
2019-06-20 16:55:56 +00:00
Dominique Leuenberger
38b0366b4e
Accepting request 704666 from devel:libraries:c_c++
...
New package: zxing-cpp, a C++ port of the ZXing ("zebra crossing") 1D and
2D barcode parsing library.
This is an officially-sanctioned fork of the original C++ port of ZXing
(context: https://github.com/nu-book/zxing-cpp/issues/44 )
This is an optional dependency of the "kitinerary" package, which uses
zxing-cpp toprocess and parse barcodes from PDFs.
OBS-URL: https://build.opensuse.org/request/show/704666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zxing-cpp?expand=0&rev=1
2019-06-19 18:58:02 +00:00
fbcaccebf9
Accepting request 704994 from home:jengelh:branches:devel:libraries:c_c++
...
- Trim metadata redundancies from description.
OBS-URL: https://build.opensuse.org/request/show/704994
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=4
2019-05-23 12:58:10 +00:00
6ece78e072
Accepting request 704664 from home:luca_b:zxing
...
Really fix URL (manually checked)
OBS-URL: https://build.opensuse.org/request/show/704664
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=3
2019-05-22 08:33:47 +00:00
9f33439109
Accepting request 704563 from home:luca_b:zxing
...
- Fixup URL and Source
OBS-URL: https://build.opensuse.org/request/show/704563
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=2
2019-05-22 08:04:19 +00:00
b18c9a8d13
Accepting request 704079 from home:luca_b:zxing
...
New package: zxing-cpp, a C++ port of the Java ZXing library
This will be required by some KDE packages (kitinerary) to provide barcode
processing.
NOTE: there are multiple forks of this library around. This one is at least
officially sanctioned by the original ZXing developers, provides proper
library versioning (after some poking upstream) and has actual releases.
This is also the one required by the KDE package mentioned above.
See https://github.com/nu-book/zxing-cpp/issues/44 for details.
OBS-URL: https://build.opensuse.org/request/show/704079
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zxing-cpp?expand=0&rev=1
2019-05-21 08:21:38 +00:00