summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-20 14:52:15 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-20 14:52:15 +0000
commite8cd161fd8f84682e7853bf20f14c02345164e18 (patch)
tree49a8a051b61ebb1181b926f6ad76c916dc7dbd6b /media-libs
parentStable on ppc wrt bug 206694 (diff)
downloadgentoo-2-e8cd161fd8f84682e7853bf20f14c02345164e18.tar.gz
gentoo-2-e8cd161fd8f84682e7853bf20f14c02345164e18.tar.bz2
gentoo-2-e8cd161fd8f84682e7853bf20f14c02345164e18.zip
Version bump, should also close #205759 -- problem was missing ifdef in demo/Makefile.am.
(Portage version: 2.1.4)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libopenraw/ChangeLog13
-rw-r--r--media-libs/libopenraw/files/digest-libopenraw-0.0.33
-rw-r--r--media-libs/libopenraw/files/digest-libopenraw-0.0.43
-rw-r--r--media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch (renamed from media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch)10
-rw-r--r--media-libs/libopenraw/libopenraw-0.0.4.ebuild (renamed from media-libs/libopenraw/libopenraw-0.0.3.ebuild)7
5 files changed, 21 insertions, 15 deletions
diff --git a/media-libs/libopenraw/ChangeLog b/media-libs/libopenraw/ChangeLog
index b9674f87c055..369f44dc641f 100644
--- a/media-libs/libopenraw/ChangeLog
+++ b/media-libs/libopenraw/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-libs/libopenraw
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.15 2007/12/14 18:36:59 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/ChangeLog,v 1.16 2008/01/20 14:52:15 drac Exp $
+
+*libopenraw-0.0.4 (20 Jan 2008)
+
+ 20 Jan 2008; Samuli Suominen <drac@gentoo.org>
+ -files/libopenraw-0.0.3-disable-ljpegtest.patch,
+ +files/libopenraw-0.0.4-disable-ljpegtest.patch, -libopenraw-0.0.3.ebuild,
+ +libopenraw-0.0.4.ebuild:
+ Version bump, should also close #205759 -- problem was missing ifdef in
+ demo/Makefile.am.
14 Dec 2007; Samuli Suominen <drac@gentoo.org>
+files/libopenraw-0.0.3-disable-ljpegtest.patch, libopenraw-0.0.3.ebuild:
diff --git a/media-libs/libopenraw/files/digest-libopenraw-0.0.3 b/media-libs/libopenraw/files/digest-libopenraw-0.0.3
deleted file mode 100644
index 33ea8b33db6f..000000000000
--- a/media-libs/libopenraw/files/digest-libopenraw-0.0.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 53494b54e4d982e3a9871c6e5e66eced libopenraw-0.0.3.tar.gz 498161
-RMD160 298366d0bd8fd32984bffd5b2489686b52702758 libopenraw-0.0.3.tar.gz 498161
-SHA256 a85fc5e1679b2e4c541d7ef1a97eec7028cd72c8230171e2a65b7e1af2a61342 libopenraw-0.0.3.tar.gz 498161
diff --git a/media-libs/libopenraw/files/digest-libopenraw-0.0.4 b/media-libs/libopenraw/files/digest-libopenraw-0.0.4
new file mode 100644
index 000000000000..b9f229d800b1
--- /dev/null
+++ b/media-libs/libopenraw/files/digest-libopenraw-0.0.4
@@ -0,0 +1,3 @@
+MD5 7560748d26d8a98605826a1b837833e4 libopenraw-0.0.4.tar.gz 528575
+RMD160 9cbbcd7ba86900917bcfc83168aeb84397a7a929 libopenraw-0.0.4.tar.gz 528575
+SHA256 82fb11281efc7a251f937dd0d22e5528617b122bc8fe1699f3b5ca6c6998926c libopenraw-0.0.4.tar.gz 528575
diff --git a/media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch b/media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch
index 50aa95535ce2..551744e5b1a3 100644
--- a/media-libs/libopenraw/files/libopenraw-0.0.3-disable-ljpegtest.patch
+++ b/media-libs/libopenraw/files/libopenraw-0.0.4-disable-ljpegtest.patch
@@ -1,6 +1,6 @@
-diff -ur libopenraw-0.0.3.orig/test/Makefile.am libopenraw-0.0.3/test/Makefile.am
---- libopenraw-0.0.3.orig/test/Makefile.am 2007-11-25 21:16:09.000000000 +0200
-+++ libopenraw-0.0.3/test/Makefile.am 2007-12-14 20:28:59.000000000 +0200
+diff -ur libopenraw-0.0.4.orig/test/Makefile.am libopenraw-0.0.4/test/Makefile.am
+--- libopenraw-0.0.4.orig/test/Makefile.am 2008-01-02 06:37:16.000000000 +0200
++++ libopenraw-0.0.4/test/Makefile.am 2008-01-20 16:47:30.000000000 +0200
@@ -1,5 +1,5 @@
-TESTS = fileio ljpegtest
@@ -25,5 +25,5 @@ diff -ur libopenraw-0.0.3.orig/test/Makefile.am libopenraw-0.0.3/test/Makefile.a
ciffcontainertest_LDADD = $(OPENRAW_LIB)
-
-ljpegtest_SOURCES = ljpegtest.cpp
--ljpegtest_LDFLAGS = -static
--ljpegtest_LDADD = $(OPENRAW_LIB) $(BOOST_UNIT_TEST_FRAMEWORK_LIB)
+-ljpegtest_LDFLAGS = -static @BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS@
+-ljpegtest_LDADD = $(OPENRAW_LIB) @BOOST_UNIT_TEST_FRAMEWORK_LIBS@
diff --git a/media-libs/libopenraw/libopenraw-0.0.3.ebuild b/media-libs/libopenraw/libopenraw-0.0.4.ebuild
index 5ff247fbdd85..af4dab200a0c 100644
--- a/media-libs/libopenraw/libopenraw-0.0.3.ebuild
+++ b/media-libs/libopenraw/libopenraw-0.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.3.ebuild,v 1.2 2007/12/14 18:36:59 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.4.ebuild,v 1.1 2008/01/20 14:52:15 drac Exp $
inherit autotools eutils
@@ -23,9 +23,6 @@ src_unpack() {
unpack ${A}
cd "${S}"
- # http://bugs.freedesktop.org/show_bug.cgi?id=13658
- sed -i -e 's:LDFLAGS:LIBS:g' m4/ax_boost_unit_test_framework.m4
-
# http://bugs.freedesktop.org/show_bug.cgi?id=13659
epatch "${FILESDIR}"/${P}-disable-ljpegtest.patch