From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/esdl/
Date: Wed, 5 Jul 2023 20:49:12 +0000 (UTC) [thread overview]
Message-ID: <1688590139.245433f13fe772c0e87ee2e375e25f0fdbf2b464.conikost@gentoo> (raw)
commit: 245433f13fe772c0e87ee2e375e25f0fdbf2b464
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul 5 08:46:22 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 20:48:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245433f1
media-libs/esdl: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31762
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-libs/esdl/esdl-1.3.1-r1.ebuild | 37 ++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/media-libs/esdl/esdl-1.3.1-r1.ebuild b/media-libs/esdl/esdl-1.3.1-r1.ebuild
new file mode 100644
index 000000000000..0908e7ca6aed
--- /dev/null
+++ b/media-libs/esdl/esdl-1.3.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Erlang bindings for the SDL library"
+HOMEPAGE="https://esdl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/esdl/${P}.src.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="image truetype"
+
+RDEPEND="
+ >=dev-lang/erlang-14[wxwidgets]
+ media-libs/libsdl[opengl]
+ image? ( media-libs/sdl-image )
+ truetype? ( media-libs/sdl-ttf )
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/rebar:0"
+
+src_compile() {
+ rebar compile || die
+}
+
+src_install() {
+ ERLANG_DIR="/usr/$(get_libdir)/erlang/lib"
+ ESDL_DIR="${ERLANG_DIR}/${P}"
+
+ find -name 'Makefile*' -exec rm -f '{}' \;
+
+ insinto ${ESDL_DIR}
+ doins -r ebin c_src include priv src
+}
next reply other threads:[~2023-07-05 20:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-05 20:49 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-10 18:11 [gentoo-commits] repo/gentoo:master commit in: media-libs/esdl/ Arthur Zamarin
2023-09-10 18:10 Arthur Zamarin
2023-09-03 6:25 Joonas Niilola
2023-09-03 6:25 Joonas Niilola
2023-09-03 3:43 Sam James
2023-07-05 20:49 Conrad Kostecki
2022-04-12 7:26 Matthew Smith
2022-03-10 21:12 Sam James
2018-02-25 16:00 Pacho Ramos
2018-02-21 3:01 Thomas Deutschmann
2017-02-16 20:36 Michael Weber
2017-02-16 7:30 Michael Weber
2016-06-11 10:12 Jeroen Roovers
2016-06-11 10:09 Jeroen Roovers
2016-05-21 17:51 Pacho Ramos
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=1688590139.245433f13fe772c0e87ee2e375e25f0fdbf2b464.conikost@gentoo \
--to=conikost@gentoo.org \
--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