[Lunar-commits] r19341 - moonbase/trunk/zbeta/bmpx
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Mar 20 14:49:06 UTC 2006
Author: v3rt1g0
Date: 2006-03-20 14:49:05 +0000 (Mon, 20 Mar 2006)
New Revision: 19341
Added:
moonbase/trunk/zbeta/bmpx/CONFIGURE
Modified:
moonbase/trunk/zbeta/bmpx/BUILD
Log:
Misc: bmpx (0.14.1.1)
* Made amazon cover art fetching optional (for those that like
to wear the tinfoil hats)
Modified: moonbase/trunk/zbeta/bmpx/BUILD
===================================================================
--- moonbase/trunk/zbeta/bmpx/BUILD 2006-03-20 14:35:16 UTC (rev 19340)
+++ moonbase/trunk/zbeta/bmpx/BUILD 2006-03-20 14:49:05 UTC (rev 19341)
@@ -1,6 +1,10 @@
(
- OPTS="$OPTS --enable-amazon"
+ case $AMAZON in
+ y|Y|j|J)
+ OPTS="$OPTS --enable-amazon"
+ ;;
+ esac &&
default_build
Added: moonbase/trunk/zbeta/bmpx/CONFIGURE
===================================================================
--- moonbase/trunk/zbeta/bmpx/CONFIGURE (rev 0)
+++ moonbase/trunk/zbeta/bmpx/CONFIGURE 2006-03-20 14:49:05 UTC (rev 19341)
@@ -0,0 +1 @@
+mquery AMAZON "Enable support for album art fetching from Amazon? (may be a privacy concern for some)" n
More information about the Lunar-commits
mailing list