Archivi tag: karmic

No more Aegisub until Ubuntu Lucid

Being an otaku who sometimes throw himself headlong into things always to leave them on hold (and perhaps the latter is due to the former), I’m pretty interested in fansubbing and in particular in Aegisub, which got notorious for making sweat one’s guts out in order to get it compiled on non-Windows systems. Concerning this, I found an interesting post from my Aegisub-Ubuntu-pusher, here’s the link (Spanish):

http://gargadonscave.uni.cc/2009/12/no-mas-aegisub-hasta-ubuntu-lucid/

And here’s my personal translation:

No more Aegisub until Ubuntu Lucid

As mentioned in the title of the post, unfortunately I can no more release Aegisub until a late Lucid Lynx (10.04) alpha release comes out. That’s not due to me, but (as I suspected from the beginning) to the old FFMpeg dependencies.

Until recently, I took the old FFMpeg versions and edited ./configure in order to make it compatible with Ubuntu. Now the issue is far beyond. Seemingly the code in the latest versions included in /src/audio-provider* and /src/video-provider*, only works if we compile with FFMpegSource instead of FFMpeg.

This implies that we must compile with FFMpegSource support. But what’s the problem again? FFMpeg dependencies included in Ubuntu Karmic Koala (and therefore in earlier versions too) are so much old that they cannot support it. In other words, without FFMpegSource, “make” will end with errors.

Until recently, Aegisub for Ubuntu didn’t require FFMpegSource. It does now, but in order to upgrade FFMpeg, I must install and compile FFMpeg from his source code. Something I’m not doing, since some programs (like Amarok) would stop playing MP3s.

For our Debian Testing (Squeeze at the moment) fellow who use Debian Multimedia repositories, I just updated my installation tutorial for r3855: http://gargadonscave.uni.cc/2009/11/como-compilar-aegisub-en-debian-y-ubuntu/

To prove you I’m not lying, I’ve been able to compile Aegisub r3855 on Debian, here’s the proof:

[image on the original post]

Ummm… as I can see now, video is not loaded on Debian… Guys, getting back at Ubuntu side, though we are stuck to the r3771 😀

That’s all folks, I feel a bit sorry for making you read a so terrible English. Continua la lettura di No more Aegisub until Ubuntu Lucid

Karmic, NetworkManager e PPPOE

Da oggi comincia la nuovissima sezione Ubuntu 9.10 è una merda, la quale mira a raccogliere le soluzioni ai problemi che mi danno più noia sulla schifosissima ultima release di Ubuntu.

Essendo il primo articolo, concentriamoci sul primo problema che ho incontrato: la connessione ad internet. Ora, sorvolando sul fatto che ad usare PPPOE dal pc siamo in 4 gatti in tutto il mondo, fa comunque schifo sentire la mancanza della connettività. Fortunatamente esiste un rimedio, quello dei vecchi tempi di Ubuntu 8.04, quando NetworkManager ancora non supportava le connessioni DSL. Per prima cosa date un occhio a… no, per prima cosa diventate root, così ho meno da sudare io dopo:

$ sudo -s

Perfetto, ora potete dare un occhio, e magari fare un backup del vostro file interfaces, avviare pppoeconf e ripristinare il file interfaces normale, si fa prima a incollare il codice che a spiegarlo:

# cd /etc/network
# cp interfaces interfaces.bak
# pppoeconf
# cp interfaces.bak interfaces

Seguite procedura ed istruzioni (se non sapete l’inglese imparatelo, che è ora) e sarete connessi ad internet. Ma non possiamo accontentarci di così poco, dobbiamo fare andare NetworkManager perché se è lì, cristo, vuol dire che è lì per funzionare!

Per fare ciò dobbiamo aggiungere il PPA della versione di sviluppo di NetworkManager. E  come si fa? Nei “dettagli” dei nei must know di Ubuntu entrerò un’altra volta, ora prendete il comando così come è:

$ sudo add-apt-repository ppa:network-manager/trunk

Aggiornate l’elenco dei pacchetti, fate l’upgrade e riavviate. 😛

Bug: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/432205

PPA: https://edge.launchpad.net/~network-manager/+archive/trunk