* [gentoo-commits] proj/gamerlay:master commit in: games-engines/residual/
@ 2011-10-04 20:49 Azamat H. Hackimov
0 siblings, 0 replies; only message in thread
From: Azamat H. Hackimov @ 2011-10-04 20:49 UTC (permalink / raw
To: gentoo-commits
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"
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-10-04 20:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 20:49 [gentoo-commits] proj/gamerlay:master commit in: games-engines/residual/ Azamat H. Hackimov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox