severity 289507 important
thanks

I found that the latest version of libvlc0-dev to contain any static
libraries was 0.8.5.debian-2.


for v in `apt-cache policy libvlc0-dev |grep -Eo '^ {5}[a-z0-9.+-]+' |uniq |sed 
-e 's/^ */vlc=/' |tail -n +2`; do echo $v; apt-get source --print-uris $v |sed 
-nre '/\.diff\.gz/!d;'\ "s/^'//; s/'.*//; s/vlc_/libvlc0-dev_/; 
s/\.diff.gz/_i386.deb/; p" |xargs wget -qO libvlc0-dev=$v $f || continue; 
dpkg-deb -c libvlc0-dev=$v |grep '\.a' && break; done; echo "ver $v contains 
static lib" |uniq |sed -e 's/^ */vlc=/'


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to