libao/ao.req
cvsdist e985faf4f3 auto-import changelog data from libao-0.8.4-1.src.rpm
Thu Dec 11 2003 Bill Nottingham <notting@redhat.com> 0.8.4-1
- update to 0.8.4
- fix alsa09 plugin to work with alsa-1.0.0pre
2004-09-09 07:19:42 +00:00

8 lines
191 B
Bash
Executable File

#!/bin/sh
filelist=`sed "s/['\"]/\\\&/g"`
{ echo $filelist | tr [:blank:] \\n | /usr/lib/rpm/find-requires | \
grep -v artsc | grep -v esd | grep -v audiofile | grep -v asound
} | sort -u