Mudanças entre as edições de "Mandvd"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 1: | Linha 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== dependências == | == dependências == | ||
apt-get install dvd-slideshow mencoder mplayer \ | apt-get install dvd-slideshow mencoder mplayer \ | ||
Linha 48: | Linha 41: | ||
== ligações == | == ligações == | ||
* http://www.kde-apps.org/content/show.php/ManDVD?content=83906 | * http://www.kde-apps.org/content/show.php/ManDVD?content=83906 | ||
+ | * http://wille.wordpress.com/2007/11/04/manual-do-mandvd/ | ||
* http://pacotes.nkosi.org/etch/mandvd_2.5.4_i386.deb | * http://pacotes.nkosi.org/etch/mandvd_2.5.4_i386.deb | ||
* http://pub.nkosi.org/mandvd-2.5-4.fc9.tar.gz | * http://pub.nkosi.org/mandvd-2.5-4.fc9.tar.gz |
Edição das 18h09min de 5 de abril de 2009
dependências
apt-get install dvd-slideshow mencoder mplayer \ mkisofs xine-ui lame dvdauthor mjpegtools netpbm \ imagemagick transcode dvd+rw-tools qt3-dev-tools \ libqt3-i18n lame build-essential libqt3-mt-dev
compilando mandvd debian lenny
wget -c http://www.grommit.se/mandvd/mandvd-2.5-5.fc10.tar.gz tar zxvf mandvd-2.5-5.fc10.tar.gz cd mandvd-2.5
na linha 19 altere:
INCPATH = -I/usr/lib64/qt-3.3/mkspecs/default -I. -I. -I$(QTDIR)/include
por
INCPATH = -I/usr/share/qt3/mkspecs/default -I. -I. -I$(QTDIR)/include/qt3
agora compile:
qmake make
compilando mandvd debian etch
wget -c http://www.grommit.se/mandvd/mandvd-2.5-4.fc9.tar.gz tar zxvf mandvd-2.5-4.fc9.tar.gz make cp mandvd /usr/bin/ cp applications/mandvd.desktop /usr/share/applications/ cp pixmaps/mandvd.png /usr/share/icons/ update-menus
instalando
cp mandvd /usr/local/bin/ cp applications/mandvd.desktop /usr/share/applications/ cp pixmaps/mandvd.png /usr/share/icons/ update-menus