summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo in %install.Alex Lancaster2012-05-171-1/+1
|
* Remove the old MythTV add-on (no longer worksAlex Lancaster2012-05-161-1/+10
| | | | and can be confused with the new cmyth-based version)
* - Add support for PVR add-ons (backported from tsp's PVR branch toAlex Lancaster2012-05-166-755/+127610
| | | | | | | | Eden), including MythTV - Workaround bug in compiling against afpfs-ng-devel, will hopefully get AirPlay support working (needs testing) - Drop references to obsolete patches now in Eden - Add patch from dteirney's branch for MythTV 0.25 support
* Update to 11.0 Eden (final). Sync with CVS.Alex Lancaster2012-03-292-6/+10
|
* Update to Eden RC2 (sync with CVS)Alex Lancaster2012-03-092-35/+46
|
* Update to Eden beta2Alex Lancaster2012-01-292-4/+8
|
* Add additional patch from http://trac.xbmc.org/ticket/12001 toAlex Lancaster2011-12-306-986/+64
| | | | | fix uninitialised pointer with libpng 1.5 Remove upstreamed, or otherwise obsoleted patches
* Enable libpng 1.5 patch, still needed, upstream bug is at: Alex Lancaster2011-12-282-568/+572
| | | | | http://trac.xbmc.org/ticket/12001 Fix run dos2unix on patch to fix charset
* Added glx-utils and xorg-x11-utils as Requires, so selectingAlex Lancaster2011-12-282-2/+14
| | | | | | | minimal install works out of the box (#1844) Grrr, *still* have to keep in ffmpeg for now (2011-12-28) since upstream seems to require files within that subdirectory <sigh>, filed http://trac.xbmc.org/ticket/12370
* Add EventClients sub-package (patch thanks to Ben Konrath <ben@bagu.org>)Alex Lancaster2011-12-281-18/+41
| | | | More spec cleaning
* Update to 11.0 beta1Alex Lancaster2011-12-287-212/+197
| | | | | Disable patches that are obsolete (keep around while testing) Update icon cache (#2097)
* Resync with devel branch in CVS.Alex Lancaster2011-12-274-2/+853
|
* Resync with CVS devel branch.Alex Lancaster2011-11-051-3/+15
|
* Need to BR: dbus-devel.Alex Lancaster2011-09-021-1/+4
|
* Update changelog with bug number.Alex Lancaster2011-09-021-1/+1
|
* Merge branch 'master' of ↵Alex Lancaster2011-09-020-0/+0
|\ | | | | | | ssh://fedorapeople.org/home/fedora/alexlan/public_git/xbmc-rpm
| * * Fri Sep 2 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 10.1-4Alex Lancaster2011-09-021-2/+10
| | | | | | | | | | | | | | - Remove hal-devel as BuildRequires, dropped in f16 and later: http://fedoraproject.org/wiki/Features/HalRemoval replaced by udisks, upower, libudev, but not clear if xbmc can use those packages yet
* | Remove hal-devel as BuildRequires, dropped in f16 and later:Alex Lancaster2011-09-021-2/+10
|/ | | | | | http://fedoraproject.org/wiki/Features/HalRemoval replaced by udisks, upower, libudev, but not clear if xbmc can use those packages yet
* Add missing patch.Alex Lancaster2011-03-301-0/+92
|
* Patch from upstream to fix builds for GCC 4.6.xAlex Lancaster2011-03-301-1/+11
|
* Update to 10.1Alex Lancaster2011-03-302-18/+31
| | | | | | Add support for using system python-imaging and pysqlite modules, thanks to Pierre Ossman for patch (#1575) Drop most references to SVNVERSION, upstream now uses git
* Update to 10.0 (Dharma final)Alex Lancaster2010-12-232-5/+13
|
* Rebase to Dharma rc2 (SVN r35567)Alex Lancaster2010-12-123-5/+65
| | | | | Update Python 2.7 patch, to fix DLL search patch problems (#1532). Thanks to Richard Guest for patch.
* Need explicit requires for librtmp and libbluray: loaded dynamicallyAlex Lancaster2010-11-211-3/+10
| | | | via XBMC's DLL mechanism which is missed by autodeps
* Rebase to Dharma rc1 (SVN r35326)Alex Lancaster2010-11-193-21/+10
| | | | | | Remove conditionals on {librtmp,libbluray}-devel: now present in all currently supported releases (f13+) Removed the obsolete SNES patch
* Merge back changes from CVS/develAlex Lancaster2010-11-191-1/+5
|
* Bump release in spec to 20Alex Lancaster2010-11-071-3/+6
|
* - Rebase to Dharma beta 4 (SVN r35068)Alex Lancaster2010-11-072-20/+17
| | | | | - Enable libbluray (currently only available for f15+) - Drop patch disabling SNES (fixed in nasm)
* Rebase to Dharma beta3 (SVN r34731)Alex Lancaster2010-10-152-8/+13
| | | | Disable VAAPI: crashes XBMC when playing back rtmp streams
* Enable librtmp support on in F-14 and later (until librtmp is build on F-13)Alex Lancaster2010-09-201-1/+6
|
* Enable VAAPI: add BR: libva-freeworld-develAlex Lancaster2010-09-161-1/+5
|
* Add BuildRequires for librtmp-devel, used for various pluginsAlex Lancaster2010-09-161-1/+5
|
* Rebase to Dharma beta 2 (SVN r33778)Alex Lancaster2010-09-143-9/+12
|
* Added patch to disable SNES codec (Nintendo sound files) on f14 asAlex Lancaster2010-09-142-1/+25
| | | | | nasm >=2.09 has trouble compiling with that version on f14 (rhbz#633646)
* Upstream is dropping month from version, using 10.0 as Dharma release version.Alex Lancaster2010-09-131-2/+9
| | | | Add explicit Requires for libcrystalhd
* - Drop libmodplug/microhttpd patch, no longer neededAlex Lancaster2010-09-012-37/+9
|
* Rebase to Dharma beta1 release.Alex Lancaster2010-09-012-9/+23
| | | | | | Use tarball, rather than pulling from SVN in generate tarball script. Removing more unneeded win/osx files from tools/ subdirectory.
* Add FIXME notes about other things to strip from tarball.Alex Lancaster2010-09-011-0/+3
|
* - Add -D__STDC_CONSTANT_MACROS for building with ffmpeg > 0.6Alex Lancaster2010-08-291-3/+6
|
* - Default to using /var/run/lirc/lircd (#1325)Alex Lancaster2010-08-251-1/+5
|
* Rebase patches to r32970. Alex Lancaster2010-08-205-27/+30
| | | | | Fix generate tarball script to use r32970 by default, override by passing SVN version number on the command-line.
* Add patch from upstream trac ticket 9584 to find Python 2.7 (needed for F-14+)Alex Lancaster2010-07-292-1/+680
| | | | Add BuildRequires for zip
* Sync with r32266 on Dharma branch. Update dvdreadAlex Lancaster2010-07-292-8/+12
| | | | so that it applies cleanly.
* Remove 24 patches which have been applied upstream, yay!Alex Lancaster2010-07-1927-2079/+30
| | | | | | Rebased 2 patches: libdvd patch and hdhomerun patch for Dharma Add some new patches, some of which have upstream trac tickets, others need to be. Also renumber patches
* - Sync with Dharma branch r31911Alex Lancaster2010-07-192-4/+13
|
* Yet another file fix, update changelog.Alex Lancaster2010-07-191-1/+6
|
* More fixes in %files to match new installation which better matches FHS.Alex Lancaster2010-07-191-2/+3
|
* Fix %install, cleanup some unused lines.Alex Lancaster2010-07-191-11/+2
|
* New patch to fix "@#" in Makefiles. Restore smp flags to makeAlex Lancaster2010-07-192-2/+25
|
* Remove xbmc-dll-symbols from list of directories to remove, appears toAlex Lancaster2010-07-191-1/+2
| | | | be XBMC-specific, oddly.