summaryrefslogtreecommitdiffstats
path: root/package/tcl
Commit message (Expand)AuthorAgeFilesLines
* tcl: add _VERSION_MAJOR / _VERSION_MINOR and use instead of hardcoded 8.4Peter Korsgaard2012-01-241-3/+5
* tcl: add host versionArnout Vandecappelle (Essensium/Mind)2012-01-241-3/+9
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
* packages: remove --{enable,disable}-{shared,static} from autotools packagesThomas Petazzoni2011-06-121-1/+0Star
* package/tcl: fix for POSIX complianceYann E. MORIN2010-09-301-2/+2
* Bump TCL version and switch to the autotools infrastructureThomas Petazzoni2010-02-134-101/+8Star
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
* tcl: fix long help text linesPeter Korsgaard2008-08-271-4/+8
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-2/+2
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
* - make sure that configure doesn't see a wrong cacheBernhard Reutner-Fischer2007-09-251-1/+1
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...Bernhard Reutner-Fischer2007-08-211-2/+2
* Remove switches if sstrip is runUlf Samuelsson2007-08-211-1/+1
* - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGSBernhard Reutner-Fischer2007-06-271-2/+1Star
* yet more LDFLAGS handling fixupsEric Andersen2007-03-141-1/+1
* fixup package LDFLAGS handlingEric Andersen2007-03-131-0/+1
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ...Bernhard Reutner-Fischer2006-10-011-1/+1
* Fix syntax errors in configure and m4 for Tcl so that the package actually bu..."Steven J. Hill"2006-07-071-0/+42
* we really shouldnt punt all of /usr/includeMike Frysinger2005-11-201-1/+0Star
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
* Make the sourceforge mirror site a config option, as sourceforgeEric Andersen2005-06-091-1/+1
* http://bugs.uclibc.org/view.php?id=293Eric Andersen2005-06-091-1/+1
* fix old target nameMike Frysinger2005-06-031-2/+1Star
* Applied patch to add TCL version 8.4.9 for buildroot submitted by"Steven J. Hill"2005-05-314-0/+116
an> "$SOUND_CARD_INDEX" -s <<-EOF sset 'Master' "$VOL" unmute sset 'PCM' "100%" unmute sset 'CD' "100%" unmute sset 'Headphone' "100%" unmute sset 'Front' "100%" unmute sset 'Speaker' "100%" unmute # Recording. It seems that (most) devices need the volume set to 0, so you # don't hear your own mic input, but should be unmuted. Also on some cards, # you need to set the cap option on the mic you want to use, while other cards # will just ignore that option. # Plus, most cards have a Capture mixer, which needs to be set to cap too, and # have its volume turned up. (There'll probably be some cards that need yet # another setup, but this works for now on 4 tested cards) sset 'Master' "$VOL" unmute sset 'PCM' "100%" unmute sset 'CD' "100%" unmute sset 'Headphone' "100%" unmute sset 'Front' "100%" unmute sset 'Speaker' "100%" unmute sset 'Rear Mic Boost' "50%" cap unmute sset 'Rear Mic' "0%" cap unmute sset 'Front Mic Boost' "50%" cap unmute sset 'Front Mic' "0%" cap unmute sset 'Mic Boost' "50%" cap unmute sset 'Mic' "0%" cap unmute sset 'Capture' "100%" cap unmute sset 'Input Source' 'Mic' sset 'Input Source' 'Front Mic' # Let's hope nobody uses rear mic... EOF # fix random static noise when starting vmplayer when module snd_pcsp (not pcspkr) is loaded lsmod | grep -q snd_pcsp && amixer -q -c pcsp sset Master "0%" mute writelog --quiet "Done setting up volume." } ## MAIN ## # Sanity checks if ! check_dep amixer; then writelog "'amixer' not available, sound will not work!" error_user "Fehler" "Konnte Sound nicht initialisieren! Virtuelle Maschine wird kein Sound haben!" else reg_feature_handler "sound" "setup_sound" fi