summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the postproc || dep to be bit faster.Tomas Chvatal2013-06-171-5/+15
| | | | (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
* Reduce the postproc || dep to be bit faster.Tomas Chvatal2013-06-172-3/+6
| | | | (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
* bump; droped support for < vdr-1.7.3Jörg Bornkessel2013-06-151-6/+8
| | | | (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
* bump; droped support for < vdr-1.7.3Jörg Bornkessel2013-06-152-1/+38
| | | | (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
* vdpau requires a recent ffmpeg version so depend on virtual/ffmpeg-9 in that ↵Alexis Ballier2013-06-141-5/+5
| | | | | | case (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
* vdpau requires a recent ffmpeg version so depend on virtual/ffmpeg-9 in that ↵Alexis Ballier2013-06-142-3/+7
| | | | | | case (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
* Update manifest - patch set changed - 472896.Richard Freeman2013-06-141-6/+6
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Update manifest - patch set changed - 472896.Richard Freeman2013-06-141-1/+4
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Backport some FFmpeg related fixes from master.Alexis Ballier2013-06-131-4/+6
| | | | | | Fixes bugs #466718, #463588 and should improve libav compatibility. (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
* Backport some FFmpeg related fixes from master.Alexis Ballier2013-06-132-1/+271
| | | | | | Fixes bugs #466718, #463588 and should improve libav compatibility. (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
* Fix binary patch for 472896, implement subslot op deps.Richard Freeman2013-06-101-5/+5
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Fix binary patch for 472896, implement subslot op deps.Richard Freeman2013-06-102-45/+49
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Update patch set.Richard Freeman2013-06-091-10/+6
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Update patch set.Richard Freeman2013-06-092-1/+354
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Depend on virtual/python-imaging.Mike Gilbert2013-06-091-7/+7
| | | | (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Depend on virtual/python-imaging.Mike Gilbert2013-06-093-5/+9
| | | | (Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Add alevt videotext decoder support (bug 423687, thanks Tobias Leupold), add ↵Michael Weber2013-06-021-17/+20
| | | | | | perl DEPEND (bug 433155, thanks bay), rename scan to scan-dvb (bug 348371, thanks Bill Prendergast), support LDFLAGS (bug 331095, thanks Olivier Huber and thomasg). (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
* Add alevt videotext decoder support (bug 423687, thanks Tobias Leupold), add ↵Michael Weber2013-06-025-3/+159
| | | | | | perl DEPEND (bug 433155, thanks bay), rename scan to scan-dvb (bug 348371, thanks Bill Prendergast), support LDFLAGS (bug 331095, thanks Olivier Huber and thomasg). (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
* Fix relative paths in patch (bug #471818 by Aaron Pelton).Jeroen Roovers2013-05-311-18/+8
| | | | (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
* Fix relative paths in patch (bug #471818 by Aaron Pelton).Jeroen Roovers2013-05-312-8/+10
| | | | (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
* Fix ffmpeg deps: upstream recommends ffmpeg so this one shall come first in ↵Alexis Ballier2013-05-241-16/+6
| | | | | | the || dep. xbmc doesnt even compile against libav, meaning the dep is in theory wrong but left there in case someone eventually gets upstream to fix it. Do not depend on virtual/ffmpeg which is not finegrained enough here (and also rather useless because of the libpostproc dep) since ffmpeg releases more often than libav these days and virtual/ffmpeg-9 depends on a masked ffmpeg version while xbmc only requires ffmpeg-1 which is unmasked. (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
* Fix ffmpeg deps: upstream recommends ffmpeg so this one shall come first in ↵Alexis Ballier2013-05-242-4/+12
| | | | | | the || dep. xbmc doesnt even compile against libav, meaning the dep is in theory wrong but left there in case someone eventually gets upstream to fix it. Do not depend on virtual/ffmpeg which is not finegrained enough here (and also rather useless because of the libpostproc dep) since ffmpeg releases more often than libav these days and virtual/ffmpeg-9 depends on a masked ffmpeg version while xbmc only requires ffmpeg-1 which is unmasked. (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
* Version bump #468518 by Anthony Ryan.Mike Frysinger2013-05-231-15/+17
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Version bump #468518 by Anthony Ryan.Mike Frysinger2013-05-233-3/+265
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Stable for x86, wrt bug #461198Agostino Sarubbo2013-05-201-15/+15
| | | | (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
* Stable for x86, wrt bug #461198Agostino Sarubbo2013-05-202-3/+6
| | | | (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
* Stable for amd64, wrt bug #461198Agostino Sarubbo2013-05-161-6/+16
| | | | (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
* Stable for amd64, wrt bug #461198Agostino Sarubbo2013-05-162-4/+6
| | | | (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
* Bump for latest upstream fixes.Doug Goldstein2013-05-051-4/+12
| | | | (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
* Bump for latest upstream fixes.Doug Goldstein2013-05-052-1/+349
| | | | (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
* Add PYTHON_USE_WITH=xml.Mike Gilbert2013-05-041-5/+5
| | | | (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Add PYTHON_USE_WITH=xml.Mike Gilbert2013-05-042-2/+6
| | | | (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Drop dependency on dev-python/elementtree.Mike Gilbert2013-05-041-18/+6
| | | | (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Drop dependency on dev-python/elementtree.Mike Gilbert2013-05-042-3/+5
| | | | (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
* Version bump.Samuli Suominen2013-05-041-8/+10
| | | | (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* Version bump.Samuli Suominen2013-05-042-1/+48
| | | | (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
* New patchset.Richard Freeman2013-05-011-4/+6
| | | | (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* New patchset.Richard Freeman2013-05-012-1/+354
| | | | (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Fix typos in projectm patch #466746 by candrews.Mike Frysinger2013-04-241-15/+15
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Fix typos in projectm patch #466746 by candrews.Mike Frysinger2013-04-242-3/+7
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Have USE=X require USE=sdl #466584 by Tomáš Chvátal.Mike Frysinger2013-04-231-16/+16
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Have USE=X require USE=sdl #466584 by Tomáš Chvátal.Mike Frysinger2013-04-233-3/+9
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Update to python-single-r1 wrt bug#458682. Apply projectm unbundle patch. ↵Tomas Chvatal2013-04-201-15/+19
| | | | | | Apply libav patchset provided by Anton Khirnov to 12.1-r1 ebuild and remove keywords as it depends on too new ffmpeg/libav with this. (the patchset still needs few touchups before submitting to master/9999 ebuild) (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
* Update to python-single-r1 wrt bug#458682. Apply projectm unbundle patch. ↵Tomas Chvatal2013-04-205-15/+516
| | | | | | Apply libav patchset provided by Anton Khirnov to 12.1-r1 ebuild and remove keywords as it depends on too new ffmpeg/libav with this. (the patchset still needs few touchups before submitting to master/9999 ebuild) (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
* Refresh generated python interfaces #464048 by Marcel Unbehaun.Mike Frysinger2013-04-131-17/+17
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Refresh generated python interfaces #464048 by Marcel Unbehaun.Mike Frysinger2013-04-133-10/+23
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Patch by hal to punt unused addons #465108.Mike Frysinger2013-04-131-15/+15
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Patch by hal to punt unused addons #465108.Mike Frysinger2013-04-132-3/+16
| | | | (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
* Inadvertently left out manifest change from previous commit - already in ↵Richard Freeman2013-04-011-4/+4
| | | | | | ChangeLog. (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)
* Update manifest - patch set changed - 463828.Richard Freeman2013-04-011-4/+4
| | | | (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0x08C170DE55EC123A)