copia e incolla in un file .sh
----------------
#!/bin/sh
set -e
site=http://www.dtek.chalmers.se/groups/dvd/deb/
arch=`dpkg --print-installation-architecture`
soname=2
uversion=1.2.5
available="alpha amd64 hppa i386 ia64 powerpc s390 sparc"
version=${uversion}-1
if [ ! -e /usr/bin/wget ]
then
echo "Install wget and run this script again"
exit 1
fi
for a in $available; do
if [ "$a" = "$arch" ]; then
wget ${site}libdvdcss${soname}_${version}_${arch}.deb -O
/tmp/libdvdcss.deb
dpkg -i /tmp/libdvdcss.deb
exit $?
fi
done
echo "No binary deb available. Will try to build and install it."
echo "You need to have debhelper, dpkg-dev and fakeroot installed."
echo "If not, interrupt now, install them and rerun this script."
echo ""
echo "This is higly experimental, look out for what happens below."
echo "If you want to stop, interrupt now (control-c), else press"
echo "return to proceed"
read dum
mkdir -p /tmp/dvd
cd /tmp/dvd
wget ${site}libdvdcss_${uversion}.orig.tar.gz
wget ${site}libdvdcss_${version}.diff.gz
wget ${site}libdvdcss_${version}.dsc
dpkg-source -x libdvdcss_${version}.dsc
cd libdvdcss-${uversion}
fakeroot ./debian/rules binary
echo "Any problems? Interrupt now (control-c) and try to fix"
echo "manually, else go on and install (return)."
dpkg -i ../libdvdcss${soname}_${version}_${arch}.deb
--------------------------------------
ti avevo postato un wiki preso da ubuntu (cercare FORMATI PROPRIETARI
in minuscolo) che risolve tutti i tuoi problemi...
2006/12/2, Enrico La Cava <[EMAIL PROTECTED]>:
Alla fine sono riuscito a vedermi il film installando la libreria
libdvdcss2 da debian unofficial solo che mi ha dato parecchi problemi.
Riavviato il pc X non voleva funzionare, dopo pochi minuti freezzava il
pc, log puliti, tastiera e mouse piantati, non c'era ctrl+alt+bksp che
reggeva... quindi toccava riavviare.
Da console, evitando il login grafico, ho disinstallato le libdvdcss2 e
ora tutto funziona.
Qualcuno sa dove posso trovarle che non mi impappino tutto?
Grazie
Enrico
--
Per REVOCARE l'iscrizione alla lista, inviare un email a
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--
Usate BCC!
La paura ha creato gli dei (Lucrezio, De rerum natura)
There's no place like 127.0.0.1
God is real, unless declared integer :)
--
Per REVOCARE l'iscrizione alla lista, inviare un email a
[EMAIL PROTECTED] con oggetto "unsubscribe". Per
problemi inviare un email in INGLESE a [EMAIL PROTECTED]
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]