public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-action/d2x-rebirth/files/, games-action/d2x-rebirth/
@ 2011-11-28  5:49 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2011-11-28  5:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f46178ffe2710fa5ff10daa4cd6ae31b515f8ea0
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Nov 28 05:48:03 2011 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Mon Nov 28 05:48:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f46178ff

[games-action/d2x-rebirth] Version bump to 0.57.1
Major cleanup of ebuild
- Added editor USE-flag
- Updated digests for mods
- Added new music mods
- Now game have unified binary instead -sdl and -gl suffixes

(Portage version: 2.1.10.11/git/Linux x86_64, unsigned Manifest commit)

---
 ...birth-0.56.ebuild => d2x-rebirth-0.57.1.ebuild} |   41 ++---
 .../files/d2x-rebirth-0.56-printf-fix.patch        |  188 --------------------
 games-action/d2x-rebirth/metadata.xml              |    7 +-
 3 files changed, 25 insertions(+), 211 deletions(-)

diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.56.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.57.1.ebuild
similarity index 54%
rename from games-action/d2x-rebirth/d2x-rebirth-0.56.ebuild
rename to games-action/d2x-rebirth/d2x-rebirth-0.57.1.ebuild
index 16cda50..451b59f 100644
--- a/games-action/d2x-rebirth/d2x-rebirth-0.56.ebuild
+++ b/games-action/d2x-rebirth/d2x-rebirth-0.57.1.ebuild
@@ -2,60 +2,59 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=3
 
 inherit games scons-utils
 
 DESCRIPTION="Descent Rebirth - enhanced Descent 2 engine"
 HOMEPAGE="http://www.dxx-rebirth.com/"
 SRC_URI="mirror://sourceforge/dxx-rebirth/${PN}_v${PV}-src.tar.gz
-		linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-briefings-ger.zip )
-		music? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.zip )"
+		linguas_de?  ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-briefings-ger.zip )
+		music_awe32? ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-awe32enh-music.zip )
+		music_opl3?  ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-opl3-music.zip )
+		music_sc55?  ( http://www.dxx-rebirth.com/download/dxx/res/d2xr-sc55-music.zip )"
 
 LICENSE="D1X GPL-2 as-is"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug ipv6 linguas_de music opengl"
+IUSE="debug editor ipv6 linguas_de music_awe32 music_opl3 music_sc55 opengl"
 
 DEPEND="dev-games/physfs[hog,mvl,zip]
 	media-libs/libsdl
-	media-libs/sdl-mixer"
+	media-libs/sdl-mixer[vorbis]"
 RDEPEND="${DEPEND}
-	virtual/opengl
-	virtual/glu"
+	opengl? ( virtual/opengl virtual/glu )"
 
 S=${WORKDIR}/${PN}_v${PV}-src
 
 src_unpack() {
+	# We need unpack only sources. Keep zipped mods intact!
 	unpack ${PN}_v${PV}-src.tar.gz
 }
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-printf-fix.patch
-}
-
 src_compile() {
 	scons ${MAKEOPTS} \
 		sharepath="${GAMES_DATADIR}/d2x" \
 		sdlmixer=1 \
+		use_tracker=1 \
+		use_udp=1 \
 		$(use_scons debug) \
-		$(use_scons !opengl sdl_only) \
+		$(use_scons editor) \
+		$(use_scons opengl) \
 		$(use_scons ipv6)
 }
 
 src_install() {
-	edos2unix INSTALL.txt README.txt
-	dodoc INSTALL.txt README.txt
+	edos2unix {INSTALL,README}.txt
+	dodoc {INSTALL,README}.txt
 	insinto "${GAMES_DATADIR}/d2x"
-	use linguas_de && doins "${DISTDIR}"/d2xr-briefings-ger.zip
-	use music && doins "${DISTDIR}"/d2xr-sc55-music.zip
+	use linguas_de  && doins "${DISTDIR}"/d2xr-briefings-ger.zip
+	use music_awe32 && doins "${DISTDIR}"/d2xr-awe32enh-music.zip
+	use music_opl3  && doins "${DISTDIR}"/d2xr-opl3-music.zip
+	use music_sc55  && doins "${DISTDIR}"/d2xr-sc55-music.zip
 	doicon ${PN}.xpm
 
-	if use opengl ; then
-		newgamesbin d2x-rebirth-gl d2x-rebirth
-	else
-		newgamesbin d2x-rebirth-sdl d2x-rebirth
-	fi
+	dogamesbin d2x-rebirth
 	make_desktop_entry d2x-rebirth "Descent 2 Rebirth" ${PN}
 	prepgamesdirs
 }

diff --git a/games-action/d2x-rebirth/files/d2x-rebirth-0.56-printf-fix.patch b/games-action/d2x-rebirth/files/d2x-rebirth-0.56-printf-fix.patch
deleted file mode 100644
index bc02dab..0000000
--- a/games-action/d2x-rebirth/files/d2x-rebirth-0.56-printf-fix.patch
+++ /dev/null
@@ -1,188 +0,0 @@
-=== modified file 'arch/sdl/jukebox.c'
---- arch/sdl/jukebox.c	2010-09-26 13:15:20 +0000
-+++ arch/sdl/jukebox.c	2010-10-14 14:46:20 +0000
-@@ -164,7 +164,7 @@
- 			if (PHYSFS_isDirectory(GameCfg.CMLevelMusicPath)) // it's a child of Sharepath, build full path
- 			{
- 				PHYSFSX_getRealPath(GameCfg.CMLevelMusicPath,abspath);
--				snprintf(GameCfg.CMLevelMusicPath,sizeof(char)*PATH_MAX,abspath);
-+				snprintf(GameCfg.CMLevelMusicPath,sizeof(char)*PATH_MAX,"%s",abspath);
- 			}
- 		}
- 
-
-=== modified file 'include/cfile.h'
---- include/cfile.h	2010-09-25 03:35:23 +0000
-+++ include/cfile.h	2010-10-14 14:46:20 +0000
-@@ -45,7 +45,7 @@
- {
- 	char hogname2[PATH_MAX], pathname[PATH_MAX];
- 
--	snprintf(hogname2, strlen(hogname)+1, hogname);
-+	snprintf(hogname2, strlen(hogname)+1, "%s", hogname);
- 	PHYSFSEXT_locateCorrectCase(hogname2);
- 
- 	if (!PHYSFSX_getRealPath(hogname2, pathname))
-@@ -58,7 +58,7 @@
- {
- 	char hogname2[PATH_MAX], pathname[PATH_MAX];
- 
--	snprintf(hogname2, strlen(hogname)+1, hogname);
-+	snprintf(hogname2, strlen(hogname)+1, "%s", hogname);
- 	PHYSFSEXT_locateCorrectCase(hogname2);
- 
- 	if (!PHYSFSX_getRealPath(hogname2, pathname))
-@@ -74,7 +74,7 @@
- 	char hogname2[PATH_MAX];
- 	int size;
- 
--	snprintf(hogname2, strlen(hogname)+1, hogname);
-+	snprintf(hogname2, strlen(hogname)+1, "%s", hogname);
- 	PHYSFSEXT_locateCorrectCase(hogname2);
- 
- 	fp = PHYSFS_openRead(hogname2);
-
-=== modified file 'main/console.c'
---- main/console.c	2010-02-08 14:28:12 +0000
-+++ main/console.c	2010-10-14 14:46:20 +0000
-@@ -82,7 +82,7 @@
- 		con_add_buffer_line(priority, buffer);
- 
- 		/* Print output to stdout */
--		printf(buffer);
-+		printf("%s",buffer);
- 
- 		/* Print output to gamelog.txt */
- 		if (gamelog_fp)
-
-=== modified file 'main/hud.c'
---- main/hud.c	2010-08-03 15:03:56 +0000
-+++ main/hud.c	2010-10-14 14:46:20 +0000
-@@ -154,7 +154,7 @@
- 	{
- 		HUD_nmessages++;
- 	}
--	snprintf(HUD_messages[HUD_nmessages-1].message, sizeof(char)*HUD_MESSAGE_LENGTH, message);
-+	snprintf(HUD_messages[HUD_nmessages-1].message, sizeof(char)*HUD_MESSAGE_LENGTH, "%s", message);
- 	if (HUD_nmessages-HUD_MAX_NUM_DISP < 0)
- 		HUD_messages[HUD_nmessages-1].time = F1_0*3; // one message - display 3 secs
- 	else
-
-=== modified file 'main/menu.c'
---- main/menu.c	2010-10-14 09:50:11 +0000
-+++ main/menu.c	2010-10-14 14:46:20 +0000
-@@ -1606,9 +1606,9 @@
- 	char old_CMLevelMusicPath[PATH_MAX+1], old_CMMiscMusic0[PATH_MAX+1];
- 
- 	memset(old_CMLevelMusicPath, 0, sizeof(char)*(PATH_MAX+1));
--	snprintf(old_CMLevelMusicPath, strlen(GameCfg.CMLevelMusicPath)+1, GameCfg.CMLevelMusicPath);
-+	snprintf(old_CMLevelMusicPath, strlen(GameCfg.CMLevelMusicPath)+1, "%s", GameCfg.CMLevelMusicPath);
- 	memset(old_CMMiscMusic0, 0, sizeof(char)*(PATH_MAX+1));
--	snprintf(old_CMMiscMusic0, strlen(GameCfg.CMMiscMusic[SONG_TITLE])+1, GameCfg.CMMiscMusic[SONG_TITLE]);
-+	snprintf(old_CMMiscMusic0, strlen(GameCfg.CMMiscMusic[SONG_TITLE])+1, "%s", GameCfg.CMMiscMusic[SONG_TITLE]);
- 
- 	MALLOC(m, newmenu_item, SOUND_MENU_NITEMS);
- 	if (!m)
-
-=== modified file 'main/mission.c'
---- main/mission.c	2010-08-24 14:02:38 +0000
-+++ main/mission.c	2010-10-14 14:46:20 +0000
-@@ -716,19 +716,19 @@
- 				{
- 					char *tmp, *ptr;
- 					MALLOC(tmp, char, FILENAME_LEN);
--					snprintf(tmp, FILENAME_LEN, v);
-+					snprintf(tmp, FILENAME_LEN, "%s", v);
- 					if ((ptr = strrchr(tmp, '.'))) // if there's a filename extension, kill it. No one knows it's the right one.
- 						*ptr = '\0';
- 					strncat(tmp, ".tex", sizeof(char)*FILENAME_LEN); // apply tex-extenstion
- 					if (cfexist(tmp)) // check if this file exists ...
--						snprintf(Briefing_text_filename, FILENAME_LEN, tmp); // ... and apply ...
-+						snprintf(Briefing_text_filename, FILENAME_LEN, "%s", tmp); // ... and apply ...
- 					else // ... otherwise ...
- 					{
- 						if ((ptr = strrchr(tmp, '.')))
- 							*ptr = '\0';
- 						strncat(tmp, ".txb", sizeof(char)*FILENAME_LEN); // apply txb extension
- 						if (cfexist(tmp)) // check if this file exists ...
--							snprintf(Briefing_text_filename, FILENAME_LEN, tmp); // ... and apply ...
-+							snprintf(Briefing_text_filename, FILENAME_LEN, "%s", tmp); // ... and apply ...
- 					}
- 					d_free(tmp);
- 				}
-@@ -741,19 +741,19 @@
- 				{
- 					char *tmp, *ptr;
- 					MALLOC(tmp, char, FILENAME_LEN);
--					snprintf(tmp, FILENAME_LEN, v);
-+					snprintf(tmp, FILENAME_LEN, "%s", v);
- 					if ((ptr = strrchr(tmp, '.'))) // if there's a filename extension, kill it. No one knows it's the right one.
- 						*ptr = '\0';
- 					strncat(tmp, ".tex", sizeof(char)*FILENAME_LEN); // apply tex-extenstion
- 					if (cfexist(tmp)) // check if this file exists ...
--						snprintf(Briefing_text_filename, FILENAME_LEN, tmp); // ... and apply ...
-+						snprintf(Briefing_text_filename, FILENAME_LEN, "%s", tmp); // ... and apply ...
- 					else // ... otherwise ...
- 					{
- 						if ((ptr = strrchr(tmp, '.')))
- 							*ptr = '\0';
- 						strncat(tmp, ".txb", sizeof(char)*FILENAME_LEN); // apply txb extension
- 						if (cfexist(tmp)) // check if this file exists ...
--							snprintf(Ending_text_filename, FILENAME_LEN, tmp); // ... and apply ...
-+							snprintf(Ending_text_filename, FILENAME_LEN, "%s", tmp); // ... and apply ...
- 					}
- 					d_free(tmp);
- 				}
-
-=== modified file 'main/net_ipx.c'
---- main/net_ipx.c	2010-09-01 17:01:51 +0000
-+++ main/net_ipx.c	2010-10-14 14:46:20 +0000
-@@ -5824,7 +5824,7 @@
- 	if(!netgame->mission_title)
- 		info+=sprintf(info,"Descent2: CounterStrike");
- 	else
--		info+=sprintf(info,netgame->mission_title);
-+		info+=sprintf(info,"%s",netgame->mission_title);
- 
- 	info+=sprintf (info," - Lvl %i",netgame->levelnum);
- 	info+=sprintf (info,"\n\nDifficulty: %s",MENU_DIFFICULTY_TEXT(netgame->difficulty));
-
-=== modified file 'main/net_udp.c'
---- main/net_udp.c	2010-09-01 17:01:51 +0000
-+++ main/net_udp.c	2010-10-14 14:46:20 +0000
-@@ -5183,7 +5183,7 @@
- 	if(!netgame->mission_title)
- 		info+=sprintf(info,"Descent2: CounterStrike");
- 	else
--		info+=sprintf(info,netgame->mission_title);
-+		info+=sprintf(info,"%s",netgame->mission_title);
- 
- 	info+=sprintf (info," - Lvl %i",netgame->levelnum);
- 	info+=sprintf (info,"\n\nDifficulty: %s",MENU_DIFFICULTY_TEXT(netgame->difficulty));
-
-=== modified file 'main/scores.c'
---- main/scores.c	2010-07-31 12:09:38 +0000
-+++ main/scores.c	2010-10-14 14:46:20 +0000
-@@ -91,7 +91,7 @@
- 		int i;
- 
- 	 	// No error message needed, code will work without a scores file
--		sprintf( scores->cool_saying, COOL_SAYING );
-+		sprintf( scores->cool_saying, "%s", COOL_SAYING );
- 		sprintf( scores->stats[0].name, "Parallax" );
- 		sprintf( scores->stats[1].name, "Matt" );
- 		sprintf( scores->stats[2].name, "Mike" );
-
-=== modified file 'misc/physfsx.c'
---- misc/physfsx.c	2010-09-25 13:55:22 +0000
-+++ misc/physfsx.c	2010-10-14 14:46:20 +0000
-@@ -304,7 +304,7 @@
- 		filename++;
- 	}
- 	
--	snprintf(filename2, strlen(filename)+1, filename);
-+	snprintf(filename2, strlen(filename)+1, "%s", filename);
- 	PHYSFSEXT_locateCorrectCase(filename2);
- 	
- 	fp = PHYSFS_openRead(filename2);
-

diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml
index 8b980e5..38f0820 100644
--- a/games-action/d2x-rebirth/metadata.xml
+++ b/games-action/d2x-rebirth/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>gameboys</herd>
+<herd>no-herd</herd>
 <maintainer>
 <email>azamat.hackimov@gmail.com</email>
 <name>Azamat H. Hackimov</name>
@@ -13,6 +13,9 @@ Descent Rebirth - enhanced Descent 2 engine
 Descent Rebirth - улучшенный движок для Descent 2
 </longdescription>
 <use>
-<flag name="music">Enable enchansed music</flag>
+<flag name="editor">Enable editor (Experimental!)</flag>
+<flag name="music_awe32">Enable soundtrack recorded with the enhanced AWE32 soundfont</flag>
+<flag name="music_opl3">Enable soundtrack recorded with the Yamaha YMF262 OPL3 Soundchip</flag>
+<flag name="music_sc55">Enable soundtrack recorded with the Roland Sound Canvas SC-55</flag>
 </use>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gamerlay:master commit in: games-action/d2x-rebirth/files/, games-action/d2x-rebirth/
@ 2014-05-16 17:27 Azamat H. Hackimov
  0 siblings, 0 replies; 2+ messages in thread
From: Azamat H. Hackimov @ 2014-05-16 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5c42e6afc98993e353aa4195851ea523a2be5e80
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Fri May 16 14:43:04 2014 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Fri May 16 14:43:04 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5c42e6af

[games-action/d2x-rebirth] audio -> sound (bug #357661), cleanup.

Package-Manager: portage-2.2.8-r1
Manifest-Sign-Key: A018DE8C

---
 games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild | 93 ----------------------
 games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild |  4 +-
 .../files/d2x-rebirth-0.57.3-flags.patch           | 21 -----
 games-action/d2x-rebirth/metadata.xml              |  2 +
 4 files changed, 4 insertions(+), 116 deletions(-)

diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild
deleted file mode 100644
index 7cf84e5..0000000
--- a/games-action/d2x-rebirth/d2x-rebirth-0.57.3.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils games scons-utils
-
-DV=2
-MY_P=${PN}_v${PV}-src
-DESCRIPTION="Descent Rebirth - enhanced Descent ${DV} engine"
-HOMEPAGE="http://www.dxx-rebirth.com/"
-SRC_URI="mirror://sourceforge/dxx-rebirth/${MY_P}.tar.gz
-	opl3-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-opl3-music.dxa )
-	sc55-musicpack? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-sc55-music.dxa )
-	linguas_de? ( http://www.dxx-rebirth.com/download/dxx/res/d${DV}xr-briefings-ger.dxa )"
-
-LICENSE="D1X GPL-2 public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+data debug ipv6 linguas_de +music +opengl opl3-musicpack sc55-musicpack"
-
-REQUIRED_USE="?? ( opl3-musicpack sc55-musicpack )
-	opl3-musicpack? ( music )
-	sc55-musicpack? ( music )"
-
-RDEPEND="dev-games/physfs[hog,mvl,zip]
-	media-libs/libsdl:0[X,audio,joystick,opengl?,video]
-	music? (
-		media-libs/sdl-mixer:0[timidity,vorbis]
-	)
-	opengl? (
-		virtual/opengl
-		virtual/glu
-	)"
-DEPEND="${RDEPEND}"
-PDEPEND="data? ( || (
-	games-action/descent2-data
-	games-action/descent2-demodata
-) )"
-
-S=${WORKDIR}/${MY_P}
-
-RESTRICT=mirror
-
-src_unpack() {
-	unpack ${MY_P}.tar.gz
-}
-
-src_prepare() {
-	DOCS=({CHANGELOG,COPYING,INSTALL,README,RELEASE-NOTES}.txt)
-	edos2unix ${DOCS[@]}
-	epatch "${FILESDIR}"/${P}-flags.patch
-}
-
-src_compile() {
-	escons \
-		verbosebuild=1 \
-		sharepath="${GAMES_DATADIR}/d${DV}x" \
-		$(use_scons debug) \
-		$(use_scons ipv6) \
-		$(use_scons music sdlmixer) \
-		$(use_scons opengl) \
-		|| die
-}
-
-src_install() {
-	dodoc ${DOCS[@]}
-
-	insinto "${GAMES_DATADIR}/d${DV}x"
-
-	use opl3-musicpack && doins "${DISTDIR}"/d${DV}xr-opl3-music.dxa
-	use sc55-musicpack && doins "${DISTDIR}"/d${DV}xr-sc55-music.dxa
-	use linguas_de && doins "${DISTDIR}"/d${DV}xr-briefings-ger.dxa
-
-	doicon "${S}/${PN}.xpm"
-
-	dogamesbin d${DV}x-rebirth
-	make_desktop_entry d${DV}x-rebirth "Descent ${DV} Rebirth"
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-
-	if ! use data ; then
-		echo
-		elog "To play the game enable USE=\"data\" or manually "
-		elog "copy the files to ${GAMES_DATADIR}/d${DV}x."
-		elog "See /usr/share/doc/${PF}/INSTALL.txt.bz2 for details."
-		echo
-	fi
-}

diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild
index a60ea61..b0413ac 100644
--- a/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild
+++ b/games-action/d2x-rebirth/d2x-rebirth-0.58.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -25,7 +25,7 @@ REQUIRED_USE="?? ( opl3-musicpack sc55-musicpack )
 	sc55-musicpack? ( music )"
 
 RDEPEND="dev-games/physfs[hog,mvl,zip]
-	media-libs/libsdl:0[X,audio,joystick,opengl?,video]
+	media-libs/libsdl:0[X,sound,joystick,opengl?,video]
 	music? (
 		media-libs/sdl-mixer:0[timidity,vorbis]
 	)

diff --git a/games-action/d2x-rebirth/files/d2x-rebirth-0.57.3-flags.patch b/games-action/d2x-rebirth/files/d2x-rebirth-0.57.3-flags.patch
deleted file mode 100644
index 4853376..0000000
--- a/games-action/d2x-rebirth/files/d2x-rebirth-0.57.3-flags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- d2x-rebirth_v0.57.3-src/SConstruct
-+++ d2x-rebirth_v0.57.3-src/SConstruct
-@@ -399,7 +399,6 @@
- 	env.Append(CPPFLAGS = ['-g'])
- else:
- 	env.Append(CPPDEFINES = ['NDEBUG', 'RELEASE'])
--	env.Append(CPPFLAGS = ['-O2'])
- 
- # profiler?
- if (profiler == 1):
-@@ -428,8 +427,9 @@
- print '\n'
- 
- env.Append(CPPDEFINES = [('SHAREPATH', '\\"' + str(sharepath) + '\\"')])
-+env.Append(LINKFLAGS = [str(lflags)])
- # finally building program...
--env.Program(target=str(target), source = common_sources, LIBS = libs, LINKFLAGS = str(lflags))
-+env.Program(target=str(target), source = common_sources, LIBS = libs)
- if (sys.platform != 'darwin'):
- 	env.Install(BIN_DIR, str(target))
- 	env.Alias('install', BIN_DIR)

diff --git a/games-action/d2x-rebirth/metadata.xml b/games-action/d2x-rebirth/metadata.xml
index 2fd949c..0078f1c 100644
--- a/games-action/d2x-rebirth/metadata.xml
+++ b/games-action/d2x-rebirth/metadata.xml
@@ -19,5 +19,7 @@
       music, recorded with the Yamaha YMF262 OPL3 soundchip</flag>
     <flag name="sc55-musicpack">Include alternate version of the game's
       music, recorded with the Roland Sound Canvas SC-55 MIDI module</flag>
+	<flag name="music">Adds music support</flag>
+	<flag name="data">Install data files</flag>
   </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-16 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-16 17:27 [gentoo-commits] proj/gamerlay:master commit in: games-action/d2x-rebirth/files/, games-action/d2x-rebirth/ Azamat H. Hackimov
  -- strict thread matches above, loose matches on Subject: below --
2011-11-28  5:49 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