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

Collapse All | Expand All

(-)Makefile (-1 / +2 lines)
Lines 11-17 Link Here
11
MAINTAINER=	mi@aldan.algebra.com
11
MAINTAINER=	mi@aldan.algebra.com
12
COMMENT=	Library for JPEG XR, a.k.a. Windows MediaTM Photo
12
COMMENT=	Library for JPEG XR, a.k.a. Windows MediaTM Photo
13
13
14
LICENSE=	BSD
14
LICENSE=	BSD2CLAUSE
15
LICENSE_FILE=	${FILESDIR}/LICENSE
15
16
16
BROKEN_aarch64=		fails to link: cc: linker command failed with exit code 1 (use -v to see invocation)
17
BROKEN_aarch64=		fails to link: cc: linker command failed with exit code 1 (use -v to see invocation)
17
BROKEN_mips=		fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
18
BROKEN_mips=		fails to compile: cc1: unrecognized command line option "-Wno-extra-tokens"
(-)files/LICENSE (+33 lines)
Line 0 Link Here
1
(Following license sentences are got from jxrlib-1.1/common/include/guiddef.h of source archive.)
2
3
//+---------------------------------------------------------------------------
4
//
5
// Copyright © Microsoft Corp.
6
// All rights reserved.
7
// 
8
// Redistribution and use in source and binary forms, with or without
9
// modification, are permitted provided that the following conditions are met:
10
// 
11
//  Redistributions of source code must retain the above copyright notice,
12
//   this list of conditions and the following disclaimer.
13
//  Redistributions in binary form must reproduce the above copyright notice,
14
//   this list of conditions and the following disclaimer in the documentation
15
//   and/or other materials provided with the distribution.
16
// 
17
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
21
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
// POSSIBILITY OF SUCH DAMAGE.
28
//
29
//  File:       guiddef.h
30
//
31
//  Contents:   GUID definition
32
//
33
//----------------------------------------------------------------------------
(-)files/patch-bug748590 (-1 / +1 lines)
Lines 3-9 Link Here
3
Origin: upstream, https://jxrlib.codeplex.com/SourceControl/changeset/04cf339385b8196f98025b43a366a0790deac994
3
Origin: upstream, https://jxrlib.codeplex.com/SourceControl/changeset/04cf339385b8196f98025b43a366a0790deac994
4
Bug-Debian: http://bugs.debian.org/748590
4
Bug-Debian: http://bugs.debian.org/748590
5
5
6
--- image/decode/JXRTranscode.c
6
--- image/decode/JXRTranscode.c.orig	2017-09-19 17:21:35 UTC
7
+++ image/decode/JXRTranscode.c
7
+++ image/decode/JXRTranscode.c
8
@@ -47,7 +47,7 @@ EXTERN_C Void FreeCodingContextDec(CWMIm
8
@@ -47,7 +47,7 @@ EXTERN_C Void FreeCodingContextDec(CWMIm
9
 EXTERN_C Int StrEncInit(CWMImageStrCodec *);
9
 EXTERN_C Int StrEncInit(CWMImageStrCodec *);
(-)files/patch-typos (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
Cleaned up for FreeBSD by mi
4
Cleaned up for FreeBSD by mi
5
5
6
--- jxrencoderdecoder/JxrEncApp.c
6
--- jxrencoderdecoder/JxrEncApp.c.orig	2017-09-19 17:21:35 UTC
7
+++ jxrencoderdecoder/JxrEncApp.c
7
+++ jxrencoderdecoder/JxrEncApp.c
8
@@ -578,7 +578,7 @@ main(int argc, char* argv[])
8
@@ -578,7 +578,7 @@ main(int argc, char* argv[])
9
 
9
 
Lines 14-20 Link Here
14
 
14
 
15
     //----------------------------------------------------------------
15
     //----------------------------------------------------------------
16
     Call(PKCreateTestFactory(&pTestFactory, WMP_SDK_VERSION));
16
     Call(PKCreateTestFactory(&pTestFactory, WMP_SDK_VERSION));
17
--- jxrgluelib/JXRMeta.h
17
--- jxrgluelib/JXRMeta.h.orig	2017-09-19 17:21:35 UTC
18
+++ jxrgluelib/JXRMeta.h
18
+++ jxrgluelib/JXRMeta.h
19
@@ -34,7 +34,7 @@
19
@@ -34,7 +34,7 @@
20
 
20
 

Return to bug 222459