- 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
This commit is contained in:
parent
e2cf9cf17b
commit
f1c64ba338
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:333f39df453166b60d5a94d2e231bab6baec73183c11c3cf9f4515c214fa6c50
|
||||
size 1092315
|
3
zbar-0.22.tar.bz2
Normal file
3
zbar-0.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ba9e94c7217a8bd3800f9f3abddf3ed393a62cdf141a709765aad2788744eb7
|
||||
size 1110053
|
20
zbar.changes
20
zbar.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 16:23:42 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 17:31:33 UTC 2019 - olaf@aepfle.de
|
||||
|
||||
|
13
zbar.spec
13
zbar.spec
@ -20,7 +20,7 @@
|
||||
%define sover 0
|
||||
%define libname lib%{name}%{sover}
|
||||
Name: zbar
|
||||
Version: 0.21
|
||||
Version: 0.22
|
||||
Release: 0
|
||||
Summary: Bar code reader
|
||||
License: LGPL-2.0-or-later
|
||||
@ -28,9 +28,6 @@ Group: Productivity/Other
|
||||
URL: http://zbar.sourceforge.net/
|
||||
Source0: https://linuxtv.org/downloads/%{name}/%{name}-%{version}.tar.bz2
|
||||
Source98: baselibs.conf
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: gcc7
|
||||
%endif
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: pkgconfig >= 0.9.0
|
||||
BuildRequires: xmlto
|
||||
@ -46,6 +43,9 @@ BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xv)
|
||||
%if 0%{?suse_version} < 1500
|
||||
BuildRequires: gcc7
|
||||
%endif
|
||||
|
||||
%description
|
||||
ZBar reads bar codes from various sources, such as video streams,
|
||||
@ -109,11 +109,6 @@ test -x "$(type -p gcc-8)" && export CC=$_
|
||||
--without-java \
|
||||
--without-python2 \
|
||||
--without-gtk
|
||||
|
||||
# rpath
|
||||
#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user