summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
wang biao [Thu, 12 Oct 2023 05:31:01 +0000 (13:31 +0800)]
fix build error if using gbs import from .src.rpm way
reproduce step:
wget http://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20231011.105835/repos/standard/source/zint-2.6.7-2.src.rpm
gbs import zint-2.6.7-2.src.rpm
cd zint
gbs build -A armv7l --include-all
it will show build error like this:
${Patch0}: No such file or directory.
Normally, for files in packaging directory, it should use "Source" filed in spec file.
Because in gbs build logic, it will remove "patch*:" line before generating patches according to commit ids.
Change-Id: I0a17e9f782aa7791cd7dd406fe32aff5f39f3c92
Signed-off-by: wang biao <biao716.wang@samsung.com>
wchang kim [Mon, 29 May 2023 21:24:22 +0000 (06:24 +0900)]
For RISCV64
Change-Id: I8f8bf0d9ddf175eaf3ca7889d28cd12838a348c1
Kwanghoon Son [Fri, 10 Feb 2023 10:33:24 +0000 (19:33 +0900)]
Fix circle radius to half
Change-Id: Ice227265f998b2094c24b75e0862913dbfaf0c7d
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
Kwanghoon Son [Wed, 1 Feb 2023 02:09:23 +0000 (11:09 +0900)]
Fix finder margin calculate
Change-Id: Idcbc40873c7170fda13506da1da49f5b64fd97dd
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
Kwanghoon Son [Thu, 26 Jan 2023 05:06:18 +0000 (14:06 +0900)]
Add design qr patch
Design qr support various data, finder shape.
Change-Id: I16069c2fd8d04327423176993608baa6b54a786f
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
Kwanghoon Son [Fri, 23 Dec 2022 09:49:31 +0000 (18:49 +0900)]
Add qrcode test
[Issue type] New
Add qrcode test from zint upstream repository.
Link: https://github.com/zint/zint/blob/9e06845c93f042a775f59c64bcd92e934f8963da/backend/tests/test_qr.c
Change-Id: I7e7e1053c3fcf5ba454e4615b27e0ca6d1e0e994
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
Tae-Young Chung [Thu, 10 Sep 2020 02:09:06 +0000 (11:09 +0900)]
Downgrade to version 2.6.7
sjis.c, gb18030.c gb2312.c are parts of LIBICONV
opensource with GPL-2.0 license. It was added after 2.6.7 so
downgrade to 2.7.1 to 2.6.7.
Current version is corresponding to
```
commit
385a0a246f2d9f7a6fd774fd8edc03d3d965f49e (HEAD)
Author: Robin Stuart <rstuart114@gmail.com>
Date: Sun Nov 17 22:03:54 2019 +0000
typo-- in isotest
```
Change-Id: If90b5f00e9db5fcf94a895b9fef8afea0f43cfd8
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Mon, 22 Jun 2020 02:16:33 +0000 (11:16 +0900)]
Bump to version 2.7.1
zint is originally GPL v3 for an whole package
but backend can be used as BSD-3 as
The backed part of zint-code is updated to version 2.7.1
https://sourceforge.net/p/zint/code/ci/master/tree/
Change-Id: I779a9f70f93f0202affe41a7644d9e4bfb810123
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Fri, 14 Apr 2017 01:42:51 +0000 (10:42 +0900)]
Changed the name of license BSD-2.0 to BSD-3-Clause
Change-Id: I7a83c9808cf2506e144cebe8af732b06ffcc4979
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Mon, 27 Mar 2017 06:23:09 +0000 (15:23 +0900)]
Update spec file for license macro
Change-Id: Ia3e5408d55d502af8fc8882f186b8897e639ac4a
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Fri, 2 Dec 2016 08:25:31 +0000 (17:25 +0900)]
Remove a backup file
Change-Id: Ie9dc69996ac9e0d5d2b900773cd0c5b3ff489dab
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Wed, 30 Nov 2016 07:58:55 +0000 (16:58 +0900)]
Removed unreachable code and fixed buffer overflow
- Replace unreachable code for debug purpose with #ifdef preprocessor.
- Fixed possible buffer overflow
Change-Id: Ia8a6a073ab82f32c038b60cf493f0529f4e2c8e7
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Tue, 8 Sep 2015 06:06:14 +0000 (15:06 +0900)]
Remove bottom whitespace when show_hrt is set to zero
Change-Id: I258e47db7a832af5f2c99b98677e8d254f689881
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Wed, 26 Aug 2015 07:38:58 +0000 (16:38 +0900)]
Fix build error aarch64 and x86_64
Change-Id: I27fc4abd0c87f7949bbf8ea06e69573389ac88af
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Tae-Young Chung [Sun, 2 Aug 2015 05:51:58 +0000 (14:51 +0900)]
Add Zint Barcode Generator
Change-Id: I5fe674ec5ee8ba7249edd988822990974e01da06
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
KyungMi Lee [Mon, 15 Jun 2015 05:33:00 +0000 (22:33 -0700)]
Initial empty repository