summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-05 19:43:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-05 19:43:40 +0000
commit68f084e314736d752a2c7282a93affe65ab5f05a (patch)
tree9f756cc62212693a4e62b225f561add32ab975a0 /media-libs
parentVersion bump. (diff)
downloadgentoo-2-68f084e314736d752a2c7282a93affe65ab5f05a.tar.gz
gentoo-2-68f084e314736d752a2c7282a93affe65ab5f05a.tar.bz2
gentoo-2-68f084e314736d752a2c7282a93affe65ab5f05a.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libopenraw/ChangeLog8
-rw-r--r--media-libs/libopenraw/files/libopenraw-0.0.7-fix-includes-gcc-4.4.patch34
-rw-r--r--media-libs/libopenraw/libopenraw-0.0.2.ebuild28
-rw-r--r--media-libs/libopenraw/libopenraw-0.0.8.ebuild (renamed from media-libs/libopenraw/libopenraw-0.0.7.ebuild)30
4 files changed, 16 insertions, 84 deletions
diff --git a/media-libs/libopenraw/ChangeLog b/media-libs/libopenraw/ChangeLog
index b70fa8e8ea76..cbdab35a4452 100644
--- a/media-libs/libopenraw/ChangeLog
+++ b/media-libs/libopenraw/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libopenraw
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.35 2009/04/29 09:10:31 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.36 2009/06/05 19:43:39 ssuominen Exp $
+
+*libopenraw-0.0.8 (05 Jun 2009)
+
+ 05 Jun 2009; Samuli Suominen <ssuominen@gentoo.org>
+ +libopenraw-0.0.8.ebuild:
+ Version bump.
*libopenraw-0.0.7 (29 Apr 2009)
diff --git a/media-libs/libopenraw/files/libopenraw-0.0.7-fix-includes-gcc-4.4.patch b/media-libs/libopenraw/files/libopenraw-0.0.7-fix-includes-gcc-4.4.patch
deleted file mode 100644
index 7eab5d940942..000000000000
--- a/media-libs/libopenraw/files/libopenraw-0.0.7-fix-includes-gcc-4.4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-diff -ru libopenraw-0.0.6.orig/demo/cfa.cpp libopenraw-0.0.6/demo/cfa.cpp
---- libopenraw-0.0.6.orig/demo/cfa.cpp 2009-04-29 08:35:35.000000000 +0200
-+++ libopenraw-0.0.6/demo/cfa.cpp 2009-04-29 08:36:13.000000000 +0200
-@@ -20,6 +20,7 @@
-
-
- #include <stdlib.h>
-+#include <stdio.h>
- #include <iostream>
- #include <libopenraw/libopenraw.h>
- #include <libopenraw/debug.h>
-diff -ru libopenraw-0.0.6.orig/demo/thumb.cpp libopenraw-0.0.6/demo/thumb.cpp
---- libopenraw-0.0.6.orig/demo/thumb.cpp 2009-04-29 08:35:35.000000000 +0200
-+++ libopenraw-0.0.6/demo/thumb.cpp 2009-04-29 08:36:41.000000000 +0200
-@@ -19,7 +19,7 @@
- */
-
-
--
-+#include <stdio.h>
- #include <iostream>
- #include <libopenraw/libopenraw.h>
- #include <libopenraw/debug.h>
-diff -ru libopenraw-0.0.6.orig/include/libopenraw/consts.h libopenraw-0.0.6/include/libopenraw/consts.h
---- libopenraw-0.0.6.orig/include/libopenraw/consts.h 2009-04-29 08:35:35.000000000 +0200
-+++ libopenraw-0.0.6/include/libopenraw/consts.h 2009-04-29 08:37:03.000000000 +0200
-@@ -31,6 +31,7 @@
- extern "C" {
- #endif
-
-+#include <inttypes.h>
-
- /**
- * Error codes returned by libopenraw.
diff --git a/media-libs/libopenraw/libopenraw-0.0.2.ebuild b/media-libs/libopenraw/libopenraw-0.0.2.ebuild
deleted file mode 100644
index 21e479956c93..000000000000
--- a/media-libs/libopenraw/libopenraw-0.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.2.ebuild,v 1.15 2008/03/20 14:19:10 drac Exp $
-
-DESCRIPTION="Decoding library for RAW image formats"
-HOMEPAGE="http://libopenraw.freedesktop.org"
-SRC_URI="http://${PN}.freedesktop.org/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="gtk"
-
-RDEPEND="dev-libs/boost
- media-libs/jpeg
- gtk? ( >=x11-libs/gtk+-2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- econf $(use_enable gtk gnome)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
diff --git a/media-libs/libopenraw/libopenraw-0.0.7.ebuild b/media-libs/libopenraw/libopenraw-0.0.8.ebuild
index a36e1e4c75a8..5fffebb627a1 100644
--- a/media-libs/libopenraw/libopenraw-0.0.7.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.0.8.ebuild
@@ -1,37 +1,25 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.7.ebuild,v 1.1 2009/04/29 09:10:31 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.8.ebuild,v 1.1 2009/06/05 19:43:39 ssuominen Exp $
-EAPI="2"
-
-inherit eutils
+EAPI=2
DESCRIPTION="Decoding library for RAW image formats"
HOMEPAGE="http://libopenraw.freedesktop.org"
SRC_URI="http://${PN}.freedesktop.org/download/${P}.tar.gz"
-LICENSE="LGPL-3"
+LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gtk"
-
-# Tests use files not distributed with the source
-RESTRICT="test"
+IUSE="gtk test"
RDEPEND=">=dev-libs/boost-1.33
media-libs/jpeg
>=dev-libs/libxml2-2.5
- gtk? (
- >=dev-libs/glib-2
- >=x11-libs/gtk+-2 )"
+ gtk? ( x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-# Curl is used for test requiring internet access.
-# test? ( net-misc/curl )
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fix-includes-gcc-4.4.patch"
-}
+ dev-util/pkgconfig
+ test? ( net-misc/curl )"
src_configure() {
econf \
@@ -40,6 +28,6 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed."
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
}