Gentoo Archives: gentoo-user

From: karl@××××××××.se
To: gentoo-user@l.g.o
Subject: [gentoo-user]
Date: Sat, 05 Dec 2020 16:58:27
Message-Id: 20201205165819.602FA82C6E10@turkos.aspodata.se
In Reply to: Re: [gentoo-user] glabels not showing GNU Barcode by karl@aspodata.se
1 Karl:
2 > Thelma:
3 > > I have app-office/glabels installed with (barcode -eds)
4 > > but the style menus is not showing "GNU Barcode
5 > >
6 > > Is it a bug?
7 >
8 > app-text/barcode doesn't provide the lib needed, see below.
9
10 Instead of barcode you could try out zint:
11
12 git clone https://git.code.sf.net/p/zint/code zint-code
13 cd zint-code
14 git co ade31c41fba14b942cca30a4a605e48517613d25
15 mkdir build
16 cd build
17 cmake ..
18 make
19 make install
20
21 Note:
22 Since ZBarcode_Render was removed in
23 commit f9d969cdd66984906719c87ed486909a673decec
24 you have to check out an earlier commit e.g. the one
25 I used above.
26
27 possible also as root
28 ldconfig
29
30 And then reinstalling glabels
31
32 emerge -aqv app-office/glabels
33
34 ///
35
36 There is also the iec16022 package,
37
38 wget https://archive.kernel.org/debian-archive/debian/pool/main/i/iec16022/iec16022_0.2.4.orig.tar.gz
39 tar zxf iec16022_0.2.4.orig.tar.gz
40 cd iec16022_0.2.4
41 ./configure
42 make
43 make install
44
45 and then reemerge glabels.
46
47 Regards,
48 /Karl Hammar

Replies

Subject Author
Re: [gentoo-user] thelma@×××××××××××.com