summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/xbmc-svn/CHANGELOG
blob: ddcbd53c7d1e77ace9f3fe8d820179f916ae2cf1 (plain)
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
xbmc-svn Change log:
--------------------
2nd July 2009
21333   haggy: updated to current svn head which has media flagging support if your skin
               supports it (the shipped PM3HD does already, also Aeon and MediaStream redux)

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
               2. Added !makeflags
               3. Rev push :-)

16th May 2009
20343-1 richy: 1. added python as a depenency and removed x-server (namcap advised),
               2. added autoreconf to goom before aclocal - another pot-shot at the goom compile prob.
               3. added flax and bison to makedepends - I thought they were implicitely provided, but
                    some users didn't have them.
               4. Rev push to 20343
               5. Removed the --quiet flag form SVN for now as sourcforge was timing out and
                    failing silently.
 
               Note: namcap advised a number of other changes which I ignored for now.

15th May 2009
20231-3 - haggy: added libsamplerate as a dependency, it is needed for the recent smoothvideo patches

14th May 2009
20231-2 - haggy: another shot in the dark to fix that damn goom compilation error

13th May 2009
20231 - haggy: smoothvideo!

12th May 2009
20172 - haggy: a shot in the dark: try another autoreconf inside goom and see if it helps.

11th May 2009
20149 - haggy: pushed rev, removed 'hitting-o-breaks...'-patch - it got fixed in svn

9th May 2009
20101 - haggy: an updated PM3 skin made it into xbmc. added conflicts hint to this PKGBUILD

8th May 2009
20059 - haggy: minor push past 9.04, removed copying the source tree to a build tree which wastes space,
               takes ages and stresses the hdd for no reason. instead we now use svn to revert to a 
               clean build dir.

5th May 2009
19941 - rich: heaps more tickets closed, Mexican translation

30th April 2009
19841 - haggy: lots of closed tickets worth a release, removed xsession patch

27th April 2009
19753 - haggy: added patch for xsession file breaking installation into fakeroot.

22nd April 2009
19602 - richy: version bump to address problem with python scripts and plugins

20th April 2009
19550 - haggy: pushed rev, some .mov fixes and better i18n in xbmc

17th April 2009
19517 - haggy: pushed rev, re-added installfile
19516-2- richy: Added back autoreconf -vif in libdvdcss - still required for some folk (me)
19516 - haggy: pushed rev, moved patches to patchfiles, added 'safe fullscreen patch', several cleanups

15th April 2009
19484 - haggy: pushed rev, re-enabled MAKEFLAGS to allow a more streamlined package

14th April 2009
19463 - haggy: added install file 
19463 - richy: moved _svn* back inside build() on Haggy's suggestion. Let's try and avoid broken releases!
19463 - richy: makedepends 'subversion' instead of 'svn' because that's what's in the guidelines
19463 - richy: changed licens from ('GPL' 'custom') to ('GPL', 'LGPL') - See: http://xbmc.org/about/

13th April 2009 - initial upload to AUR, tested on 32bit and 64bit.
19444 - richy: Moved _svn* outside of build so that users get the latest SVN.
19444 - richy: Added a symlink for XBMCtex to usr/bin/XBMCtex
19444 - richy: Moved libcdio into depends from opt-depends - right now it is a dependency.