Please welcome Minitube 0.6!
Version 0.6 is out now! This cycle has seen an increase of contributions from various people around the world. In particular Kiwamu Okabe, from Japan, magically appeared on Gitorious and added HTTP proxy support and a Japanese translation.
I think I’m going to take a break and slow down development a bit. I have a couple ideas for two new projects and I’d like to take the time needed to experiment. It is always Qt stuff. After years of server-side programming and Web development I guess I found my real interest: I just love to design the UI of native applications.
Scritto: /home/symbianflo/rpmbuild/SRPMS/minitube-0.6-69.3mib2009.1.src.rpm
Scritto: /home/symbianflo/rpmbuild/RPMS/x86_64/minitube-0.6-69.3mib2009.1.x86_64.rpm
—————————
come promesso io ti seguo XD
complimentoni e grazie ancora
Grazie symbianflo!
thank you so much for this great tool !
Scusate ma quando cerco un qualcosa, poi come faccio a vederla?
A me dice “Incorporamento disattivato su richiesta dell’utente” e continua a scorrere i video senza farmene vedere nemmeno uno.
symbianflo sarà colpa tua…… ho capito che oramai se non inizio a fare io i pacchetti non si và avanti … heeheheh ( sono Ghost del forum mib :P )
P.s Ottima come idea Mini-tube
Ciao Ghost,
Minitube usa un web service di Youtube che normalmente è usato quando vengono embeddati i video in una pagina web. L’errore si verifica quando un utente disabilita esplicitamente questa funzione. Probabilmente hai cercato qualcosa di molto commerciale magari postato da una major discografica…
In futuro Minitube proverà a usare un altro metodo per arrivare allo stream del video, per ora accontentati così e magari lascia stare gli artisti che pongono troppe restrizioni…
@ ghost
se hai problemi con i pacchetti mib scrivi sul forum mib , qui ” non ce trippa pe gatti”
scusa Flavio
ma perché quando avvio mi dice
fabio@sinapsi-desktop:~/Programmi/minitube$ ./minitube
./minitube: error while loading shared libraries: libphonon.so.4: cannot open shared object file: No such file or directory
io uso ubuntu 9.04 64bit
@Sinapsi: installa Phonon (spero che tu non stia usando i binari 32bit…)
phonon é installato, controllato, c’é!
e ho scaricato questo file http://flavio.tordini.org/files/minitube/minitube-linux-0.6.1.tar.gz
@sinapsi: quelli sono binari a 32bit, c’è scritto.
hai ragione ho scaricato l’altro file… ho dato i comandi qmake e make ma ottengo questo output:
fabio@sinapsi-desktop:~/Programmi/minitube$ qmake
fabio@sinapsi-desktop:~/Programmi/minitube$ make
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DDATADIR=\”/usr/local/share\” -DPKGDATADIR=\”/usr/local/share/minitube\” -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/phonon -I/usr/include/qt4 -I/usr/include/phonon -Isrc/qtsingleapplication -Isrc/thlibrary -Ilocale -Ibuild/moc -I. -o build/obj/main.o src/main.cpp
In file included from src/main.cpp:4:
src/MainWindow.h:7:32: error: phonon/audiooutput.h: Nessun file o directory
src/MainWindow.h:8:33: error: phonon/volumeslider.h: Nessun file o directory
src/MainWindow.h:9:32: error: phonon/mediaobject.h: Nessun file o directory
src/MainWindow.h:10:31: error: phonon/seekslider.h: Nessun file o directory
In file included from src/MainWindow.h:13,
from src/main.cpp:4:
src/MediaView.h:7:32: error: phonon/videowidget.h: Nessun file o directory
In file included from src/MainWindow.h:13,
from src/main.cpp:4:
src/MediaView.h:36: error: ‘Phonon’ has not been declared
src/MediaView.h:36: error: expected ‘,’ or ‘…’ before ‘*’ token
src/MediaView.h:60: error: ‘Phonon’ has not been declared
src/MediaView.h:60: error: expected ‘,’ or ‘…’ before ‘newState’
src/MediaView.h:62: error: expected ‘,’ or ‘…’ before ‘::’ token
src/MediaView.h:62: error: ISO C++ forbids declaration of ‘Phonon’ with no type
src/MediaView.h:88: error: ‘Phonon’ has not been declared
src/MediaView.h:88: error: ISO C++ forbids declaration of ‘MediaObject’ with no type
src/MediaView.h:88: error: expected ‘;’ before ‘*’ token
src/MediaView.h:89: error: ‘Phonon’ has not been declared
src/MediaView.h:89: error: ISO C++ forbids declaration of ‘VideoWidget’ with no type
src/MediaView.h:89: error: expected ‘;’ before ‘*’ token
In file included from src/main.cpp:4:
src/MainWindow.h:50: error: ‘Phonon’ has not been declared
src/MainWindow.h:50: error: expected ‘,’ or ‘…’ before ‘newState’
src/MainWindow.h:134: error: ‘Phonon’ has not been declared
src/MainWindow.h:134: error: ISO C++ forbids declaration of ‘SeekSlider’ with no type
src/MainWindow.h:134: error: expected ‘;’ before ‘*’ token
src/MainWindow.h:135: error: ‘Phonon’ has not been declared
src/MainWindow.h:135: error: ISO C++ forbids declaration of ‘VolumeSlider’ with no type
src/MainWindow.h:135: error: expected ‘;’ before ‘*’ token
src/MainWindow.h:136: error: ‘Phonon’ has not been declared
src/MainWindow.h:136: error: ISO C++ forbids declaration of ‘MediaObject’ with no type
src/MainWindow.h:136: error: expected ‘;’ before ‘*’ token
src/MainWindow.h:137: error: ‘Phonon’ has not been declared
src/MainWindow.h:137: error: ISO C++ forbids declaration of ‘AudioOutput’ with no type
src/MainWindow.h:137: error: expected ‘;’ before ‘*’ token
src/Constants.h:10: warning: ‘Constants::EMAIL’ defined but not used
make: *** [build/obj/main.o] Errore 1
fabio@sinapsi-desktop:~/Programmi/minitube$