![]() |
|
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) (/showthread.php?tid=33327) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
- Duduke - 2008-06-11 08:40 Any chance that you will compile the packages with the --enable-halmount so that it will automount my SD card
- Jezz_X - 2008-06-11 08:44 It also has issues for people running as an app on gnome because it will unmount stuff when xbmc shuts down and is more designed for people with no desktop - Duduke - 2008-06-11 13:23 So, is there any way to make that a User Configurable option? (I'm running an XBMC only system without gnome or kde) - althekiller - 2008-06-11 17:07 Duduke Wrote:So, is there any way to make that a User Configurable option? Compile yourself. There is no way to make this an option short of two completely separate builds. - drewjacks0n - 2008-06-15 21:41 How does one revert to the last PPA build? Is that possible? Stupid Question? - wattazoum - 2008-06-15 23:18 I think you can't , unless you have the deb packages cached in /var/cache/apt/archives/ If so, you will need to uninstall your current version and put those local packages. There can't be 2 differents version on the same PPA install trouble in Hardy - sjhotz - 2008-06-22 19:56 I am having issues with installing XBMC on a fresh install of Ubuntu 8.04. I add the software sources from the PPA links, and the Package Manager keeps telling me that XBMC wont install due to "unresolvable dependencies" XBMC, XBMC-common, and XBMC-skins-default dont seem to match up and wont install together. I tried following the readme and when i get to the "sva up" it tells I am at revision 13682. When i do "make clean" it tells me "make: *** No rule to make target `clean'. Stop." and attempting to get the necessary dependencies fails as well. Crap im lost! Please help!
- Duduke - 2008-06-22 21:44 Now that there is an option to enable/disable automount from advancedsettings.xml Click for Reference Is the --enable-halmount a part of the PPAs? - blubyu - 2008-06-22 22:07 sjhotz Wrote:I am having issues with installing XBMC on a fresh install of Ubuntu 8.04. I add the software sources from the PPA links, and the Package Manager keeps telling me that XBMC wont install due to "unresolvable dependencies" XBMC, XBMC-common, and XBMC-skins-default dont seem to match up and wont install together. I tried following the readme and when i get to the "sva up" it tells I am at revision 13682. When i do "make clean" it tells me "make: *** No rule to make target `clean'. Stop." and attempting to get the necessary dependencies fails as well. Crap im lost! Please help! The readme is for the SVN install of XBMC. You don't need to do any of that if you are going to do the PPA install. Try this: Code: apt-get updatethen try this: Code: apt-get upgradeI just did that on my box and everything worked just fine. See if it works for you. - wattazoum - 2008-06-23 07:05 BTW, currently the SVN PPA build is failing for every distro but Hardy i386. we are working on it. |