From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/ibniz/
Date: Wed, 23 Dec 2020 20:42:04 +0000 (UTC) [thread overview]
Message-ID: <1608756116.c794a4a1011ce5a484720b42ecfe4baef093a13a.telans@gentoo> (raw)
commit: c794a4a1011ce5a484720b42ecfe4baef093a13a
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 20:41:44 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 23 20:41:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c794a4a1
media-sound/ibniz: fix tc-direct,cflags,pre-strip; depend libsdl[X]
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
media-sound/ibniz/ibniz-1.18.ebuild | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/media-sound/ibniz/ibniz-1.18.ebuild b/media-sound/ibniz/ibniz-1.18.ebuild
index 709c52d2..5c80dc61 100644
--- a/media-sound/ibniz/ibniz-1.18.ebuild
+++ b/media-sound/ibniz/ibniz-1.18.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="virtual machine designed for extremely compact low-level audiovisual programs"
HOMEPAGE="http://pelulamu.net/ibniz/"
SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz"
@@ -10,11 +12,18 @@ SRC_URI="http://pelulamu.net/ibniz/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="media-libs/libsdl"
+DEPEND="media-libs/libsdl[X]"
RDEPEND="${DEPEND}"
+src_prepare() {
+ default
+ sed -e "s/gcc/$(tc-getCC)/" \
+ -e "s/FLAGS=/FLAGS=${CFLAGS} /" \
+ -e "s/-s //" \
+ -i Makefile
+}
+
src_install() {
dobin ibniz
}
next reply other threads:[~2020-12-23 20:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-23 20:42 Theo Anderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-04-25 20:10 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/ibniz/ Haelwenn Monnier
2021-05-14 11:31 Haelwenn Monnier
2021-03-15 12:08 Haelwenn Monnier
2020-09-13 20:31 Haelwenn Monnier
2020-09-13 18:07 Haelwenn Monnier
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=1608756116.c794a4a1011ce5a484720b42ecfe4baef093a13a.telans@gentoo \
--to=telans@posteo.de \
--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