summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/xbmc-svn/CHANGELOG
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-17 16:52:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-17 16:52:54 (GMT)
commitbc2a5f737e0f0402b31ab0a5a59ee11a204f48c6 (patch)
tree23d6feed4a2e00603e72a1060c05976ba7722c57 /abs/extra-testing/community/xbmc-svn/CHANGELOG
parent57e9c8d25f393eefa467cdd61de9d0f58aafabd5 (diff)
parentdd91ca69386ad656407707148bb9242cf861b0a1 (diff)
downloadlinhes_pkgbuild-bc2a5f737e0f0402b31ab0a5a59ee11a204f48c6.zip
linhes_pkgbuild-bc2a5f737e0f0402b31ab0a5a59ee11a204f48c6.tar.gz
linhes_pkgbuild-bc2a5f737e0f0402b31ab0a5a59ee11a204f48c6.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/community/xbmc-svn/CHANGELOG')
-rw-r--r--abs/extra-testing/community/xbmc-svn/CHANGELOG30
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