public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-7-r1.ebuild
@ 2010-01-17 19:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-01-17 19:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/01/17 19:14:19

  Modified:             ChangeLog
  Added:                jpeg-7-r1.ebuild
  Log:
  Commit slotted libjpeg.so.7 (binary only) ebuild (used by icedtea6-bin) wrt #300782, thanks to Mike Frysinger.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.90                 media-libs/jpeg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	15 Jan 2010 09:43:26 -0000	1.89
+++ ChangeLog	17 Jan 2010 19:14:18 -0000	1.90
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/jpeg
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.89 2010/01/15 09:43:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.90 2010/01/17 19:14:18 ssuominen Exp $
+
+*jpeg-7-r1 (17 Jan 2010)
+
+  17 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> +jpeg-7-r1.ebuild:
+  Commit slotted libjpeg.so.7 (binary only) ebuild (used by icedtea6-bin)
+  wrt #300782, thanks to Mike Frysinger.
 
   15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> jpeg-7.ebuild:
   add some more KEYWORDS for Prefix



1.1                  media-libs/jpeg/jpeg-7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpeg/jpeg-7-r1.ebuild?rev=1.1&content-type=text/plain

Index: jpeg-7-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-7-r1.ebuild,v 1.1 2010/01/17 19:14:18 ssuominen Exp $

# this ebuild is only for the libjpeg.so.7 SONAME for ABI compat

EAPI="2"

inherit eutils libtool multilib

DESCRIPTION="Library to load, handle and manipulate images in the JPEG format"
HOMEPAGE="http://jpegclub.org/ http://www.ijg.org/"
SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz
	mirror://gentoo/${PN}-6b-patches-2.tar.bz2"

LICENSE="as-is"
SLOT="7"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

src_prepare() {
	epatch "${WORKDIR}"/patch/60_all_jpeg-maxmem-sysconf.patch
	elibtoolize
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		--enable-shared \
		--disable-static \
		--enable-maxmem=64
}

src_compile() {
	emake libjpeg.la || die
}

src_install() {
	exeinto /usr/$(get_libdir)
	doexe .libs/libjpeg.so.7 || die
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-17 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 19:14 [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: ChangeLog jpeg-7-r1.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox