gui-libs/text-engine
A lightweight rich-text framework for GTK 4
ChangeLog
commit 26e924746223c82bb63533f72fa3e2990d0a8f16
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sun Jul 7 09:38:25 2024 -0400
gui-libs/text-engine: Backport upstream -Wincompatible-pointer-types fix
Closes: https://bugs.gentoo.org/921918
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 2e65f87613b699434752c4f96cd9e6d2d7075bef
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Wed Dec 21 12:29:34 2022 -0800
gui-libs/text-engine: Add patch to fix -Wreturn-type errors
Closes: https://bugs.gentoo.org/887649
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 90dacd56835e63abdc89bfa43e2190fb9282af2f
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon Sep 26 12:12:59 2022 +0200
gui-libs/text-engine: delete weird empty file
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit 2de77b4797f1471c739eaeb6573f271047d3f6c8
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon Sep 26 12:11:28 2022 +0200
*/*: www-servers/tornado --> dev-python/tornado
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit bf56e3422de54df5b8a9b518d8a1d866f76a6093
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sat Jul 30 08:39:01 2022 -0700
gui-libs/text-engine: Correct package version in meson.build for 0.1.1
Closes: https://bugs.gentoo.org/860015
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 10b2315d889d77fafd474aa521cedd787842910b
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sat Jul 2 14:50:59 2022 -0700
gui-libs/text-engine: Drop 0.1.0
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 258ed04d7ebe630ad9d276b540924e02ec41eae2
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Fri Apr 22 11:20:48 2022 -0700
gui-libs/text-engine: Limit dev-libs/glib to >=2.72.0 for live ebuild
As of the time when this commit is authored, the latest stable version
of dev-libs/glib in ::gentoo is 2.70.4; however, some new tests of this
package added in commits staged for the next release would fail with
glib 2.70.4:
Bail out! GLib-FATAL-ERROR: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
(test/split:29196): GLib-ERROR **: 11:25:10.093: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
Trace/breakpoint trap (core dumped)
These failures can be fixed by upgrading glib to >=2.72.0; 2.72.0 is
also the version used by the upstream in this project's CI builds.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit c76b74ac795d859f0895880f0311d61cd8742599
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Fri Apr 22 11:14:25 2022 -0700
gui-libs/text-engine: Update LICENSE for live ebuild
The upstream has recently changed the license from LGPL-3+ to
|| ( MPL-2.0 LGPL-2.1+ ) in some commits staged for the next release;
the license change has not been retrospectively applied to versions
already released yet.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit d2ed8ba6f5c90d4a4e8f87237a60d5fafc00effa
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Fri Apr 8 07:52:47 2022 -0700
gui-libs/text-engine: Add 0.1.1
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 9c872745238f5c8c33a6cf6e36cb68505bdbf000
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Thu Mar 31 22:10:56 2022 -0700
gui-libs/text-engine: Update LICENSE for live ebuild
The upstream has recently changed the license from MIT to LGPL-3+ in
some commits staged for the next release; the license change has not
been retrospectively applied to versions already released yet.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 2c9cbd43c061b9d54e54464542f476df36b5a37a
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sun Mar 20 22:56:16 2022 -0700
gui-libs/text-engine: Fix typo in die message
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 6a9257cdfd005ea19647f870cc521c6090fe7f76
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sun Mar 20 20:46:02 2022 -0700
gui-libs/text-engine: Initial import
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sun Jul 7 09:38:25 2024 -0400
gui-libs/text-engine: Backport upstream -Wincompatible-pointer-types fix
Closes: https://bugs.gentoo.org/921918
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 2e65f87613b699434752c4f96cd9e6d2d7075bef
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Wed Dec 21 12:29:34 2022 -0800
gui-libs/text-engine: Add patch to fix -Wreturn-type errors
Closes: https://bugs.gentoo.org/887649
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 90dacd56835e63abdc89bfa43e2190fb9282af2f
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon Sep 26 12:12:59 2022 +0200
gui-libs/text-engine: delete weird empty file
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit 2de77b4797f1471c739eaeb6573f271047d3f6c8
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon Sep 26 12:11:28 2022 +0200
*/*: www-servers/tornado --> dev-python/tornado
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
commit bf56e3422de54df5b8a9b518d8a1d866f76a6093
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sat Jul 30 08:39:01 2022 -0700
gui-libs/text-engine: Correct package version in meson.build for 0.1.1
Closes: https://bugs.gentoo.org/860015
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 10b2315d889d77fafd474aa521cedd787842910b
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sat Jul 2 14:50:59 2022 -0700
gui-libs/text-engine: Drop 0.1.0
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 258ed04d7ebe630ad9d276b540924e02ec41eae2
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Fri Apr 22 11:20:48 2022 -0700
gui-libs/text-engine: Limit dev-libs/glib to >=2.72.0 for live ebuild
As of the time when this commit is authored, the latest stable version
of dev-libs/glib in ::gentoo is 2.70.4; however, some new tests of this
package added in commits staged for the next release would fail with
glib 2.70.4:
Bail out! GLib-FATAL-ERROR: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
(test/split:29196): GLib-ERROR **: 11:25:10.093: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes
Trace/breakpoint trap (core dumped)
These failures can be fixed by upgrading glib to >=2.72.0; 2.72.0 is
also the version used by the upstream in this project's CI builds.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit c76b74ac795d859f0895880f0311d61cd8742599
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Fri Apr 22 11:14:25 2022 -0700
gui-libs/text-engine: Update LICENSE for live ebuild
The upstream has recently changed the license from LGPL-3+ to
|| ( MPL-2.0 LGPL-2.1+ ) in some commits staged for the next release;
the license change has not been retrospectively applied to versions
already released yet.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit d2ed8ba6f5c90d4a4e8f87237a60d5fafc00effa
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Fri Apr 8 07:52:47 2022 -0700
gui-libs/text-engine: Add 0.1.1
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 9c872745238f5c8c33a6cf6e36cb68505bdbf000
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Thu Mar 31 22:10:56 2022 -0700
gui-libs/text-engine: Update LICENSE for live ebuild
The upstream has recently changed the license from MIT to LGPL-3+ in
some commits staged for the next release; the license change has not
been retrospectively applied to versions already released yet.
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 2c9cbd43c061b9d54e54464542f476df36b5a37a
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sun Mar 20 22:56:16 2022 -0700
gui-libs/text-engine: Fix typo in die message
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
commit 6a9257cdfd005ea19647f870cc521c6090fe7f76
Author: Yuan Liao <liaoyuan@gmail.com>
Date: Sun Mar 20 20:46:02 2022 -0700
gui-libs/text-engine: Initial import
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>