* [gentoo-commits] gentoo-x86 commit in media-libs/libopenraw: libopenraw-0.0.8-r1.ebuild ChangeLog
@ 2011-09-15 10:47 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-09-15 10:47 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/09/15 10:47:35
Modified: ChangeLog
Added: libopenraw-0.0.8-r1.ebuild
Log:
Fix gdk-pixbuf path wrt #383045 by Priit Laes
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
Revision Changes Path
1.49 media-libs/libopenraw/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libopenraw/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libopenraw/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libopenraw/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 28 Mar 2011 17:18:16 -0000 1.48
+++ ChangeLog 15 Sep 2011 10:47:35 -0000 1.49
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/libopenraw
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.48 2011/03/28 17:18:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.49 2011/09/15 10:47:35 ssuominen Exp $
+
+*libopenraw-0.0.8-r1 (15 Sep 2011)
+
+ 15 Sep 2011; Samuli Suominen <ssuominen@gentoo.org>
+ +libopenraw-0.0.8-r1.ebuild,
+ +files/libopenraw-0.0.8-fix_gdk-pixbuf_path.patch:
+ Fix gdk-pixbuf path wrt #383045 by Priit Laes
28 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> libopenraw-0.0.8.ebuild:
Remove useless libtool archive files.
1.1 media-libs/libopenraw/libopenraw-0.0.8-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.8-r1.ebuild?rev=1.1&content-type=text/plain
Index: libopenraw-0.0.8-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.8-r1.ebuild,v 1.1 2011/09/15 10:47:35 ssuominen Exp $
EAPI=4
inherit autotools eutils
DESCRIPTION="A decoding library for RAW image formats"
HOMEPAGE="http://libopenraw.freedesktop.org"
SRC_URI="http://${PN}.freedesktop.org/download/${P}.tar.gz"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="gtk static-libs test"
RDEPEND="virtual/jpeg
dev-libs/libxml2
gtk? ( >=x11-libs/gdk-pixbuf-2.24.0:2 )"
DEPEND="${RDEPEND}
>=dev-libs/boost-1.35
dev-util/pkgconfig
test? ( net-misc/curl )"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_prepare() {
epatch "${FILESDIR}"/${P}-fix_gdk-pixbuf_path.patch
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable gtk gnome)
}
src_install() {
default
find "${D}" -name '*.la' -exec rm -f {} +
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-15 10:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 10:47 [gentoo-commits] gentoo-x86 commit in media-libs/libopenraw: libopenraw-0.0.8-r1.ebuild ChangeLog 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