{"bugs":[{"bugid":966297,"firstseen":"2025-11-21T13:58:49.733932","severity":"normal","status":"UNCONFIRMED","summary":"dev-perl\/Unicode-LineBreak-2019.1.0-r1 - automagic dependency on dev-libs\/libthai"}],"categories":[{"categoryid":393,"name":"dev-libs","summary":"The dev-libs category contains various miscellaneous programming libraries."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"8fd3e833528b2ac820695469e56186353aaea6a2","committime":"2026-02-27T18:45:46","packageid":78823,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"jsmolic@gentoo.org","authorname":"Jakov Smolić","body":"Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>","commitid":"99ffed2221cac6ff72cb01bac4eeec488e0b3575","committime":"2026-02-27T18:44:29","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: Keyword 0.1.30-r1 riscv, #969891"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"618dbe5f89f77887c468ed010d22abbb21943118","committime":"2026-02-12T23:00:50","packageid":78823,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"vowstar@gmail.com","authorname":"Huang Rui","body":"Switch SRC_URI to upstream release tarball (.tar.xz) instead of GitHub\narchive. Remove autotools inherit and eautoreconf since upstream tarball\nalready includes configure.\n\nSigned-off-by: Huang Rui <vowstar@gmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/45780\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/45780\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"27adac6fef8e39d973bd4074f0854da4c65a44fb","committime":"2026-02-12T15:49:25","packageid":78823,"repoid":1,"summary":"dev-libs\/lib{datrie,thai}: switch to release tarball"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d98fb1e113d5592edf7203a47b1df273b2d60a7c","committime":"2026-02-11T23:30:49","packageid":78823,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"84d7129b82a522b5fb93ae9ce5c17ee35f58ee45","committime":"2026-02-11T23:03:23","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: update DESCRIPTION"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"234353b788d269433cd955712bd9a26a1aedefe0","committime":"2026-02-11T18:01:15","packageid":78823,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"cfae81e40eaad3f8478a4f2e7fe01d5d144f6de1","committime":"2026-02-11T17:56:10","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: Keyword 0.1.30-r1 x86, #969891"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1309d4f15bae7b6919fe2ad7b5fcd1f2b265986f","committime":"2026-02-11T08:00:49","packageid":78823,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"a265d87223e5a799a590597e1e7e9298d988ed5c","committime":"2026-02-11T07:49:06","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: Keyword 0.1.30-r1 arm64, #969891"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"3bcc3cc6c58eca67dc78d54e5323c7a0e693ecc2","committime":"2026-02-11T07:49:04","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: Keyword 0.1.30-r1 arm, #969891"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"449dd25e463d49b45a8b4e1ad33ca245c6faa58b","committime":"2026-02-11T07:30:50","packageid":78823,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"We agreed to do this dance to help out ::guru to avoid leaving it\ntemporarily broken because of keywords: add -r0 with everything it\nhad before, and -r1 w\/ them dropped for proper rekeywording.\n\nBug: https:\/\/bugs.gentoo.org\/969891\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"51e32cfc7c27b5be46cc64b771781184966331d3","committime":"2026-02-11T07:27:51","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: drop keywords except for ~amd64 in -r1"},{"authoremail":"vowstar@gmail.com","authorname":"Huang Rui","body":"Imported from GURU with KEYWORDS retained to avoid breaking existing users.\n\nSigned-off-by: Huang Rui <vowstar@gmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/45629\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/45629\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"83ec0a6122b18ac5fb8b30b250945a13c844ced8","committime":"2026-02-06T03:40:54","packageid":78823,"repoid":1,"summary":"dev-libs\/libthai: new package, add 0.1.30"}],"dependencies":[{"block":false,"categoryid":393,"description":"Double-Array Trie Library","ebuildids":[889672,889673],"firstseen":"2026-02-11T07:35:11.857999","name":"libdatrie","packageid":78822,"summary":"This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. Trie is a kind of digital search tree, an efficient indexing method in which search time is independent of database size. It only takes O(m) search time, where m is the length of the search string. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries."}],"depending":[],"ebuilds":[{"archs":["~amd64","~arm","~arm64","~riscv","~x86"],"ebuildid":889673,"firstseen":"2026-02-11T07:35:11.857999","license":"LGPL-2.1+","moddate":"2026-02-27T18:50:04","packageid":78823,"repoid":1,"slot":"0\/0","uses":["doc"],"version":"0.1.30-r1"},{"archs":["~amd64","~arm","~arm64","~riscv","~x86"],"ebuildid":889672,"firstseen":"2026-02-11T07:35:11.857999","license":"LGPL-2.1+","moddate":"2026-03-22T20:20:50","packageid":78823,"repoid":1,"slot":"0\/0","uses":["doc"],"version":"0.1.30"}],"masks":[],"package":{"categoryid":393,"description":"Set of Thai language support routines","firstseen":"2026-02-11T07:35:11.857999","name":"libthai","packageid":78823,"summary":"LibThai is a set of Thai language support routines aimed to ease developers' tasks to incorporate Thai language support in their applications. It includes important Thai-specific functions e.g. word breaking, input and output methods as well as basic character and string supports. LibThai is an Open Source and collaborative effort initiated by Thai Linux Working Group and opened for all contributors."},"rdependencies":[{"block":false,"categoryid":393,"description":"Double-Array Trie Library","ebuildids":[889672,889673],"firstseen":"2026-02-11T07:35:11.857999","name":"libdatrie","packageid":78822,"summary":"This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe. Trie is a kind of digital search tree, an efficient indexing method in which search time is independent of database size. It only takes O(m) search time, where m is the length of the search string. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries."}],"repos":[{"branch":"master","lastcommit":"f87ce2b74421571078063820dc1065e7089c9fa7","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/github.com\/tlwg\/libthai","https:\/\/linux.thai.net\/projects\/libthai"],"uses":[{"description":"Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally","isdefault":false,"use":"doc"}]}