public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Vadim Misbakh-Soloviov" <mva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/files/, games-puzzle/phlipple/
Date: Sun, 16 Apr 2023 18:12:11 +0000 (UTC)	[thread overview]
Message-ID: <1681668658.46a076f749eb0101e6d39432e2f8da221e54d72d.mva@gentoo> (raw)

commit:     46a076f749eb0101e6d39432e2f8da221e54d72d
Author:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 16 18:10:46 2023 +0000
Commit:     Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 18:10:58 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=46a076f7

games-puzzle/phlipple: bump + add patch

TODO: make pre-release from svn tarball

Closes: https://bugs.gentoo.org/900931
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>

 .../phlipple/files/phlipple-0.8.5_bug857397.patch        | 11 +++++++++++
 games-puzzle/phlipple/metadata.xml                       | 15 +++++++--------
 games-puzzle/phlipple/phlipple-0.8.5.ebuild              | 16 +++++++++-------
 3 files changed, 27 insertions(+), 15 deletions(-)

diff --git a/games-puzzle/phlipple/files/phlipple-0.8.5_bug857397.patch b/games-puzzle/phlipple/files/phlipple-0.8.5_bug857397.patch
new file mode 100644
index 0000000..9f7b7ca
--- /dev/null
+++ b/games-puzzle/phlipple/files/phlipple-0.8.5_bug857397.patch
@@ -0,0 +1,11 @@
+--- a/src/engine.h	2023-03-12 18:12:42.957837900 +1100
++++ b/src/engine.h	2023-03-12 18:12:50.461155967 +1100
+@@ -44,7 +44,7 @@
+ 
+ #define VERTEX_DRAW_INNER_OFFSET 	0.15f
+ 
+-char debugOutput[1024];
++extern char debugOutput[1024];
+ 
+ #include "renderstate.h"
+ 

diff --git a/games-puzzle/phlipple/metadata.xml b/games-puzzle/phlipple/metadata.xml
index 18da2d0..2703bce 100644
--- a/games-puzzle/phlipple/metadata.xml
+++ b/games-puzzle/phlipple/metadata.xml
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person">
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-An unique puzzle game with the goal to reduce a 3D shape to a single square
-</longdescription>
+  <maintainer type="person">
+    <email>azamat.hackimov@gmail.com</email>
+    <name>Azamat H. Hackimov</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="sourceforge">phlipple</remote-id>
+  </upstream>
 </pkgmetadata>
-

diff --git a/games-puzzle/phlipple/phlipple-0.8.5.ebuild b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
index 545c19a..cf1a88a 100644
--- a/games-puzzle/phlipple/phlipple-0.8.5.ebuild
+++ b/games-puzzle/phlipple/phlipple-0.8.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit autotools eutils xdg-utils
+inherit autotools xdg-utils
 
 DESCRIPTION="An unique puzzle game with the goal to reduce a 3D shape to a single square"
 HOMEPAGE="http://phlipple.sourceforge.net/"
@@ -12,19 +12,21 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND="media-libs/libsdl:0
+DEPEND="
+	media-libs/libsdl:0
 	media-libs/sdl-image:0
 	media-libs/sdl-mixer:0
 	media-libs/sdl-ttf:0
 	virtual/opengl
-	virtual/glu"
+	virtual/glu
+"
 
 src_prepare() {
 	default
-	# fix fails to link on new glibc
 	eapply "${FILESDIR}/${P}_check-math-lib.patch"
+	# fix fails to link on new glibc
+	eapply "${FILESDIR}/${P}_bug857397.patch"
 	eautoreconf
 }
 


             reply	other threads:[~2023-04-16 18:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-16 18:12 Vadim Misbakh-Soloviov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-10 11:11 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/phlipple/files/, games-puzzle/phlipple/ Michael Weber
2014-09-11 14:08 Azamat H. Hackimov
2014-08-01 20:15 Azamat H. Hackimov

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=1681668658.46a076f749eb0101e6d39432e2f8da221e54d72d.mva@gentoo \
    --to=mva@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