Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 68f69b65af3ca331ace4f72ef926cfaf > scriptlet

quodlibet-0.21.1-2.amd64.rpm

POSTIN

/bin/sh

RPM_SCRIPTVERBOSITY=5 
[ -r /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm 
if [ -x /usr/bin/banner.sh ]; then 
	CMD="/usr/bin/banner.sh --stderr $([ $RPM_SCRIPTVERBOSITY -ge 5 ] && echo -s) -m quodlibet" 
else 
	CMD="cat >&2" 
fi 
eval $CMD << EOF 
Remember to install appropriate python modules for files
you want to play:
- python-mad and gstreamer-mad (for MP3s)
- python-pyvorbis and gstreamer-vorbis (for Ogg Vorbis)
- python-pymusepack and gstreamer-musepack (for MPCs)
and audio output:
- gstreamer-audiosink-(alsa|oss|esd) (for ALSA, OSS or ESD output)
EOF