Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 29
|
|
31
|
LinuxMCE / Users / Re: Southern California Linux Expo
|
on: January 08, 2013, 01:48:49 pm
|
Thanks for the donations. atm we can give golgoj4 the room for a single night.
Come on, fellas. Say Thank you with your money.
Thanks for listening.
Donation gone - Now he can get something to eat too  -Coley.
|
|
|
|
|
34
|
LinuxMCE / Developers / Re: Apologies, cracking attack takes down HADesigner screencasts, need your help!
|
on: October 31, 2012, 03:16:01 pm
|
I'm missing: 1,5,6,10,11 From group #1 and I did not even know of the existence of anything in group #2.
Any you could provide would be great!
J.
https://www.dropbox.com/sh/6lxoezs0283rn47/Vt3HJJrhNR/ScreenCasts?lst1,10 and 11 from the first batch are fully synced up there now 5 and 6 should be on-line in an hour or two. I'll queue the others up later. -Coley. 1,5,6,10,11 complete.
|
|
|
|
|
36
|
LinuxMCE / Developers / Re: Raspberry Pi builder
|
on: October 27, 2012, 03:15:42 pm
|
|
golgoj4 - tbh I don't know if phonon is the right direction for the Pi. I would have thought QtMultimedia would be the one to use but as that requires Qt5 I wanted to see could we at least get the AV plugin going as is. All I was expecting from phonon was at least what it gives a regular desktop system - it shouldn't care about bcm specifics as the drivers below should handle that.
-Coley.
|
|
|
|
|
37
|
LinuxMCE / Users / Re: 1004: The time has come.
|
on: October 26, 2012, 11:17:01 am
|
<snip> Every one refuses to boot giving the first Linux loading line and ending in boot:
If I input anything it states "unable to find kernel" or similar. <snip>
Just press Enter at that point - it should continue installing. -Coley.
|
|
|
|
|
39
|
LinuxMCE / Users / Re: MK802 - cheaper and faster than Raspberry Pi
|
on: October 25, 2012, 10:57:33 am
|
|
I have one of these as well as some Raspberry Pi, I plan on testing the android qOrbiter on it but haven't gotten around to it yet. If one was to ditch android and run linux you need to provide a LAN->USB adapter for netbooting MD.
-Coley.
|
|
|
|
|
41
|
LinuxMCE / Users / Re: qOrbiter - loading Skin issue
|
on: October 22, 2012, 12:42:28 pm
|
hm... cant start prebuild qorbiter: jochen@vboxqorbiter:~/Desktop/test$ ./qorbiter-4.7.4-core-gl ./qorbiter-4.7.4-core-gl: error while loading shared libraries: libQtDeclarative.so.4: cannot open shared object file: No such file or directory really annoying, i just want to start skinning :-( ... don't want to take care of all that real programming stuff behind the scenes ... cheers, ochorocho what does "ldconfig -p" output? -Coley.
|
|
|
|
|
42
|
LinuxMCE / Users / Re: qOrbiter - loading Skin issue
|
on: October 21, 2012, 10:40:47 pm
|
According to your log Skin loading has FAILED (file:///home/jochen/src/qOrbiter/QOrbiter-build-4.7.4/qml/desktop/default/main.qml:2:1: plugin cannot be loaded for module "Qt.labs.shaders": The plugin '/home/jochen/src/qOrbiter/QOrbiter-build-4.7.4/imports/Qt/labs/shaders/libqmlshadersplugin.so' uses incompatible Qt library. (4.8.2) [release] import Qt.labs.shaders 1.0 ^)
You have built qOrbiter using Qt 4.7.4 and the plugin was generated with a newer version. What is your dev setup? -Coley.
|
|
|
|
|
43
|
LinuxMCE / Developers / Re: qOrbiter gets some Pi
|
on: October 21, 2012, 01:19:01 pm
|
So some good news. Got my cross compile env setup working!
The bad news. Apparently, the QAbstractListmodel base class has been modified heavily. To the point of internal functions being re-names or removed. so thats gonna put the brakes on my development speed as I need to refactor a lot of classes.
but its a start!
-Golgoj4
I haven't been back to svn with some of my changes as I couldn't test them, but this change is needed for the clear() functions in all the ListModels. #ifdef (QT5) //reset() is gone for Qt5 this->beginResetModel(); m_list.clear(); this->endResetModel(); #else m_list.clear(); this->reset(); #endif
-Coley.
|
|
|
|
|
45
|
LinuxMCE / Developers / Re: Raspberry Pi builder
|
on: October 20, 2012, 12:58:54 am
|
|
I've been making some progress. I've packaged the qt5 I've built with phonon as a deb and installed that. qOrbiter runs but I'll have to stub out the AudioVisual Plugin for the moment until I can get it compiled. There have been changes in how plugins do their exporting.
-Coley.
|
|
|
|
|