drac 08/05/15 20:39:52
Modified: flac-1.2.1-r2.ebuild ChangeLog
Log:
Revert commit for bug 173464, it doesn't solve the entire problem. Stop wasting time with this too long, and known to fail testsuite wrt #197122.
(Portage version: 2.1.5_rc10)
Revision Changes Path
1.6 media-libs/flac/flac-1.2.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/flac-1.2.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/flac-1.2.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/flac-1.2.1-r2.ebuild?r1=1.5&r2=1.6
Index: flac-1.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- flac-1.2.1-r2.ebuild 12 May 2008 15:23:35 -0000 1.5
+++ flac-1.2.1-r2.ebuild 15 May 2008 20:39:51 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r2.ebuild,v 1.5 2008/05/12 15:23:35 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.2.1-r2.ebuild,v 1.6 2008/05/15 20:39:51 drac Exp $
EAPI=1
@@ -8,8 +8,7 @@
DESCRIPTION="free lossless audio encoder and decoder"
HOMEPAGE="http://flac.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- http://dev.gentoo.org/~drac/${P}-eautoreconf-gettext-0.17-m4.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
@@ -22,21 +21,22 @@
!elibc_uclibc? ( sys-devel/gettext )
dev-util/pkgconfig"
+RESTRICT="test"
+
src_unpack() {
unpack ${A}
cd "${S}"
- # Stop using upstream CFLAGS. Fix building with
- # ldflag asneeded on non glibc systems. Fix
- # broken asm causing text relocations.
- epatch "${FILESDIR}"/${P}-asneeded.patch
- epatch "${FILESDIR}"/${P}-cflags.patch
- epatch "${FILESDIR}"/${P}-asm.patch
+ # Fix building with asneeded on non-glibc systems.
+ # Fix text relocations. Fix {C,XX}FLAGS.
+ epatch "${FILESDIR}"/${P}-asneeded.patch \
+ "${FILESDIR}"/${P}-cflags.patch \
+ "${FILESDIR}"/${P}-asm.patch
# Fix build with gcc 4.3, bug #199579
epatch "${FILESDIR}/${P}-gcc-4.3-includes.patch"
- AT_M4DIR="../m4 m4" eautoreconf
+ AT_M4DIR="m4" eautoreconf
}
src_compile() {
1.139 media-libs/flac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/flac/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 12 May 2008 15:23:35 -0000 1.138
+++ ChangeLog 15 May 2008 20:39:51 -0000 1.139
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/flac
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.138 2008/05/12 15:23:35 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.139 2008/05/15 20:39:51 drac Exp $
+
+ 15 May 2008; Samuli Suominen <drac@g.o> flac-1.2.1-r2.ebuild:
+ Revert commit for bug 173464, it doesn't solve the entire problem. Stop
+ wasting time with this too long, and known to fail testsuite wrt #197122.
12 May 2008; Markus Rothe <corsair@g.o> flac-1.2.1-r2.ebuild:
Stable on ppc64
--
gentoo-commits@g.o mailing list
|