Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908833 - app-office/libreoffice-9999 new dependency: External header only library frozen
Summary: app-office/libreoffice-9999 new dependency: External header only library frozen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-19 08:35 UTC by jospezial
Modified: 2023-08-21 15:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2023-06-19 08:35:25 UTC
https://github.com/LibreOffice/core/commit/472fec1b45db7cad7d9e87426a6e8c216174f9f7
"Add frozen library support - for compile-time dict, set support"

https://github.com/LibreOffice/core/commit/cd9afc213d768b9870c81c580fbb00282c0cf1c4
"add --with-system-frozen"

FROZEN_SHA256SUM := f7c7075750e8fceeac081e9ef01944f221b36d9725beac8681cbd2838d26be45
FROZEN_TARBALL := frozen-1.1.1.tar.gz

https://github.com/serge-sans-paille/frozen/archive/refs/tags/1.1.1.tar.gz

External header only library frozen

Header-only library that provides 0 cost initialization for immutable containers, fixed-size containers, and various algorithms.

https://github.com/serge-sans-paille/frozen

Release archives at: https://github.com/serge-sans-paille/frozen/tags
Comment 1 jospezial 2023-06-19 09:58:33 UTC
changes to the ebuild until we have a package in gentoo:

        # not packaged in Gentoo, https://github.com/serge-sans-paille/frozen
        "${ADDONS_URI}/frozen-1.1.1.tar.gz"

                --without-system-frozen
Comment 2 Larry the Git Cow gentoo-dev 2023-08-21 15:51:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dadb42f041a2a25d6e4532fcf14f0d71f7216106

commit dadb42f041a2a25d6e4532fcf14f0d71f7216106
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-08-21 15:48:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-21 15:51:10 +0000

    app-office/libreoffice: update skia for 9999, add new frozen (bundled) dep
    
    Closes: https://bugs.gentoo.org/898030
    Closes: https://bugs.gentoo.org/908833
    Signed-off-by: Sam James <sam@gentoo.org>

 app-office/libreoffice/Manifest                | 2 ++
 app-office/libreoffice/libreoffice-9999.ebuild | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)