From: "Azamat H. Hackimov" <winterheart@gentoo.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-engines/residual/
Date: Tue, 4 Oct 2011 20:49:05 +0000 (UTC) [thread overview]
Message-ID: <6f2e1fd8ba3d61eda714c2a6cd289b795f4bb90a.winterheart@gentoo> (raw)
commit: 6f2e1fd8ba3d61eda714c2a6cd289b795f4bb90a
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Tue Oct 4 20:48:55 2011 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Tue Oct 4 20:48:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6f2e1fd8
[games-engines/residual] Refreshing Residual
(yay, it's now playable!!)
(Portage version: 2.1.10.11/git/Linux x86_64, RepoMan options: --force, unsigned Manifest commit)
---
games-engines/residual/metadata.xml | 3 +++
games-engines/residual/residual-9999.ebuild | 12 ++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/games-engines/residual/metadata.xml b/games-engines/residual/metadata.xml
index 58ad5c4..7c8fa2f 100644
--- a/games-engines/residual/metadata.xml
+++ b/games-engines/residual/metadata.xml
@@ -9,5 +9,8 @@
<longdescription lang="en">
A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures
</longdescription>
+<use>
+ <flag name='mpeg2'>Enable mpeg2 codec for cutscenes</flag>
+</use>
</pkgmetadata>
diff --git a/games-engines/residual/residual-9999.ebuild b/games-engines/residual/residual-9999.ebuild
index eb6a6fa..76545d6 100644
--- a/games-engines/residual/residual-9999.ebuild
+++ b/games-engines/residual/residual-9999.ebuild
@@ -4,20 +4,21 @@
EAPI=3
-inherit games subversion
+inherit games git-2
DESCRIPTION="A cross-platform 3D game interpreter for play LucasArts' LUA-based 3D adventures"
HOMEPAGE="http://residual.sourceforge.net/"
#SRC_URI=""
-ESVN_REPO_URI="http://residual.svn.sourceforge.net/svnroot/residual/residual/trunk/"
+EGIT_REPO_URI="https://github.com/residual/residual.git"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS=""
-IUSE="flac mad vorbis"
+IUSE="flac mad mpeg2 vorbis"
DEPEND="flac? ( media-libs/flac )
mad? ( media-libs/libmad )
+ mpeg2? ( media-libs/libmpeg2 )
vorbis? ( media-libs/libvorbis )
media-libs/libsdl
sys-libs/zlib
@@ -26,11 +27,14 @@ RDEPEND="${DEPEND}"
src_configure() {
# econf can't work here, configure script not have some options
- ./configure --backend=sdl --enable-release --disable-tremor --disable-fluidsynth \
+ ./configure \
+ --backend=sdl --enable-release --disable-tremor --disable-fluidsynth \
+ --disable-libunity \
--prefix="${GAMES_PREFIX}" \
--datadir="${GAMES_DATADIR}" \
$(use_enable flac) \
$(use_enable mad) \
+ $(use_enable mpeg2) \
$(use_enable vorbis) \
|| die "configure failed"
}
reply other threads:[~2011-10-04 20:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=6f2e1fd8ba3d61eda714c2a6cd289b795f4bb90a.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