summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksound
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
|
* update my emailThierry Vignaud2012-01-271-1/+1
|
* Fix typoDexter Morgan2011-02-071-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* use '_' in modules namesOlivier Blin2007-08-201-0/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-3/+3
|
* 4th parameter is not used, i suspect it's not useful anymore since we pass ↵Pascal Rigaux2005-06-031-1/+1
| | | | the value in {sound_slot_index}
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* s/www.linux-mandrake.com/www.mandrivalinux.com/Pablo Saratxaga2005-04-231-2/+2
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* aspell's typo fixesThierry Vignaud2004-08-231-1/+1
|
* add hint about ala LaTeX strings for translatorsThierry Vignaud2004-08-091-1/+3
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-5/+6
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* do not probe devices twice (and avoid to grep on ↵Olivier Blin2004-07-201-5/+4
| | | | detect_devices::probeall()), cosmetics
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* advertize alsaconf too since sndconfig failled for cards only managedThierry Vignaud2004-02-061-1/+1
| | | | | by ALSA (#7456)
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-1/+1
|
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-1/+1
|
* move harddrake::sound $index param in hash and pass only the hash ref aroundThierry Vignaud2003-04-011-0/+1
| | | | | functions
* let fix #2244, #2245, #2730Thierry Vignaud2003-03-061-1/+1
|
* 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