Minitube 2.8
Just a quick note to announce the release of Minitube 2.8. In this released I focused on improving the overall quality of the application by fixing small bugs and defects. Enjoy!
PS. Tomorrow I’m leaving for my usual mountain camping in Abruzzo, only leave kind comments!
After update to 2.8 from 2.7, the error message “The procedure entry point InitOnceExecuteOnce could not be located in the dynamic link library KERNEL32.DLL.” pops up at every startup and Minitube became unlicensed! :(
-DAPP_DOWNLOADS -DAPP_GOOGLE_API_KEY=AIzaSyBs1wuIgc-QDnk5u7OavF1loJVO0r89B4Y -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_SQL_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -Isrc/http/src -Isrc/idle/src -Ilocale -isystem /usr/include/phonon4qt5 -isystem /usr/include/qt5/QtSolutions -isystem /usr/include/qt5 -isystem /usr/include/qt5/QtWidgets -isystem /usr/include/qt5/QtGui -isystem /usr/include/qt5/QtQml -isystem /usr/include/qt5/QtNetwork -isystem /usr/include/qt5/QtSql -isystem /usr/include/qt5/QtDBus -isystem /usr/include/qt5/QtCore -Ibuild/moc -I/usr/lib64/qt5/mkspecs/linux-g++ -o build/obj/playlistitemdelegate.o src/playlistitemdelegate.cpp
src/aboutview.cpp: In constructor ‘AboutView::AboutView(QWidget*)’:
src/aboutview.cpp:59:45: error: ‘MainWindow’ has not been declared
connect(logo, &ClickableLabel::clicked, MainWindow::instance(), &MainWindow::visi
^
src/aboutview.cpp:59:70: error: ‘MainWindow’ has not been declared
connect(logo, &ClickableLabel::clicked, MainWindow::instance(), &MainWindow::visi
^
make: *** [Makefile:1565: build/obj/aboutview.o] Error 1
make: *** Waiting for unfinished jobs….
* ERROR: media-video/minitube-2.8::local_overlay failed (compile phase):
* emake failed
@Gentoo
You need to patch aboutview.cpp and add a line containing
#include “mainwindow.h”
This worked for me
— minitube-2.8/src/aboutview.cpp 2017-07-19 17:16:04.000000000 +0100
+++ /tmp/aboutview.cpp 2017-07-23 20:16:41.488167912 +0100
@@ -34,6 +34,7 @@
#include “iconutils.h”
#include “appwidget.h”
#include “clickablelabel.h”
+#include “mainwindow.h”
AboutView::AboutView(QWidget *parent) : View(parent) {
following the instructions here
https://wiki.gentoo.org/wiki/Epatch
Doesn’t start at all. Just fails with the error “minitube: symbol lookup error: minitube: undefined symbol: _ZNK18QAbstractListModel7siblingEiiRK11QModelIndex”
Workaround: Downgrade to 2.7.2 (which works flawlessly).
System: Ubuntu / Linux Mint 17.04
cu, w0lf.
Please post link to download 2.7.2, I cant find it no more …
Download for 2.7:
– 64 bit: http://flavio.tordini.org/files/minitube/minitube_2.7_amd64.deb
– 32 bit: URL doesnt seem to work anymore
Note: This issue ALSO applies to the latest version, 2.9. Workaround still is: Downgrade to 2.7.2.
cu, w0lf.