summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksound
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker fixThierry Vignaud2003-01-071-1/+1
|
* let it ask for root capabilites if launched in standalone modeThierry Vignaud2003-01-071-1/+1
|
* perl_checker fixesThierry Vignaud2002-11-201-0/+1
|
* - standalone.pm :Thierry Vignaud2002-11-181-2/+0
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-3/+3
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* - fix: we displayed current driver as default one: display the right oneThierry Vignaud2002-09-111-1/+2
| | | | | - show a wait message while switching driver
* if there's no sound card, add a note about sndconfigThierry Vignaud2002-09-061-1/+2
|
* use right sound-slotThierry Vignaud2002-08-231-2/+4
|
* - simplifyThierry Vignaud2002-08-201-11/+7
| | | | | | - allocate sound slots in the same order as install2.pm (aka in modules::probe_category('multimedia/sound') order)
* add draksound: allow to switch between alsa and oss;Thierry Vignaud2002-08-201-0/+59
should result in better sound support