Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mupdf: mupdf-9999.ebuild ChangeLog
Date: Thu, 06 Jun 2013 13:39:54
Message-Id: 20130606133951.146962171D@flycatcher.gentoo.org
1 xmw 13/06/06 13:39:50
2
3 Modified: mupdf-9999.ebuild ChangeLog
4 Log:
5 update to openjpeg-2
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.27 app-text/mupdf/mupdf-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild?r1=1.26&r2=1.27
15
16 Index: mupdf-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- mupdf-9999.ebuild 4 May 2013 14:14:52 -0000 1.26
23 +++ mupdf-9999.ebuild 6 Jun 2013 13:39:50 -0000 1.27
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.26 2013/05/04 14:14:52 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.27 2013/06/06 13:39:50 xmw Exp $
29
30 EAPI=4
31
32 @@ -17,7 +17,7 @@
33
34 RDEPEND="media-libs/freetype:2
35 media-libs/jbig2dec
36 - >=media-libs/openjpeg-1.5
37 + media-libs/openjpeg:2
38 virtual/jpeg
39 X? ( x11-libs/libX11
40 x11-libs/libXext )"
41 @@ -25,7 +25,9 @@
42 virtual/pkgconfig"
43
44 src_prepare() {
45 - epatch "${FILESDIR}"/${PN}-9999-buildsystem.patch
46 + epatch \
47 + "${FILESDIR}"/${PN}-9999-buildsystem.patch \
48 + "${FILESDIR}"/${PN}-9999-openjpeg2.patch
49
50 if ! use vanilla ; then
51 epatch "${FILESDIR}"/${PN}-1.1_rc1-zoom-2.patch
52
53
54
55 1.66 app-text/mupdf/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?rev=1.66&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?rev=1.66&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mupdf/ChangeLog?r1=1.65&r2=1.66
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v
64 retrieving revision 1.65
65 retrieving revision 1.66
66 diff -u -r1.65 -r1.66
67 --- ChangeLog 4 May 2013 14:14:52 -0000 1.65
68 +++ ChangeLog 6 Jun 2013 13:39:50 -0000 1.66
69 @@ -1,6 +1,10 @@
70 # ChangeLog for app-text/mupdf
71 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.65 2013/05/04 14:14:52 xmw Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/ChangeLog,v 1.66 2013/06/06 13:39:50 xmw Exp $
74 +
75 + 06 Jun 2013; Michael Weber <xmw@g.o> +files/mupdf-9999-openjpeg2.patch,
76 + mupdf-9999.ebuild:
77 + update to openjpeg-2
78
79 04 May 2013; Michael Weber <xmw@g.o> mupdf-9999.ebuild:
80 Fix LICENSE to AGPL-3