This package includes mostly bug fixes and some slight improvements over beta 1. Please fil bugs to github if needed. Refer to previous articles on how to use.
Download PiOmxTextures 5.0.0-beta2 for Pi1 here (extraction code is: add4).
Download PiOmxTextures 5.0.0-beta2 for Pi2 here (extraction code is: 2ad5).
NOTE: I made a mistake with the above packages. Please download the ones below.
Download PiOmxTextures 5.0.0-beta2 for Pi1
here (extraction code is: 504a).
Download PiOmxTextures 5.0.0-beta2 for Pi2
here (extraction code is: 12e3).
What files are new since beta 1 (Pi2)? I see that only piomxtextures_pocplayer have changed.
ReplyDeleteThank for noticing that! I created worng packages. I'll upload the correct ones.
DeleteJust wanted to say awesome work you have done with this project and thank you. Just what I was looking for.
ReplyDeleteThank you! Enjoy! ;-)
Deletethe links end up on some chinese thing? Please check the two links.
ReplyDeleteCorrect.
DeleteHey
ReplyDeleteI followed your steps in:
http://thebugfreeblog.blogspot.it/p/using-pot-builds.html
to build my own application.
I have this qml file:
import QtQuick 2.0
import QtQuick.Controls 1.2
ApplicationWindow {
visible: true
menuBar: MenuBar {
Menu { title: qsTr("File")
MenuItem { text: qsTr("Exit"); onTriggered: Qt.quit(); }
}
}
}
But when I click on the MenuBar the program aborts with:
"EGLFS: OpenGL windows cannot be mixed with others."
"Aborted"
You got any ideas?
Never mind found the problem to be a Qt bug
Deletehttps://bugreports.qt.io/browse/QTBUG-38405
Hi, thanks for sharing this.
ReplyDelete