diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-06-17 12:38:53 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-06-17 12:38:53 (GMT) |
commit | dd91ca69386ad656407707148bb9242cf861b0a1 (patch) | |
tree | 9d0a6c5b51c286afd1f0f08c1911e8a6da44f8e4 /abs/extra-testing/community/xbmc-svn/CHANGELOG | |
parent | a3cc7a8ca28ca1b58077963d46f6b18d8bb92fe0 (diff) | |
download | linhes_pkgbuild-dd91ca69386ad656407707148bb9242cf861b0a1.zip linhes_pkgbuild-dd91ca69386ad656407707148bb9242cf861b0a1.tar.gz linhes_pkgbuild-dd91ca69386ad656407707148bb9242cf861b0a1.tar.bz2 |
xbmc-svn: updated to svn 20948
Diffstat (limited to 'abs/extra-testing/community/xbmc-svn/CHANGELOG')
-rw-r--r-- | abs/extra-testing/community/xbmc-svn/CHANGELOG | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/abs/extra-testing/community/xbmc-svn/CHANGELOG b/abs/extra-testing/community/xbmc-svn/CHANGELOG index 170990b..258e5ef 100644 --- a/abs/extra-testing/community/xbmc-svn/CHANGELOG +++ b/abs/extra-testing/community/xbmc-svn/CHANGELOG @@ -1,5 +1,35 @@ xbmc-svn Change log: -------------------- +3rd June 2009 +20896 haggy: enabled external libs for every lib supported despite python and ffmpeg + enabling external python breaks python support in xbmc due to Arch's python + compiled with UCS2 support whereas xbmc expects UCS4. Enabling external ffmpeg + disables VDPAU and we don't want that for sure. + + IMPORTANT NOTE: If compilation breaks at configure step with some message about + not being able to compute the size of int or size_t, try running makepkg as root + with 'sudo makepkg --asroot'. This is a known issue and happens only on systems + linked to nvidia's libgl which causes binaries to segfault within a fakeroot + environment. pacman 3.3 will fix this by splitting configure and installation steps. + +1st June 2009 +20818 haggy: this is the last revision before external-libs-support got patched + in. Unfortunately this will not compile with fakeroot. waiting for + pacman 3.3 which can split up configure and make install steps. + +30th May 2009 +20793 haggy: removed gcc44-fixes.patch - got merged into svn + +29th May 2009 +20755 haggy: pushed rev as requested + +27th May 2009 +20705 haggy: added a patch which fixed compilation with GCC 4.4. + +21th May 2009 +20509 haggy: xbmc got updates on goom due to the jaunty build system update. i + i wiped all goom specific hacks from the PKGBUILD and it compiled + fine, so let's see what you guys achieve. 19th May 2009 20449-1 richy: 1. Removed the autoreconf line as it didn't seem to help |