Commit Graph

50 Commits

Author SHA256 Message Date
59e3bb4a5d Accepting request 873104 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/873104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=15
2021-02-23 19:19:04 +00:00
b76e06400f Accepting request 873103 from home:alois:branches:Application:Geo
- Update to version 0.23.90
  * Fixed several issues with configure.ac, making it auto-detect
    most things, when possible
  * Fixed some build issues
  * Make it compatible with Python 3.9
  * Fixed some Python 3.9 and Qt5 warnings
  * Typo fixes
  * Several fixes at zbarcam
  * zbarimg: fix stderr output when symbols are found
- Drop 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch and
  0002-get-rid-of-gettext_h.patch (merged upstream)
- Enable python3 module

OBS-URL: https://build.opensuse.org/request/show/873103
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=49
2021-02-17 11:53:37 +00:00
3c582fa228 Accepting request 865511 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/865511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=14
2021-01-27 17:56:45 +00:00
088c169ef9 Accepting request 865510 from home:alois:branches:Application:Geo
- Apply patch0 unconditionally and fix build on Leap

OBS-URL: https://build.opensuse.org/request/show/865510
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=47
2021-01-21 21:14:04 +00:00
d6ff77ad45 Accepting request 849552 from Application:Geo
- Update to version 0.23.1
  * Add i18n translation support and add a pt_BR translation
  * Change default to autodetect python and gtk versions
  * Some documentation updates
  * Add support for binary data extraction
  * Add support for raw decoding without charset conversions
  * Add one shot scanning mode
  * Fix help messages
  * Fix some makefile issues
  * Fix error detection in video4linux read
  * Fix pkgconfig for zbar-qt5
  * Fix a double-free condition
- Add 0002-get-rid-of-gettext_h.patch

OBS-URL: https://build.opensuse.org/request/show/849552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=13
2020-11-23 15:38:04 +00:00
Martin Pluskal
0b135acb30 - Add 0002-get-rid-of-gettext_h.patch
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=45
2020-11-20 07:13:29 +00:00
Martin Pluskal
02427b2ab0 Accepting request 849385 from home:jgwang:branches:Application:Geo
version update to 0.23.1

OBS-URL: https://build.opensuse.org/request/show/849385
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=44
2020-11-20 07:08:50 +00:00
ad2d1d32e5 Accepting request 741319 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/741319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=12
2019-10-22 14:42:27 +00:00
484be04dcc Accepting request 741313 from home:StefanBruens:branches:Application:Geo
Fix installcheck for pending Qt4 removal in Staging:D

