summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2004-12-29 21:56:32 +0000
committerDaniel Goller <morfic@gentoo.org>2004-12-29 21:56:32 +0000
commitb5135a7d48e3094d9b912dcd9149e2b02a531f3c (patch)
tree0082c827d70a652d0a07febf2bcaf46d12d31b88 /media-libs
parentChange encoding to UTF-8 for GLEP 31 compliance (Manifest recommit) (diff)
downloadgentoo-2-b5135a7d48e3094d9b912dcd9149e2b02a531f3c.tar.gz
gentoo-2-b5135a7d48e3094d9b912dcd9149e2b02a531f3c.tar.bz2
gentoo-2-b5135a7d48e3094d9b912dcd9149e2b02a531f3c.zip
fixing make check
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/id3lib/ChangeLog6
-rw-r--r--media-libs/id3lib/files/id3lib-3.8.3-test_io.patch10
-rw-r--r--media-libs/id3lib/id3lib-3.8.3-r3.ebuild3
3 files changed, 17 insertions, 2 deletions
diff --git a/media-libs/id3lib/ChangeLog b/media-libs/id3lib/ChangeLog
index f8fe2b0ca48a..3b0fb0487b2b 100644
--- a/media-libs/id3lib/ChangeLog
+++ b/media-libs/id3lib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/id3lib
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/ChangeLog,v 1.30 2004/12/29 00:45:07 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/ChangeLog,v 1.31 2004/12/29 21:56:32 morfic Exp $
+
+ 29 Dec 2004; Daniel Goller <morfic@gentoo.org>
+ +files/id3lib-3.8.3-test_io.patch, id3lib-3.8.3-r3.ebuild:
+ Fixed make check, closing bug 64899
29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/media-libs/id3lib/files/id3lib-3.8.3-test_io.patch b/media-libs/id3lib/files/id3lib-3.8.3-test_io.patch
new file mode 100644
index 000000000000..b4a0d24d65e3
--- /dev/null
+++ b/media-libs/id3lib/files/id3lib-3.8.3-test_io.patch
@@ -0,0 +1,10 @@
+--- id3lib-3.8.3/examples/test_io.cpp.orig 2004-09-21 23:40:48.398826320 +0200
++++ id3lib-3.8.3/examples/test_io.cpp 2004-09-21 23:40:55.408760648 +0200
+@@ -16,6 +16,7 @@
+ using std::cerr;
+
+ using namespace dami;
++using namespace std;
+
+ int
+ main(size_t argc, const char** argv)
diff --git a/media-libs/id3lib/id3lib-3.8.3-r3.ebuild b/media-libs/id3lib/id3lib-3.8.3-r3.ebuild
index 5f121ebcf8dd..f33e53d19d31 100644
--- a/media-libs/id3lib/id3lib-3.8.3-r3.ebuild
+++ b/media-libs/id3lib/id3lib-3.8.3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r3.ebuild,v 1.4 2004/11/11 23:30:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/id3lib/id3lib-3.8.3-r3.ebuild,v 1.5 2004/12/29 21:56:32 morfic Exp $
inherit eutils
@@ -26,6 +26,7 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-zlib.patch
+ epatch ${FILESDIR}/${P}-test_io.patch
export WANT_AUTOMAKE=1.6
export WANT_AUTOCONF=2.5