Difference between revisions of "QOrbiter Targets"

From LinuxMCE
Jump to: navigation, search
(Details about qOrbiter targets.)
 
 
(28 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This page is meant as an overview, what targets exist for the qOrbiter, and what kind of requirements each of the targets has.
+
[[category:QML]]
 +
[[category:QOrbiter]]
 +
[[Category: Programmer's Guide]]
 +
This page is meant as a roadmap to existing and expected qOrbiter targets, including specific requirements of each.
  
= Linux =
+
Forward Roadmap of current and future qOrbiter targets:
 +
 
 +
= OnScreen Orbiters =
 +
== Window Managed ==
 +
=== Linux ===
 
Linux is the main platform qOrbiter is developed on.  
 
Linux is the main platform qOrbiter is developed on.  
  
Qt lib version = 4.8.3
+
*LinuxMCE 1204 - Qt lib version = 5.2.0
 +
*LinuxMCE 1404 - Qt lib version = 5.2.1
  
== Relevant directories ==
+
==== Setup Linux qMD ====
qOrbiter_src/qml/desktop
+
# on your core edit /etc/initramfs-tools-interactor/scripts/DeviceTemplate change the line "DT=" to "DT=2277"
 +
# run /usr/pluto/bin/Diskless_BuildDefaultImage.sh
 +
# make sure to re-do this with the original values to create normal MDs again.
  
= Android =
+
==== Binary Packages ====
 +
Package: lmce-qorbiter
 +
Details: built on fluffy for 1204 or 1404.
 +
 
 +
== Non-Window Managed ==
 +
=== Linux EGLFS (rpi/armhf) ===
 +
*LinuxMCE RPi Wheezy - Qt lib version = 5.2.0
 +
 
 +
==== Binary Packages ====
 +
Package: lmce-qorbiter
 +
Details: built on ph's builder for wheezy.
 +
 
 +
= Non-OnScreen Orbiters =
 +
== Mobile Tablets/Phones ==
 +
=== Android ===
 
Android is the main target for smaller skins.
 
Android is the main target for smaller skins.
  
Qt lib version = 4.8.2 (necessitas)
+
*<s>Qt lib version = 4.8.2 (necessitas)</s>
 +
*Qt lib version = 5.3.2 NDK
  
== Relevant directories ==
+
==== Binary Packages ====
  qOrbiter_src/qml/android
+
  Package: lmce-qorbiter-android
  qOrbiter_src/android
+
  Details: built on fluffy for android qt5 for 1204/1404.
  
= Symbian =
+
=== iOS ===
Symbian could be target. We need developers for this.
+
*iOS support added as the Qt 5.3 release.
  
Qt lib version = 4.8.x (latest 4.x should always be usable. Details on [http://qt-project.org/doc/qt-4.8/install-symbian-linux.html QtProject]
+
==== Binary Packages ====
 +
Package: (n/a) no .deb package available currently
 +
Details: built by golgo for ios qt5.
  
== Relevant directories ==
+
== Desktops/Laptops ==
no specific QML created as of yet [[User:Posde|posde]]
+
=== Linux ===
 +
Linux is the main platform qOrbiter is developed on.
  
= Windows x86 =  
+
*LinuxMCE 1204 - Qt lib version = 5.2.0
Windows x86 is being worked on, without many details.
+
*LinuxMCE 1404 - Qt lib version = 5.2.1
 +
*LinuxMCE RPi Wheezy - Qt lib version = 5.2.0
  
Qt lib version = 4.8.x (latest 4.x should be usable)
+
==== Binary Packages ====
 +
Package: lmce-qorbiter
 +
Details: built on fluffy for 1204 or 1404.
  
== Relevant directories ==
+
=== MacOSX ===
qOrbiter_src/qml/desktop
+
*Qt lib version = 4.8.x builds to real OSX .app bundle with icon. Does actually work (checked may 2013)
 +
*Qt lib version = 5 does not compile atm
  
= Windows RT =
+
==== Binary Packages ====
Windows RT could be a target, but there are no devs for it atm.
+
Package: (n/a) no .deb package available currently
 +
Details: built by golgo for OS/X qt5.
  
Qt lib version = unknown
+
=== Windows x86 ===
 +
Windows x86 successfully builds with the MSVC compiler. 
  
= iOS =
+
Unfortunately, there is a segfault that happens shortly after skin-loading takes place.  The root cause of the segfault has not yet been determined.
iOS is an important target, but atm there is no release of a Qt lib that we can use for it.
+
 
 +
Qt lib version = 4.8.x (latest 4.x should be usable)
  
= MacOSX =  
+
==== Binary Packages ===
MacOSX could be a target, but there is nothing available atm.
+
Package: (n/a) no .deb package available currently
 +
Details: built by (n/a) not currently built anywhere

Latest revision as of 23:47, 11 September 2015

This page is meant as a roadmap to existing and expected qOrbiter targets, including specific requirements of each.

Forward Roadmap of current and future qOrbiter targets:

OnScreen Orbiters

Window Managed

Linux

Linux is the main platform qOrbiter is developed on.

  • LinuxMCE 1204 - Qt lib version = 5.2.0
  • LinuxMCE 1404 - Qt lib version = 5.2.1

Setup Linux qMD

  1. on your core edit /etc/initramfs-tools-interactor/scripts/DeviceTemplate change the line "DT=" to "DT=2277"
  2. run /usr/pluto/bin/Diskless_BuildDefaultImage.sh
  3. make sure to re-do this with the original values to create normal MDs again.

Binary Packages

Package: lmce-qorbiter
Details: built on fluffy for 1204 or 1404.

Non-Window Managed

Linux EGLFS (rpi/armhf)

  • LinuxMCE RPi Wheezy - Qt lib version = 5.2.0

Binary Packages

Package: lmce-qorbiter
Details: built on ph's builder for wheezy.

Non-OnScreen Orbiters

Mobile Tablets/Phones

Android

Android is the main target for smaller skins.

  • Qt lib version = 4.8.2 (necessitas)
  • Qt lib version = 5.3.2 NDK

Binary Packages

Package: lmce-qorbiter-android
Details: built on fluffy for android qt5 for 1204/1404.

iOS

  • iOS support added as the Qt 5.3 release.

Binary Packages

Package: (n/a) no .deb package available currently 
Details: built by golgo for ios qt5.

Desktops/Laptops

Linux

Linux is the main platform qOrbiter is developed on.

  • LinuxMCE 1204 - Qt lib version = 5.2.0
  • LinuxMCE 1404 - Qt lib version = 5.2.1
  • LinuxMCE RPi Wheezy - Qt lib version = 5.2.0

Binary Packages

Package: lmce-qorbiter
Details: built on fluffy for 1204 or 1404.

MacOSX

  • Qt lib version = 4.8.x builds to real OSX .app bundle with icon. Does actually work (checked may 2013)
  • Qt lib version = 5 does not compile atm

Binary Packages

Package: (n/a) no .deb package available currently 
Details: built by golgo for OS/X qt5.

Windows x86

Windows x86 successfully builds with the MSVC compiler.

Unfortunately, there is a segfault that happens shortly after skin-loading takes place. The root cause of the segfault has not yet been determined.

Qt lib version = 4.8.x (latest 4.x should be usable)

= Binary Packages

Package: (n/a) no .deb package available currently 
Details: built by (n/a) not currently built anywhere