From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lagrange/
Date: Tue, 27 Jul 2021 03:16:51 +0000 (UTC) [thread overview]
Message-ID: <1627349479.5fa5f1a2f5db37c796df2569506646e60e73e27e.cybertailor@gentoo> (raw)
commit: 5fa5f1a2f5db37c796df2569506646e60e73e27e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Jul 27 01:30:54 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Jul 27 01:31:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fa5f1a2
net-misc/lagrange: add 1.6.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/lagrange/Manifest | 1 +
net-misc/lagrange/lagrange-1.6.0.ebuild | 52 +++++++++++++++++++++++++++++++++
net-misc/lagrange/metadata.xml | 8 +++++
3 files changed, 61 insertions(+)
diff --git a/net-misc/lagrange/Manifest b/net-misc/lagrange/Manifest
index 8acd7b87a..f5e24e4ac 100644
--- a/net-misc/lagrange/Manifest
+++ b/net-misc/lagrange/Manifest
@@ -1 +1,2 @@
DIST lagrange-1.5.2.tar.gz 20409523 BLAKE2B 3f8888d7012f7886a61c938c5527639495d0dc424185133b663aec4e90e8de604863bac481a87606cfc5af80a3974503124a8ac7e5924a034053a1cbca705abd SHA512 971d54d072799cc03bc2521571c74e3da996f390198c3a7e04ff8480040aa1ae96d1407dec68ecb02225ece14c0032304ad1c605b6619b4538d9078c8180f9d6
+DIST lagrange-1.6.0.tar.gz 22693081 BLAKE2B 447e2d45736b476ea060804ca9b4f382e8e396e4dab6a826756b44742403b35619440e51f59f27ea9e4456677383b069554f7eb034f8b23177dbb0c9a060dfba SHA512 db0e958b959b4dbcb1d34e4fb7c7683750aa8216dcfa7868aa32397b4740552f96d21f6409320ff2a4353fb695e7aa91efafe12ec5db3be00872cd387641efec
diff --git a/net-misc/lagrange/lagrange-1.6.0.ebuild b/net-misc/lagrange/lagrange-1.6.0.ebuild
new file mode 100644
index 000000000..815cc5cff
--- /dev/null
+++ b/net-misc/lagrange/lagrange-1.6.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg cmake
+
+DESCRIPTION="Desktop GUI client for browsing Geminispace"
+HOMEPAGE="https://gmi.skyjake.fi/lagrange/
+https://git.skyjake.fi/gemini/lagrange"
+SRC_URI="https://git.skyjake.fi/gemini/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="|| ( MIT Unlicense ) Apache-2.0 BSD-2 OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cpu_flags_x86_sse4_1 +fribidi +harfbuzz +mp3"
+
+DEPEND="
+ dev-libs/libpcre:3
+ dev-libs/libunistring
+ dev-libs/openssl
+ media-libs/libsdl2[sound(+),video(+)]
+ sys-libs/zlib
+ fribidi? ( dev-libs/fribidi )
+ harfbuzz? ( media-libs/harfbuzz[truetype(+)] )
+ mp3? ( media-sound/mpg123 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ # do not add use flags that don't pull dependencies
+ # and only choose which files to compile (e.g. "ipc")
+ local mycmakeargs=(
+ -DENABLE_FRIBIDI=$(usex fribidi)
+ -DENABLE_HARFBUZZ=$(usex harfbuzz)
+ -DENABLE_MPG123=$(usex mp3)
+
+ # lib/the_Foundation
+ -DTFDN_ENABLE_WARN_ERROR=OFF
+ -DTFDN_ENABLE_SSE41=$(usex cpu_flags_x86_sse4_1)
+ )
+
+ cmake_src_configure
+}
+
+pkg_postinst() {
+ ewarn "Lagrange 1.6 introduces some breaking changes:"
+ ewarn
+ ewarn "- A new TOFU trust store will be created. The old one is kept around but ignored."
+ ewarn "- App state serialization format has been updated. Downgrading to a previous release"
+ ewarn " will cause app state to be reset (e.g., tabs closed, navigation history cleared)."
+}
diff --git a/net-misc/lagrange/metadata.xml b/net-misc/lagrange/metadata.xml
index 7773e45cf..602caa8e9 100644
--- a/net-misc/lagrange/metadata.xml
+++ b/net-misc/lagrange/metadata.xml
@@ -22,6 +22,14 @@
hardware-accelerated graphics. OpenSSL is used for secure
communications.
</longdescription>
+ <use>
+ <flag name="fribidi" restrict=">=net-misc/lagrange-1.6.0">
+ Use <pkg>dev-libs/fribidi</pkg> for bidirectional text
+ </flag>
+ <flag name="harfbuzz" restrict=">=net-misc/lagrange-1.6.0">
+ Use <pkg>media-libs/harfbuzz</pkg> to shape text
+ </flag>
+ </use>
<upstream>
<maintainer>
<email>jaakko.keranen@iki.fi</email>
next reply other threads:[~2021-07-27 3:16 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-27 3:16 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-01 11:52 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/lagrange/ Anna Vyalkova
2021-11-29 10:37 Anna Vyalkova
2021-11-23 11:31 Anna Vyalkova
2021-11-06 12:46 Anna Vyalkova
2021-10-19 16:35 Anna Vyalkova
2021-10-17 5:24 Anna Vyalkova
2021-10-09 2:22 Anna Vyalkova
2021-09-28 15:17 Anna Vyalkova
2021-09-01 7:31 Anna Vyalkova
2021-08-24 19:46 Anna Vyalkova
2021-08-15 18:31 Anna Vyalkova
2021-08-03 10:26 Anna Vyalkova
2021-07-31 17:47 Anna Vyalkova
2021-06-15 20:32 Anna Vyalkova
2021-06-15 7:17 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-06-15 7:17 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-06-13 13:39 Jules de Sartiges
2021-06-10 21:08 Jules de Sartiges
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1627349479.5fa5f1a2f5db37c796df2569506646e60e73e27e.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox