Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 75237 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-15 / +18 lines)
Line 2 Link Here
2
#
3
# Wrapper script to run Skype with sound wrapper when possible
Line 5 Link Here
5
progopts="--resources-path=${progpath}"
7
progopts="--resources-path ${progpath}"
6
--
Line 10 Link Here
12
skypecmd="${progpath}/${progname}.bin"
Lines 21-22 Link Here
21
	${progpath}/${progname}.bin ${progopts} >> ${logfile} 2>> ${logfile}
22
				
Lines 29-30 Link Here
29
		artsdsp -m ${progpath}/${progname}.bin ${progopts} >> ${logfile} 2>> ${logfile}
30
		skypecmd="artsdsp -m ${skypecmd}"
30
31
--
Line 34 Link Here
34
                echo "Starting esd wrapped ${progname}"
34
		echo "Starting esd wrapped ${progname}"
35
--
Line 36 Link Here
36
		esddsp ${progpath}/${progname}.bin ${progopts} >> ${logfile} 2>> ${logfile}
36
		skypecmd="esddsp ${skypecmd}"
37
--
Line 38 Link Here
38
		echo "No running artsd or esd found"
38
		if [ ${wrapsound} == "yes" ]
39
--
39
		then
40
			echo "No running artsd or esd found"
41
		else
42
			echo "Use of sound-daemon disabled"
43
		fi
Line 41 Link Here
41
		${progpath}/${progname}.bin ${progopts} >> ${logfile} 2>> ${logfile}
Line 43 Link Here
43
	
Line 45 Link Here
48
49
echo "${skypecmd} ${progopts}" >> ${logfile}
50
echo "=========================================="
51
${skypecmd} ${progopts} >> ${logfile} 2>> ${logfile}
52

Return to bug 75237