while it was working on Precise before. I am using the ppa:rvm/smplayer PPA, but I also compiled smplayer from source and installed it which makes no difference regarding the smtube crash.
smtube itself fails to compile from source here:
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DNO_SMPLAYER_SUPPORT -DTRANSLATION_PATH=\"/usr/local/share/smtube/translations\" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -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 -I. -Iqtsingleapplication -I.moc -I.ui -o .obj/version.o version.cpp
version.cpp:26:26: fatal error: svn_revision.h: No such file or directory
compilation terminated.
make[1]: *** [.obj/version.o] Error 1
Try running get_svn_revision.sh (it's in the root of the source) before compiling again.
Were you using the create_deb.sh script or manually typed in qmake/make?
Run the script create_deb.sh to build the package. That will create the file svn_revision.h.
Thanx a lot for your fast help and answers.
Now everything worked and I can also confirm the latest version of smplayer combined with smtube working here on Ubuntu Precise 12.04. :)
Setting to Pending.