- Remove references to Qt4 from zbar-qt pkgconfig file (#62),
  add 0001-Create-correct-pkconfig-file-for-zbar-qt5.patch

OBS-URL: https://build.opensuse.org/request/show/741313
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=42
2019-10-20 14:02:05 +00:00
33a0be7258 Accepting request 713708 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/713708
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=11
2019-07-22 10:14:49 +00:00
58e1fa04b4 Accepting request 713704 from home:StefanBruens:branches:Application:Geo
- Update to version 0.23:
  * Support for Gtk3 (backward support with Gtk2 will be maintained.
  * Support for Python 3 (backward support with Python2 will be maintained);
  * Support for ZBar Gtk GObject Introspection (GIR). That allows using ZBar
    Gtk3 widgets on any language that it is compatible with GIR, including
    python 2 and python 3.
- Switch from ImageMagick to GraphicsMagick, the latter has significantly
  less build dependencies. As it is only used by the zbarimg tool to
  load images, this does not affect users of the zbar library.
- Update URL tag to point to the current upstream location

OBS-URL: https://build.opensuse.org/request/show/713704
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=40
2019-07-06 11:15:46 +00:00
6d0ee495d7 Accepting request 689412 from Application:Geo
- Update to version 0.22:
  * zbarcam-qt: allow changing resolutions in real time
  * zbarcam-qt: better support ZBar options
  * zbarcam-qt: do several visual improvements
  * zbarcam-qt: make it remember the geometry
  * zbarcam-qt: allow show/hide control and options bars
  * zbarcam-qt: remember lastly used settings and camera controls
  * zbarcam-qt: allow changing ZBar decode options via GUI
  * Add API to allow get/set resolutions
  * img_scanner: add handler for color-inverted codes
  * img_scanner: fix get_config parameter validation
  * scan_video: improve logic to remove duplicated/invalid devnodes
  * symbol.c: fix symbol hash logic (prevents crash with QR options)
  * configure.ac: fix an error at libv4l2 package check
  * fix some typos
  * exit gracefully when decoding split QR codes

OBS-URL: https://build.opensuse.org/request/show/689412
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=10
2019-04-03 07:23:31 +00:00
Martin Pluskal
f1c64ba338 - Update to version 0.22:
* zbarcam-qt: allow changing resolutions in real time
  * zbarcam-qt: better support ZBar options
  * zbarcam-qt: do several visual improvements
  * zbarcam-qt: make it remember the geometry
  * zbarcam-qt: allow show/hide control and options bars
  * zbarcam-qt: remember lastly used settings and camera controls
  * zbarcam-qt: allow changing ZBar decode options via GUI
  * Add API to allow get/set resolutions
  * img_scanner: add handler for color-inverted codes
  * img_scanner: fix get_config parameter validation
  * scan_video: improve logic to remove duplicated/invalid devnodes
  * symbol.c: fix symbol hash logic (prevents crash with QR options)
  * configure.ac: fix an error at libv4l2 package check
  * fix some typos
  * exit gracefully when decoding split QR codes

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=38
2019-03-28 16:26:06 +00:00
651254fdb3 Accepting request 682921 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/682921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=9
2019-03-11 10:14:15 +00:00
e2cf9cf17b Accepting request 682919 from home:olh:branches:Application:Geo
- Use gcc7 in SLE_12

OBS-URL: https://build.opensuse.org/request/show/682919
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=36
2019-03-08 20:11:43 +00:00
ee69017e85 Accepting request 676347 from Application:Geo
- Update to version 0.21:
  * zbarcam-qt: allow selecting codes via GUI interface
  * When both enabled, ISBN-13 has precedence over ISBN-10
  * ZBar is now using Travis CI for continuous integration tests
  * Convert INSTALL and README to markdown and update them
  * Improve ZBar testing code and make easier to run the tests
  * Fix build with Clang
  * Add simple dbus IPC API to zbarcam.
  * zbarimg: display only the compiled symbologies
  * v4l2: make ZBar build and run on Kernels < 3.16
  * configure.ac: The pdf417 code is incomplete. Warn about that
  * Add Debian packaging and Travis CI configuration
  * Add barcode examples for different supported symbologies
  * Several improvements at the building system
  * Add support for SQ code symbology
  * v4l2: add fallback for systems without v4l2_ext_controls which field
  * v4l2: use device_caps instead of capabilities
  * v4l2: make v4l2_request_buffers() more generic
  * release video buffers after probing and request them again when needed
  * Ignore ENOTTY errors when calling VIDIOC_S_CROP
  * doc/Makefile.am.inc: clean html generated files
  * Add --disable-doc configure option to disable building docs
  * Fix function protoype to be compatible with recent libjpeg
  * Wrap logical not operations into parentheses
  * INSTALL: warn that autoconf should be called before configure
  * code128: fix error logic
  * convert: ensure that it will not use a freed value
  * zbar: use g_thread_new() instead of g_tread_create()
  * zbargtk: add a missing break
  * gtk/zbargtk: add a missing check if zbar->window is not null

OBS-URL: https://build.opensuse.org/request/show/676347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=8
2019-02-20 13:06:59 +00:00
Martin Pluskal
d719147482 - Make building more verbose
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=34
2019-02-15 09:08:32 +00:00
Martin Pluskal
8cd15da1fd - Update to version 0.21:
* zbarcam-qt: allow selecting codes via GUI interface
  * When both enabled, ISBN-13 has precedence over ISBN-10
  * ZBar is now using Travis CI for continuous integration tests
  * Convert INSTALL and README to markdown and update them
  * Improve ZBar testing code and make easier to run the tests
  * Fix build with Clang
  * Add simple dbus IPC API to zbarcam.
  * zbarimg: display only the compiled symbologies
  * v4l2: make ZBar build and run on Kernels < 3.16
  * configure.ac: The pdf417 code is incomplete. Warn about that
  * Add Debian packaging and Travis CI configuration
  * Add barcode examples for different supported symbologies
  * Several improvements at the building system
  * Add support for SQ code symbology
  * v4l2: add fallback for systems without v4l2_ext_controls which field
  * v4l2: use device_caps instead of capabilities
  * v4l2: make v4l2_request_buffers() more generic
  * release video buffers after probing and request them again when needed
  * Ignore ENOTTY errors when calling VIDIOC_S_CROP
  * doc/Makefile.am.inc: clean html generated files
  * Add --disable-doc configure option to disable building docs
  * Fix function protoype to be compatible with recent libjpeg
  * Wrap logical not operations into parentheses
  * INSTALL: warn that autoconf should be called before configure
  * code128: fix error logic
  * convert: ensure that it will not use a freed value
  * zbar: use g_thread_new() instead of g_tread_create()
  * zbargtk: add a missing break
  * gtk/zbargtk: add a missing check if zbar->window is not null

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=33
2019-02-15 08:43:31 +00:00
cbe49dfd8b Accepting request 668153 from Application:Geo
- Update Zbar to v0.20.1
  * switch from the old abandoned codebase to the new codebase
    maintained by linuxtv.org
  * improved v4l2 support
  * compatible with Qt5
  * various fixes
- Removed fix_build.patch
- Removed fix-gcc5.patch
- Removed zbar-Qt5.patch
- Removed fix-gcc8.patch

OBS-URL: https://build.opensuse.org/request/show/668153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=7
2019-01-26 21:19:41 +00:00
Martin Pluskal
57725dd22a OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=31 2019-01-23 17:04:12 +00:00
Martin Pluskal
d60f914f3c Accepting request 668116 from home:polslinux:branches:openSUSE:Factory
- Update Zbar to v0.20.1
  * switch from the old abandoned codebase to the new codebase
    maintained by linuxtv.org
  * improved v4l2 support
  * compatible with Qt5
  * various fixes
- Removed fix_build.patch
- Removed fix-gcc5.patch
- Removed zbar-Qt5.patch
- Removed fix-gcc8.patch

- Update Zbar to v0.20.1

OBS-URL: https://build.opensuse.org/request/show/668116
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=30
2019-01-23 17:03:43 +00:00
61c4b27d65 Accepting request 595311 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/595311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=6
2018-04-17 09:11:18 +00:00
Martin Pluskal
72257e982e Accepting request 595299 from home:marxin:branches:Application:Geo
- Add fix-gcc8.patch (boo#1088885).

OBS-URL: https://build.opensuse.org/request/show/595299
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=28
2018-04-10 15:40:55 +00:00
05117e346a Accepting request 538119 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/538119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=5
2017-11-04 09:24:20 +00:00
Martin Pluskal
a074252430 Accepting request 538118 from home:pluskalm:branches:Application:Geo
- Drop python bindings and gtk support
- Cleanup with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/538118
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=26
2017-11-01 14:53:08 +00:00
9dab5c22c6 Accepting request 516205 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/516205
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=4
2017-08-23 09:52:43 +00:00
9b9abeebc1 Accepting request 516083 from home:alois:branches:Application:Geo
OBS-URL: https://build.opensuse.org/request/show/516083
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=24
2017-08-11 17:27:36 +00:00
6d174fa2e9 Accepting request 454476 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/454476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=3
2017-02-08 09:45:24 +00:00
Martin Pluskal
a60d22e1bb Accepting request 454473 from home:jengelh:branches:Application:Geo
- Compact and update descriptions

OBS-URL: https://build.opensuse.org/request/show/454473
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=22
2017-02-03 17:30:04 +00:00
Angelos Tzotsos
2eb38d400a Accepting request 454406 from home:dimstar:Factory
- Properly packaeg %_defaultdocdir: new rpm versions no longer
  implicitly add this to the packages.

OBS-URL: https://build.opensuse.org/request/show/454406
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=21
2017-02-03 12:43:22 +00:00
72e268e9a5 Accepting request 405878 from Application:Geo
1

OBS-URL: https://build.opensuse.org/request/show/405878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=2
2016-07-12 21:49:30 +00:00
Martin Pluskal
5c2e304bd8 Accepting request 405869 from home:dimstar:gnome-keysign
Add baselibs.conf, needed for gstreamer-32bit packages

OBS-URL: https://build.opensuse.org/request/show/405869
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=19
2016-07-01 12:50:14 +00:00
1b6724250d Accepting request 401912 from Application:Geo
New package - dependency of other packages

OBS-URL: https://build.opensuse.org/request/show/401912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zbar?expand=0&rev=1
2016-06-14 21:08:57 +00:00
Martin Pluskal
535bb650ec Accepting request 401911 from home:jengelh:branches:Application:Geo
- Ensure SONAME symlinks stay with the library

OBS-URL: https://build.opensuse.org/request/show/401911
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=17
2016-06-14 10:48:19 +00:00
Ismail Dönmez
1a3b42fd31 Accepting request 400786 from home:dimstar:Factory
Fix last factory decline reason - please forward to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/400786
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=16
2016-06-09 09:56:08 +00:00
Martin Pluskal
6b6fbc2d9c Accepting request 400695 from home:dimstar:branches:Application:Geo
Clean up spec file for inclusion into openSUSE - gstreamer would need the zbar module in order for a new package to be introduced to make use of it - please forward

OBS-URL: https://build.opensuse.org/request/show/400695
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=15
2016-06-08 14:42:39 +00:00
Martin Pluskal
c859fe3d28 Accepting request 353325 from home:gmg137
fix gcc5 build error

OBS-URL: https://build.opensuse.org/request/show/353325
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=14
2016-01-13 08:00:14 +00:00
e5938567b5 fix automake issue hopefully finally
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=13
2013-02-28 19:07:50 +00:00
247a927e7f update
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=12
2013-02-28 17:42:00 +00:00
e722f8bc3c OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=11 2013-02-28 16:56:42 +00:00
604a789639 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=10 2012-09-13 17:00:06 +00:00
264884e74d OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=9 2012-09-13 16:57:59 +00:00
e11a649160 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=8 2012-09-13 16:53:53 +00:00
a61de375dd restruct automake fix to >= 12.2
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=7
2012-08-06 18:37:04 +00:00
b813ae048a fix build
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=6
2012-08-06 17:28:37 +00:00
c4dc610053 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=5 2012-08-06 16:18:48 +00:00
763a67dfae OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=4 2012-08-06 16:15:01 +00:00
861d18c91b fix build
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=3
2011-11-19 23:07:31 +00:00
57aa5bd131 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=2 2011-01-26 18:39:33 +00:00
b00d633c99 osc copypac from project:home:cgoncalves package:zbar revision:3
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/zbar?expand=0&rev=1
2011-01-26 18:31:16 +00:00