View | Details | Raw Unified | Return to bug 200200 | Differences between
and this patch

Collapse All | Expand All

(-)multimedia/kodi/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	kodi
3
PORTNAME=	kodi
4
DISTVERSION=	14.2
4
DISTVERSION=	14.2
5
PORTREVISION=	1
5
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
6
MASTER_SITES=	https://codeload.github.com/xbmc/xbmc/tar.gz/${DISTVERSION}-Helix?dummy=/ \
7
MASTER_SITES=	https://codeload.github.com/xbmc/xbmc/tar.gz/${DISTVERSION}-Helix?dummy=/ \
7
		GH:ffmpeg
8
		GH:ffmpeg
(-)multimedia/kodi/files/patch-lib_cximage-6.0_raw_dcraw.c (+12 lines)
Line 0 Link Here
1
--- lib/cximage-6.0/raw/dcraw.c.orig	2015-03-26 18:25:20 UTC
2
+++ lib/cximage-6.0/raw/dcraw.c
3
@@ -820,7 +820,8 @@ struct jhead {
4
 
5
 int CLASS ljpeg_start (struct jhead *jh, int info_only)
6
 {
7
-  int c, tag, len;
8
+  int c, tag;
9
+  ushort len;
10
   uchar data[0x10000], *dp;
11
 
12
   init_decoder();

Return to bug 200200