XBMC on Asus Transformer android tablet

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
FishOil Offline
Posting Freak
Posts: 836
Joined: May 2009
Reputation: 8
Post: #11
You did a sudo apt-get update before trying to install right?
find quote
Kafluke Offline
Member
Posts: 55
Joined: Apr 2012
Reputation: 0
Post: #12
Yes.
find quote
Kafluke Offline
Member
Posts: 55
Joined: Apr 2012
Reputation: 0
Post: #13
Okay so here's XBMC running on a Tegra2

http://www.youtube.com/watch?v=t3xZCd0XUPQ

and more info on Tegra 2

http://forum.xbmc.org/showthread.php?tid=98211
(This post was last modified: 2012-05-23 02:12 by Kafluke.)
find quote
Kafluke Offline
Member
Posts: 55
Joined: Apr 2012
Reputation: 0
Post: #14
I can't get a cross compiler to work so I'm now trying to compile xbmc directly on the transformer. LOL, I doubt this will work.
find quote
Kafluke Offline
Member
Posts: 55
Joined: Apr 2012
Reputation: 0
Post: #15
Following this guide:

http://wiki.xbmc.org/index.php?title=HOW..._for_Linux


I'm on this step:

Code:
Here is the magic command to get the build dependencies (used to compile the version on the PPA).

$ sudo apt-get build-dep xbmc

After running this command I get this output
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libglew1.6dev' instead of 'libglew-dev'
Note, selecting 'libjpeg62-dev' instead of 'libjpeg-dev'
Note, selecting 'libsamplerate0-dev' instead of 'libsamplerate-dev'
Note, selecting 'libfontconfig1-dev' instead of 'libfontconfig-dev'
Note, selecting 'libsdl1.2-dev' instead of 'libsdl-dev'
E: Build-Depends dependency for xmbc cannot be satisfied because the package libcec-dev cannot be found

I've looked and looked and can't figure out how to install "libcec-dev". I've added the Pulse Eight PPA and tried to install libcec-dev and it can't find the package to install. I don't know how to get past this.
(This post was last modified: 2012-05-24 23:06 by Kafluke.)
find quote
Prof Yaffle Offline
Member+
Posts: 489
Joined: Mar 2011
Reputation: 3
Location: UK - in the middlish (mostly).
Post: #16
Have you tried a simple "sudo apt-get install libcec-dev" or "... install libcec"?

I'm no expert here, but a quick squint at these two suggests that it's part of the xbmc ppa:

http://www.ubuntuupdates.org/ppa/xbmc?dist=oneiric

http://www.ubuntuupdates.org/package/xbm...libcec-dev
find quote
Kafluke Offline
Member
Posts: 55
Joined: Apr 2012
Reputation: 0
Post: #17
Yep tried both those commands. Before and after adding the Pulse Eight repo

package not found
(This post was last modified: 2012-05-25 00:56 by Kafluke.)
find quote
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,823
Joined: Jun 2011
Reputation: 51
Post: #18
There probably is no libcec for arm. just install the remaining dependencies and leave libcec out, you don't need it.
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #19
how is this coming along?

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

find quote
davilla Offline
Team-XBMC Developer
Posts: 10,404
Joined: Feb 2008
Reputation: 58
Post: #20
make sure you configure with --disable-neon, tegra2 does not have neon.


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote