Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-6b-r11.ebuild jpeg-9.ebuild
Date: Thu, 01 Aug 2013 20:24:24
Message-Id: 20130801202409.85D392171C@flycatcher.gentoo.org
1 ssuominen 13/08/01 20:24:09
2
3 Modified: ChangeLog jpeg-9.ebuild
4 Added: jpeg-6b-r11.ebuild
5 Log:
6 Release libjpeg.so.9 into the wild and cope with the libjpeg-turbo reverting back to .so.62
7
8 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.142 media-libs/jpeg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.142&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.142&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.141&r2=1.142
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
20 retrieving revision 1.141
21 retrieving revision 1.142
22 diff -u -r1.141 -r1.142
23 --- ChangeLog 1 Aug 2013 15:47:03 -0000 1.141
24 +++ ChangeLog 1 Aug 2013 20:24:09 -0000 1.142
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-libs/jpeg
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.141 2013/08/01 15:47:03 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.142 2013/08/01 20:24:09 ssuominen Exp $
30 +
31 +*jpeg-6b-r11 (01 Aug 2013)
32 +
33 + 01 Aug 2013; Samuli Suominen <ssuominen@g.o> +jpeg-6b-r11.ebuild,
34 + jpeg-9.ebuild:
35 + Release libjpeg.so.9 into the wild and cope with the libjpeg-turbo reverting
36 + back to .so.62
37
38 01 Aug 2013; Alexis Ballier <aballier@g.o> jpeg-6b-r10.ebuild:
39 add blockers on emul libs and stack it for baselibs -r5
40
41
42
43 1.3 media-libs/jpeg/jpeg-9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild?r1=1.2&r2=1.3
48
49 Index: jpeg-9.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- jpeg-9.ebuild 31 Jul 2013 10:04:15 -0000 1.2
56 +++ jpeg-9.ebuild 1 Aug 2013 20:24:09 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2013 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild,v 1.2 2013/07/31 10:04:15 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild,v 1.3 2013/08/01 20:24:09 ssuominen Exp $
62
63 EAPI=5
64 inherit eutils libtool toolchain-funcs multilib-minimal
65 @@ -12,11 +12,14 @@
66
67 LICENSE="IJG"
68 SLOT="0"
69 -# Waiting for libjpeg-turbo to gain .so.9 support!
70 -KEYWORDS=""
71 -#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
72 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
73 IUSE="static-libs"
74
75 +RDEPEND="!media-libs/libjpeg-turbo:0
76 + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5
77 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
78 +DEPEND="${RDEPEND}"
79 +
80 src_prepare() {
81 epatch "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch
82 elibtoolize
83 @@ -62,11 +65,3 @@
84 INSTALL="install -m755" INSTALLDIR="install -d -m755" \
85 install
86 }
87 -
88 -pkg_postinst() {
89 - ewarn "If you are switching from media-libs/libjpeg-turbo you might need to"
90 - ewarn "rebuild reverse dependencies:"
91 - ewarn
92 - ewarn "# emerge gentoolkit"
93 - ewarn "# revdep-rebuild --library libjpeg.so.8"
94 -}
95
96
97
98 1.1 media-libs/jpeg/jpeg-6b-r11.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-6b-r11.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-6b-r11.ebuild?rev=1.1&content-type=text/plain
102
103 Index: jpeg-6b-r11.ebuild
104 ===================================================================
105 # Copyright 1999-2013 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-6b-r11.ebuild,v 1.1 2013/08/01 20:24:09 ssuominen Exp $
108
109 EAPI=5
110
111 # this ebuild is only for the libjpeg.so.62 SONAME for ABI compat
112
113 PATCH_VER=1
114 inherit eutils libtool toolchain-funcs multilib-minimal
115
116 DESCRIPTION="library to load, handle and manipulate images in the JPEG format (transition package)"
117 HOMEPAGE="http://www.ijg.org/"
118 SRC_URI="mirror://gentoo/jpegsrc.v${PV}.tar.gz
119 http://dev.gentoo.org/~ssuominen/${P}-patchset-${PATCH_VER}.tar.xz"
120
121 LICENSE="IJG"
122 SLOT="62"
123 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
124 IUSE=""
125
126 DOCS=""
127
128 RDEPEND="!>=media-libs/libjpeg-turbo-1.3.0-r2:0
129 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5
130 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
131 DEPEND="${RDEPEND}"
132
133 src_prepare() {
134 EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
135 elibtoolize
136 }
137
138 multilib_src_configure() {
139 tc-export CC
140 ECONF_SOURCE=${S} \
141 econf \
142 --enable-shared \
143 --disable-static \
144 --enable-maxmem=64
145 }
146
147 multilib_src_compile() {
148 emake libjpeg.la
149 }
150
151 multilib_src_install() {
152 newlib.so .libs/libjpeg.so.62.0.0 libjpeg.so.62
153 }