Module submission - audacity
V
stelzy at gmail.com
Tue Jul 11 16:26:49 UTC 2006
module name : audacity
suggested section : audio
update (y/n) : y
bugfix (y/n) : y
security (y/n) : n
Sorry for the previous blank submissions. PRE_BUILD script for audacity must be fixed!
-------------- next part --------------
--- audacity/PRE_BUILD 2006-06-10 20:31:37.000000000 +0400
+++ audacity/PRE_BUILD 2006-06-13 21:01:54.000000000 +0400
@@ -1,8 +1,9 @@
-if which wx-config &> /dev/null && wx-config --unicode &> /dev/null; then
+if which wx-config &> /dev/null; then
+ if wx-config --unicode &> /dev/null; then
message "${MODULE_COLOR}wxGTK${DEFAULT}${MESSAGE_COLOR} has been compiled with Unicode support."
message "If you want to install ${MODULE_COLOR}audacity${DEFAULT}${MESSAGE_COLOR} you have to "
message "rebuild wxGTK without Unicode.${DEFAULT_COLOR}"
- false
-else
- true
+ return 1
+ fi
fi
+
-------------- next part --------------
lvu submit audacity 7d0c99dd2457b21c0122e6edf3e31c07 -
2.6.16 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list