Forum
XBMC 13.0 FINAL got released - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Kodi (/forum-18.html)
+--- Thread: XBMC 13.0 FINAL got released (/thread-2267.html)

Pages: 1 2 3


XBMC 13.0 FINAL got released - Ger Teunis - 4th May, 2014 09:49 PM

Any change we can have that soon?


RE: XBMC 13.0 FINAL got released - CurlyMo - 5th May, 2014 05:21 AM

As always:
https://github.com/xbianonpi/xbian-package-xbmc/tree/gotham-nightly


RE: XBMC 13.0 FINAL got released - Ger Teunis - 5th May, 2014 03:54 PM

You are aware that a nightly is something different then the official release?
I mean an official release via the XBian update for everybody.


RE: XBMC 13.0 FINAL got released - He4dShOt - 5th May, 2014 06:07 PM

(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


RE: XBMC 13.0 FINAL got released - CurlyMo - 5th May, 2014 06:36 PM

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



RE: XBMC 13.0 FINAL got released - kaladont - 5th May, 2014 07:11 PM

How to update just the XBMC? I have xbian alpha and would like to update only xbmc....


RE: XBMC 13.0 FINAL got released - CurlyMo - 5th May, 2014 07:58 PM

By coping the content of all folders to the right places (except DEBIAN):
https://github.com/xbianonpi/xbian-package-xbmc/tree/gotham-nightly/content


RE: XBMC 13.0 FINAL got released - kaladont - 5th May, 2014 08:33 PM

txn...


RE: XBMC 13.0 FINAL got released - CurlyMo - 5th May, 2014 09:24 PM

Never mind.


RE: XBMC 13.0 FINAL got released - Smultie - 5th May, 2014 09:24 PM

(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.


RE: XBMC 13.0 FINAL got released - CurlyMo - 5th May, 2014 09:44 PM

Updated guide.


RE: XBMC 13.0 FINAL got released - Smultie - 5th May, 2014 10:41 PM

(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?


RE: XBMC 13.0 FINAL got released - CurlyMo - 5th May, 2014 10:53 PM

https://github.com/xbianonpi/xbian/issues/531


RE: XBMC 13.0 FINAL got released - Smultie - 5th May, 2014 11:29 PM

(5th May, 2014 10:53 PM)CurlyMo Wrote:  https://github.com/xbianonpi/xbian/issues/531

Alright, let's see if mk01 can fix that.


RE: XBMC 13.0 FINAL got released - Ger Teunis - 6th May, 2014 12:44 AM

But let's be honest; shouldn't this be pushed the right way? Via a "normal" update?