Official XBian 1.0 Gotham Testing - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Releases (/forum-48.html) +--- Thread: Official XBian 1.0 Gotham Testing (/thread-2091.html) |
Re: RE: Official XBian 1.0 Gotham Testing - f1vefour - 5th Mar, 2014 06:07 AM (5th Mar, 2014 06:02 AM)Smultie Wrote:(5th Mar, 2014 05:45 AM)f1vefour Wrote:(5th Mar, 2014 05:00 AM)freem@n Wrote:(5th Mar, 2014 04:39 AM)Smultie Wrote: Yeah, I understand that. But the xbian-gotham-nightly-xbmc (or something  ) package needs to be updated to get to the Gotham Beta 1 status, right? I'm just wondering when that will happen. I guess he isn't pushing the changes, he pushed something skin related yesterday but nothing else for about three weeks. You have to remember that this is all done for free, he may be busy with work...who knows as there isn't any communication going on lately that I have been privy to. Re: RE: Official XBian 1.0 Gotham Testing - freem@n - 5th Mar, 2014 06:07 AM (5th Mar, 2014 05:54 AM)f1vefour Wrote:(5th Mar, 2014 05:47 AM)freem@n Wrote:(5th Mar, 2014 05:45 AM)f1vefour Wrote: mk01 makes changes everyday, either he isn't pushing the changes or your looking at the wrong repo. did Koenkk leave the XBian dev team? maybe someone else can update the Gotham nightly package. Unfortunately I don't know how to do that, otherwise I would love to support the XBian team in this case! Re: RE: Official XBian 1.0 Gotham Testing - Smultie - 5th Mar, 2014 06:17 AM (5th Mar, 2014 06:07 AM)f1vefour Wrote:(5th Mar, 2014 06:02 AM)Smultie Wrote:(5th Mar, 2014 05:45 AM)f1vefour Wrote:(5th Mar, 2014 05:00 AM)freem@n Wrote:(5th Mar, 2014 04:39 AM)Smultie Wrote: Yeah, I understand that. But the xbian-gotham-nightly-xbmc (or something  ) package needs to be updated to get to the Gotham Beta 1 status, right? I'm just wondering when that will happen. I fully understand that! But I'm also a little bit worried about the backbone of the xbian-project since it seems to very much depend on one developer. Of course there can be all sort of very viable reasons for mk01 to do something else for three weeks, but I'm just stating a small fear of mine [SMILING FACE WITH OPEN MOUTH] RE: Official XBian 1.0 Gotham Testing - freem@n - 5th Mar, 2014 08:40 AM (5th Mar, 2014 06:17 AM)Smultie Wrote: I fully understand that! But I'm also a little bit worried about the backbone of the xbian-project since it seems to very much depend on one developer. Of course there can be all sort of very viable reasons for mk01 to do something else for three weeks, but I'm just stating a small fear of mine +1 I don't understand what could be the reason that mk01 is apparently not getting much help from other developers. this means everything comes to a sudden stop when mk01 is busy (which is absolutely understandable). I'm just afraid of losing this great project... RE: Official XBian 1.0 Gotham Testing - poko - 6th Mar, 2014 05:42 AM Does anyone know what the gotham nightlies aren't being updated either? I would like to install gotham beta 1! RE: Official XBian 1.0 Gotham Testing - CurlyMo - 6th Mar, 2014 08:14 AM If you guys wonder were mk01 is currently focussing on, read this: http://imx.solid-run.com/forums/viewtopic.php?f=7&t=528&start=140 On pilight it's the same. Sometimes i can work for a few weeks on a bigger change so you don't see commits for the same amount of time. Then all of a sudden you see a big one. Just be patient. For those who want to take over from Koenkk: https://github.com/xbianonpi/xbian/wiki/Compiling-XBMC-&-Dependencies RE: Official XBian 1.0 Gotham Testing - freem@n - 7th Mar, 2014 04:27 PM yeah! finally there is a brand new update available for the Gotham Nightly on GitHub https://github.com/xbianonpi/xbian-package-xbmc/commit/37874029bc347bf091c38190aac7ed4d040d926d thank you, Koenkk! Re: RE: Official XBian 1.0 Gotham Testing - Smultie - 7th Mar, 2014 04:59 PM (7th Mar, 2014 04:27 PM)freem@n Wrote: yeah! finally there is a brand new update available for the Gotham Nightly on GitHub https://github.com/xbianonpi/xbian-package-xbmc/commit/37874029bc347bf091c38190aac7ed4d040d926d Could you tell me the easiest way to upgrade?? RE: Official XBian 1.0 Gotham Testing - freem@n - 7th Mar, 2014 07:20 PM I guess we'll have to wait until it's in the APT repo ;-) RE: Official XBian 1.0 Gotham Testing - CurlyMo - 7th Mar, 2014 07:36 PM Code: apt-get install libvorbisenc2 Re: RE: Official XBian 1.0 Gotham Testing - freem@n - 7th Mar, 2014 07:40 PM (7th Mar, 2014 07:36 PM)CurlyMo Wrote: thanks! I guess it's best to add --single-branch to the git clone command if you only want to have the Gotham nightly branch RE: Official XBian 1.0 Gotham Testing - Smultie - 7th Mar, 2014 08:51 PM (7th Mar, 2014 07:40 PM)freem@n Wrote:(7th Mar, 2014 07:36 PM)CurlyMo Wrote: Sorry for being such a noob, but can you post the string of command after your added "--single-branch"? RE: Official XBian 1.0 Gotham Testing - CurlyMo - 7th Mar, 2014 08:54 PM If you do "-b ..." you already get a single branch. Re: RE: Official XBian 1.0 Gotham Testing - freem@n - 7th Mar, 2014 08:54 PM (7th Mar, 2014 08:51 PM)Smultie Wrote: Sorry for being such a noob, but can you post the string of command after your added "--single-branch"? Code: git clone --depth 5 -b gotham-nightly --single-branch https://github.com/xbianonpi/xbian-package-xbmc.git (7th Mar, 2014 08:54 PM)CurlyMo Wrote: If you do "-b ..." you already get a single branch. not really. you just select one as working branch. in my experience with the skin I'm developing the download size is larger when you don't add --single-branch RE: Official XBian 1.0 Gotham Testing - Smultie - 7th Mar, 2014 09:07 PM root@xbian:~# cd xbian-package-xbmc/ root@xbian:~/xbian-package-xbmc# ./gen.package.sh ./gen.package.sh: 30: ./gen.package.sh: fakeroot: not found Hhhmm.. |