Package: xbmc / 2:13.2+dfsg1-3~bpo70+1

Metadata

Package Version Patches format
xbmc 2:13.2+dfsg1-3~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Don t enter ffmpeg dir when using external ffmpeg li.patch | (download)

lib/Makefile.in | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch 1/2] don't enter ffmpeg dir when using external ffmpeg/libav


0002 Fix compilation with libav 10 beta1.patch | (download)

lib/xbmc-libav-hacks/libav_hacks.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 [patch 2/2] fix compilation with libav 10 beta1


0004 Disable static ffmpeg when using external ffmpeg liba.patch | (download)

configure.in | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] disble static ffmpeg when using external ffmpeg/libav


0005 Fix av_stream_get_r_frame_rate Libav hack accessor.patch | (download)

lib/xbmc-libav-hacks/accessors.c | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 [patch] fix av_stream_get_r_frame_rate libav hack accessor


0006 Define AV_CODEC_ID_SUBRIP to AV_CODEC_ID_TEXT in lib.patch | (download)

lib/xbmc-libav-hacks/libav_hacks.h | 2 1 + 1 - 0 !
xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp | 9 8 + 1 - 0 !
2 files changed, 9 insertions(+), 2 deletions(-)

 [patch 2/3] define av_codec_id_subrip to av_codec_id_text in libav
 hacks and fix compilation


0007 Enable using external ffmpeg in . configure.patch | (download)

configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] enable using external ffmpeg in ./configure


0008 Setup AVVDPAUContext with API calls instead of using.patch | (download)

lib/xbmc-libav-hacks/libav_hacks.h | 7 7 + 0 - 0 !
xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp | 22 9 + 13 - 0 !
xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h | 2 1 + 1 - 0 !
3 files changed, 17 insertions(+), 14 deletions(-)

 [patch] setup avvdpaucontext with api calls instead of using memset()
0009 Use VDPAU in Libav hacks only when VDPAU support is .patch | (download)

lib/xbmc-libav-hacks/libav_hacks.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] use vdpau in libav hacks only when vdpau support is enabled


0011 mips add guards.patch | (download)

Makefile.in | 2 1 + 1 - 0 !
xbmc/cores/DllLoader/DllLoader.h | 2 1 + 1 - 0 !
xbmc/cores/DllLoader/ldt_keeper.c | 2 1 + 1 - 0 !
xbmc/linux/PlatformDefs.h | 2 1 + 1 - 0 !
xbmc/utils/fastmemcpy.c | 2 1 + 1 - 0 !
xbmc/utils/fastmemcpy.h | 2 1 + 1 - 0 !
6 files changed, 6 insertions(+), 6 deletions(-)

 [patch 1/4] mips: add guards

Updated for 13.2 by Balint Reczey

0012 mips add atomics.patch | (download)

xbmc/threads/Atomics.cpp | 35 15 + 20 - 0 !
xbmc/threads/MipsAtomics.h | 115 115 + 0 - 0 !
2 files changed, 130 insertions(+), 20 deletions(-)

 [patch 2/4] mips: add atomics

Most taken from the Linux kernel.

Updated for 13.2 by Balint Reczey

0013 mips Add configure option for mips and mipsel.patch | (download)

configure.in | 10 10 + 0 - 0 !
m4/xbmc_arch.m4 | 3 3 + 0 - 0 !
2 files changed, 13 insertions(+)

 [patch 3/4] mips: add configure option for mips and mipsel


0014 mips Don t use ASM round and truncate on MIPS.patch | (download)

xbmc/utils/MathUtils.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch 4/4] mips: don't use asm round and truncate on mips


0016 mips Fix build with using OpenGL rendering.patch | (download)

xbmc/cores/VideoRenderers/LinuxRendererGL.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] mips: fix build with using opengl rendering


03 privacy.patch | (download)

system/settings/settings.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
04 differentiate from vanilla XBMC.patch | (download)

addons/skin.confluence/720p/Home.xml | 2 1 + 1 - 0 !
addons/skin.confluence/720p/LoginScreen.xml | 2 1 + 1 - 0 !
xbmc/Application.cpp | 2 1 + 1 - 0 !
xbmc/GUIInfoManager.cpp | 2 1 + 1 - 0 !
xbmc/GitRevision.cpp | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

---
05 Fix GLES with X11.patch | (download)

xbmc/windowing/X11/WinSystemX11GLES.cpp | 14 6 + 8 - 0 !
1 file changed, 6 insertions(+), 8 deletions(-)

 [patch] fix gles on x11
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The patch is from http://forum.odroid.com/viewtopic.php?f=54&t=1244&p=7887#p7875 .
Tested by   <olegvedi@gmail.com>.

06 use external libraries.patch | (download)

Makefile.in | 6 2 + 4 - 0 !
bootstrap.mk | 2 1 + 1 - 0 !
configure.in | 10 8 + 2 - 0 !
lib/cximage-6.0/Makefile.in | 6 3 + 3 - 0 !
xbmc/DllPaths_generated.h.in | 4 2 + 2 - 0 !
xbmc/cores/dvdplayer/DVDInputStreams/DllDvdNav.h | 2 2 + 0 - 0 !
xbmc/filesystem/DllHDHomeRun.h | 2 1 + 1 - 0 !
7 files changed, 19 insertions(+), 13 deletions(-)

 use system's libraries instead of the embedded ones
 .
07 use system groovy.patch | (download)

codegenerator.mk | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 use system's groovy instead of the embedded one
 .
08 armel.patch | (download)

xbmc/utils/MathUtils.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
09 use correct ftgl.h | (download)

xbmc/visualizations/XBMCProjectM/libprojectM/Renderer.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
11 fix vdpau include.patch | (download)

xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.h | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 include libavcodec/vdpau.h as c library
 This fixes a linking failure with av_vdpau_alloc_context.