From: Perforce Review Daemon <p4review AT smee.org>
To: "Andrew Stitt" <a AT t.armory.com>, "Arjan Bouter" <abouter AT sourcemage.org>, "SM-Commit Daemon" <sm-commit AT lists.ibiblio.org>, "duane_malcolm" <d.malcolm AT auckland.ac.nz>, "Ethan Grammatikidis" <eekee AT eekee.is-a-geek.org>, "Gareth Clay" <gareth AT caffeinefuelled.co.uk>, "Maurizio Boriani" <baux AT member.fsf.org>, "Pieter Lenaerts" <e-type AT sourcemage.org>, "Robin Cook" <rcook AT wyrms.net>, "Seth Woolley" <seth AT swoolley.homeip.net>, "Unet" <unet AT sourcemage.org>, "vladimir_marek" <vlmarek AT volny.cz>
Subject: PERFORCE change 80421 by Andraž "ruskie" Levstik for review
Date: Fri, 9 Jun 2006 13:55:01 +0100 (BST)
Change 80421 by andraž_levstik AT omega.mages.ath.cx on 2006/06/09 13:54:07
@@ -1,3 +1,12 @@
+2006-06-09 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: modified to provide multiple trees
+ * INSTALL: modified to provide multiple trees
+ * BUILD: modified to provide multiple trees
+ * PRE_BUILD: modified to provide multiple trees, removed ices patch
+ * PREPARE: modified to provide multiple trees
+ * CONFIGURE: added some more options
+ * ices.patch: removed
+
2006-02-28 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated release to DrDolittle and snapshot as well
* DEPENDS: added libshout and JAVA
@@ -1,1 +1,6 @@
-config_query XMMS2_SNAPSHOT "Do you want to build a snapshot version?" y
+config_query XMMS2_SNAPSHOT "Do you want to build a snapshot version?" y
&&
+if [[ $XMMS2_SNAPSHOT == "y" ]]
+ then
+config_query_list XMMS2_TREE "Which tree do you want to use:" \
+ stable devel anders eleusis jlt juhovh nano theefer
tilman tru
+fi