From: "Azamat H. Hackimov" <winterheart@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-fps/gzdoom/
Date: Sun, 28 Jan 2018 16:17:31 +0000 (UTC) [thread overview]
Message-ID: <1517156150.d4a0ea433e160e9e85a1cfa4e3c74d7ca9e40650.winterheart@gentoo> (raw)
commit: d4a0ea433e160e9e85a1cfa4e3c74d7ca9e40650
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Sun Jan 28 16:15:50 2018 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Sun Jan 28 16:15:50 2018 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=d4a0ea43
games-fps/gzdoom: new package
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Manifest-Sign-Key: A018DE8C
games-fps/gzdoom/gzdoom-3.2.5.ebuild | 53 ++++++++++++++++++++++++++++++++++++
games-fps/gzdoom/metadata.xml | 11 ++++++++
2 files changed, 64 insertions(+)
diff --git a/games-fps/gzdoom/gzdoom-3.2.5.ebuild b/games-fps/gzdoom/gzdoom-3.2.5.ebuild
new file mode 100644
index 0000000..bd2ffcc
--- /dev/null
+++ b/games-fps/gzdoom/gzdoom-3.2.5.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A modder-friendly OpenGL source port based on the DOOM engine"
+HOMEPAGE="https://zdoom.org/"
+SRC_URI="https://zdoom.org/files/gzdoom/src/${PN}-g${PV}.zip"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gtk kde openal"
+
+RDEPEND="
+ app-arch/bzip2
+ kde? ( kde-apps/kdialog )
+ media-libs/game-music-emu
+ openal? (
+ media-libs/libsndfile
+ media-libs/openal
+ media-sound/mpg123
+ )
+ >=media-libs/libsdl2-2.0.2[opengl]
+ media-sound/fluidsynth
+ sys-libs/zlib
+ virtual/jpeg:0
+ virtual/opengl
+ gtk? ( x11-libs/gtk+:* )
+"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ virtual/pkgconfig
+"
+
+S="${WORKDIR}/${PN}-g${PV}"
+
+src_prepare() {
+ default
+ sed -i -e "s:\(\/usr\/share\/doom\):\1-data:g" \
+ src/gameconfigfile.cpp || die
+ cmake-utils_src_prepare
+}
+
+src_configure() {
+ mycmakeargs=(
+ -DNO_GTK=$(usex !gtk)
+ -DNO_OPENAL=$(usex !openal)
+ )
+ cmake-utils_src_configure
+}
diff --git a/games-fps/gzdoom/metadata.xml b/games-fps/gzdoom/metadata.xml
new file mode 100644
index 0000000..96b1109
--- /dev/null
+++ b/games-fps/gzdoom/metadata.xml
@@ -0,0 +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">
+A modder-friendly OpenGL source port based on the DOOM engine
+</longdescription>
+</pkgmetadata>
next reply other threads:[~2018-01-28 16:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-28 16:17 Azamat H. Hackimov [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-08-08 21:46 [gentoo-commits] proj/gamerlay:master commit in: games-fps/gzdoom/ 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=1517156150.d4a0ea433e160e9e85a1cfa4e3c74d7ca9e40650.winterheart@gentoo \
--to=winterheart@gentoo.ru \
--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