Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

XBMC 13.0 FINAL got released
Thank you for your donation

Pages (3): 1 2 3 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
XBMC 13.0 FINAL got released
4th May, 2014, 09:49 PM
Post: #1
Ger Teunis Offline
Registered
Posts: 9
Joined: Aug 2013
Reputation: 0
XBMC 13.0 FINAL got released
Any change we can have that soon?
Find all posts by this user
Quote this message in a reply
5th May, 2014, 05:21 AM
Post: #2
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC 13.0 FINAL got released
As always:
https://github.com/xbianonpi/xbian-package-xbmc/tree/gotham-nightly

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
5th May, 2014, 03:54 PM
Post: #3
Ger Teunis Offline
Registered
Posts: 9
Joined: Aug 2013
Reputation: 0
RE: XBMC 13.0 FINAL got released
You are aware that a nightly is something different then the official release?
I mean an official release via the XBian update for everybody.
Find all posts by this user
Quote this message in a reply
5th May, 2014, 06:07 PM
Post: #4
He4dShOt Offline
Registered
Posts: 5
Joined: Apr 2013
Reputation: 0
RE: XBMC 13.0 FINAL got released
(5th May, 2014 03:54 PM)Ger Teunis Wrote:  You are aware that a nightly is something different then the official release?
I mean an official release via the XBian update for everybody.

Yeah, that would be great Smile
Find all posts by this user
Quote this message in a reply
5th May, 2014, 06:36 PM
Post: #5
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC 13.0 FINAL got released
It's called a nightly but it actually compiles an updated version every X hours. If you would have checked the commits you would have seen that it already contained 13.0 stable.

https://github.com/xbmc/xbmc/commit/60bd97bdd8d662807076e9838ad7632b8c92d4fa

Check the hash in content/tmp/hash.xbmc and compare to the hash above:
https://github.com/xbianonpi/xbian-package-xbmc/commit/8c8c0fdefd8a4128c11f36fe0904d4f5818e8153

So
Code:
git clone --depth 5 -b gotham-nightly https://github.com/xbianonpi/xbian-package-xbmc.git
cd xbian-package-xbmc
git checkout 8c8c0fdefd8a
./gen.package.sh
dpkg -i *.deb

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
5th May, 2014, 07:11 PM
Post: #6
kaladont Offline
Registered
Posts: 40
Joined: Jan 2013
Reputation: 3
RE: XBMC 13.0 FINAL got released
How to update just the XBMC? I have xbian alpha and would like to update only xbmc....
Find all posts by this user
Quote this message in a reply
5th May, 2014, 07:58 PM
Post: #7
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC 13.0 FINAL got released
By coping the content of all folders to the right places (except DEBIAN):
https://github.com/xbianonpi/xbian-package-xbmc/tree/gotham-nightly/content

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
5th May, 2014, 08:33 PM
Post: #8
kaladont Offline
Registered
Posts: 40
Joined: Jan 2013
Reputation: 3
RE: XBMC 13.0 FINAL got released
txn...
Find all posts by this user
Quote this message in a reply
5th May, 2014, 09:24 PM
Post: #9
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC 13.0 FINAL got released
Never mind.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
5th May, 2014, 09:24 PM
Post: #10
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: XBMC 13.0 FINAL got released
(5th May, 2014 06:36 PM)CurlyMo Wrote:  It's called a nightly but it actually compiles an updated version every X hours. If you would have checked the commits you would have seen that it already contained 13.0 stable.

https://github.com/xbmc/xbmc/commit/60bd97bdd8d662807076e9838ad7632b8c92d4fa

Check the hash in content/tmp/hash.xbmc and compare to the hash above:
https://github.com/xbianonpi/xbian-package-xbmc/commit/8c8c0fdefd8a4128c11f36fe0904d4f5818e8153

So
Code:
git clone --depth 1 -b gotham-nightly https://github.com/xbianonpi/xbian-package-xbmc.git
cd xbian-package-xbmc
git checkout 8c8c0fdefd8a
./gen.package.sh
dpkg -i *.deb

xbian@xbian ~/xbian-package-xbmc $ git checkout 8c8c0fdefd8a
error: pathspec '8c8c0fdefd8a' did not match any file(s) known to git.
Find all posts by this user
Quote this message in a reply
5th May, 2014, 09:44 PM
Post: #11
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC 13.0 FINAL got released
Updated guide.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
5th May, 2014, 10:41 PM
Post: #12
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: XBMC 13.0 FINAL got released
(5th May, 2014 09:44 PM)CurlyMo Wrote:  Updated guide.

Thanks. Works now.
Somehow RC1 has a higher version number in the repo, so when I look for new updates after installing Gotham Final, it finds RC1 and thinks it's an update. Any way to solve that?
Find all posts by this user
Quote this message in a reply
5th May, 2014, 10:53 PM
Post: #13
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: XBMC 13.0 FINAL got released
https://github.com/xbianonpi/xbian/issues/531

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
5th May, 2014, 11:29 PM
Post: #14
Smultie Offline
Moderator
******
Posts: 322
Joined: Feb 2013
Reputation: 16
RE: XBMC 13.0 FINAL got released
(5th May, 2014 10:53 PM)CurlyMo Wrote:  https://github.com/xbianonpi/xbian/issues/531

Alright, let's see if mk01 can fix that.
Find all posts by this user
Quote this message in a reply
6th May, 2014, 12:44 AM
Post: #15
Ger Teunis Offline
Registered
Posts: 9
Joined: Aug 2013
Reputation: 0
RE: XBMC 13.0 FINAL got released
But let's be honest; shouldn't this be pushed the right way? Via a "normal" update?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (3): 1 2 3 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 01:09 AM Powered By MyBB, © 2002-2025 MyBB Group.