public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/pleroma/
Date: Fri, 23 Feb 2024 13:10:59 +0000 (UTC)	[thread overview]
Message-ID: <1708677433.1b57a207330b9ec4746ef5f9bb25a8d3b289bc3f.davidroman@gentoo> (raw)

commit:     1b57a207330b9ec4746ef5f9bb25a8d3b289bc3f
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Fri Feb 23 08:36:50 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Feb 23 08:37:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b57a207

www-apps/pleroma-9999: Use system vips

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 www-apps/pleroma/pleroma-9999.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/www-apps/pleroma/pleroma-9999.ebuild b/www-apps/pleroma/pleroma-9999.ebuild
index fa8957b176..292dcac0f6 100644
--- a/www-apps/pleroma/pleroma-9999.ebuild
+++ b/www-apps/pleroma/pleroma-9999.ebuild
@@ -32,8 +32,9 @@ BDEPEND="
 	dev-elixir/hex
 "
 DEPEND="
-	sys-libs/ncurses:=
+	media-libs/vips:=
 	sys-apps/file
+	sys-libs/ncurses:=
 "
 RDEPEND="
 	${DEPEND}
@@ -59,7 +60,9 @@ src_prepare() {
 		sed -i "s!source_url: .*!source_url: \"${EGIT_OVERRIDE_REPO}\",!" mix.exs || die
 	fi
 
-	sed -i -e '/include_executables_for:/a\          strip_beams: false,\n\          include_erts: false,' mix.exs || die
+	# strip_beams: Keep debug information in Erlang BEAM bytecode
+	# include_erts: Depend on system erlang for the runtime
+	sed -i '/include_executables_for:/a\          strip_beams: false,\n\          include_erts: false,' mix.exs || die
 
 	sed -i \
 		-e '/update \[OPTIONS\]/,/--tmp-dir/d' \
@@ -74,6 +77,9 @@ src_prepare() {
 
 src_compile() {
 	mkdir -p pleroma || die
+
+	export VIX_COMPILATION_MODE="PLATFORM_PROVIDED_LIBVIPS"
+
 	emix release --overwrite --path pleroma
 }
 


             reply	other threads:[~2024-02-23 13:11 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 13:10 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 14:29 [gentoo-commits] repo/proj/guru:master commit in: www-apps/pleroma/ David Roman
2025-03-03 15:10 David Roman
2024-12-23  3:28 Rui Huang
2024-12-20  0:36 David Roman
2024-08-09 12:46 David Roman
2024-08-02  9:31 David Roman
2024-08-02  9:31 David Roman
2024-08-01 21:51 Lucio Sauer
2024-05-23 10:36 David Roman
2024-05-16 16:27 Julien Roy
2024-05-16 16:27 Julien Roy
2024-02-23 13:10 David Roman
2024-02-20  8:48 [gentoo-commits] repo/proj/guru:dev " Haelwenn Monnier
2024-02-20  8:48 ` [gentoo-commits] repo/proj/guru:master " Haelwenn Monnier
2023-12-16  3:14 David Roman
2023-11-10 20:18 David Roman
2023-11-02  9:21 Rui Huang
2023-11-02  9:21 Rui Huang
2023-09-03 12:27 Haelwenn Monnier
2023-08-30  5:36 Viorel Munteanu
2023-08-10  8:14 Viorel Munteanu
2023-08-05  9:51 Haelwenn Monnier
2023-08-04 18:28 Haelwenn Monnier
2023-06-27  8:24 Florian Schmaus
2023-06-26 11:24 Andrew Ammerlaan
2023-06-26 11:24 Andrew Ammerlaan
2023-06-26 11:24 Andrew Ammerlaan

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=1708677433.1b57a207330b9ec4746ef5f9bb25a8d3b289bc3f.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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