* [gentoo-commits] repo/gentoo:master commit in: games-kids/memonix/
@ 2016-04-28 17:37 Michael Sterrett
0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett @ 2016-04-28 17:37 UTC (permalink / raw
To: gentoo-commits
commit: 454b2d9d3584ce368c3579ce015dcfb5290ae096
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 17:36:48 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 17:37:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454b2d9d
games-kids/memonix: libsdl needs X USE flag (bug #581424)
Package-Manager: portage-2.2.26
games-kids/memonix/memonix-1.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild
index f7804cb..e172879 100644
--- a/games-kids/memonix/memonix-1.6.ebuild
+++ b/games-kids/memonix/memonix-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-DEPEND="media-libs/libsdl:0[sound,opengl,video]
+DEPEND="media-libs/libsdl:0[sound,opengl,video,X]
media-libs/sdl-image[jpeg]
media-libs/sdl-mixer[vorbis]
!games-kids/memonix-bin"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/memonix/
@ 2017-10-16 0:08 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-10-16 0:08 UTC (permalink / raw
To: gentoo-commits
commit: 0b8c0d6584bef8eb2d2fbaa91d4d47aa7aff6b17
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:53:18 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b8c0d65
games-kids/memonix: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
games-kids/memonix/memonix-1.6.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/games-kids/memonix/memonix-1.6.ebuild b/games-kids/memonix/memonix-1.6.ebuild
index e42b88e6e1b..c4c3f16bd77 100644
--- a/games-kids/memonix/memonix-1.6.ebuild
+++ b/games-kids/memonix/memonix-1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -21,6 +21,10 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/MemonixSourceCode
+src_prepare() {
+ cmake-utils_src_prepare
+}
+
src_configure() {
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-kids/memonix/
@ 2024-03-25 9:21 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-03-25 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 1f7d2ab53952c3b003278d0eb3edb8ddc1ae45d4
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 25 04:47:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 09:20:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7d2ab5
games-kids/memonix: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/858782
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-kids/memonix/memonix-1.6-r1.ebuild | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/games-kids/memonix/memonix-1.6-r1.ebuild b/games-kids/memonix/memonix-1.6-r1.ebuild
index f21368cfc488..9cb2034ef1ba 100644
--- a/games-kids/memonix/memonix-1.6-r1.ebuild
+++ b/games-kids/memonix/memonix-1.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit cmake desktop wrapper
+inherit cmake desktop flag-o-matic wrapper
DESCRIPTION="Brain teasers, puzzle and memory games for kid's in one pack"
HOMEPAGE="https://www.viewizard.com/memonix/"
@@ -21,6 +21,17 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
+src_configure() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/858782
+ #
+ # Upstream site has been taken down for a long time.
+ append-flags -fno-strict-aliasing
+ filter-lto
+
+ cmake_src_configure
+}
+
src_install() {
exeinto /usr/"$(get_libdir)"
doexe ../${P}_build/Memonix
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-25 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16 0:08 [gentoo-commits] repo/gentoo:master commit in: games-kids/memonix/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2024-03-25 9:21 Sam James
2016-04-28 17:37 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox