public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mpfc: mpfc-1.3.7-r1.ebuild ChangeLog
@ 2008-04-20 18:16 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-04-20 18:16 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/04/20 18:16:36

  Modified:             mpfc-1.3.7-r1.ebuild ChangeLog
  Log:
  Add a patch to fix building with --as-needed, also patch pre-autotools files and run eautoreconf rather than patching post-autotools files which might lead to unexpected results.
  (Portage version: 2.1.5_rc5)

Revision  Changes    Path
1.3                  media-sound/mpfc/mpfc-1.3.7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?r1=1.2&r2=1.3

Index: mpfc-1.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpfc-1.3.7-r1.ebuild	13 Jan 2008 15:30:32 -0000	1.2
+++ mpfc-1.3.7-r1.ebuild	20 Apr 2008 18:16:35 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.2 2008/01/13 15:30:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.3 2008/04/20 18:16:35 flameeyes Exp $
 
-inherit eutils multilib
+inherit eutils autotools
 
 DESCRIPTION="Music Player For Console"
 HOMEPAGE="http://mpfc.sourceforge.net/"
@@ -18,15 +18,14 @@
 
 src_unpack() {
 	unpack ${A}
-
-	# $(get_libdir) fixes
 	cd "${S}"
-	find . -name 'Makefile.in' |
-		xargs grep ^libdir |
-		cut -f1 -d: |
-		xargs sed -i "s:^\(libdir.*\)/lib/\(.*\)$:\1/$(get_libdir)/\2:" || die
+
+	epatch "${FILESDIR}/${P}-libdir.patch"
 	epatch "${FILESDIR}/${PN}-gcc4.patch"
-	epatch "${FILESDIR}/${PN}-mathlib.patch"
+	epatch "${FILESDIR}/${P}-mathlib.patch"
+	epatch "${FILESDIR}/${P}-asneeded.patch"
+
+	AT_M4DIR="m4" eautoreconf
 }
 
 src_compile() {



1.20                 media-sound/mpfc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	13 Jan 2008 15:30:32 -0000	1.19
+++ ChangeLog	20 Apr 2008 18:16:35 -0000	1.20
@@ -1,6 +1,14 @@
 # ChangeLog for media-sound/mpfc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.19 2008/01/13 15:30:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.20 2008/04/20 18:16:35 flameeyes Exp $
+
+  20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
+  +files/mpfc-1.3.7-asneeded.patch, +files/mpfc-1.3.7-libdir.patch,
+  +files/mpfc-1.3.7-mathlib.patch, -files/mpfc-mathlib.patch,
+  mpfc-1.3.7-r1.ebuild:
+  Add a patch to fix building with --as-needed, also patch pre-autotools
+  files and run eautoreconf rather than patching post-autotools files which
+  might lead to unexpected results.
 
   13 Jan 2008; Alexis Ballier <aballier@gentoo.org>
   +files/mpfc-mathlib.patch, mpfc-1.3.7-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/mpfc: mpfc-1.3.7-r1.ebuild ChangeLog
@ 2008-05-12 13:34 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-05-12 13:34 UTC (permalink / raw
  To: gentoo-commits

opfer       08/05/12 13:34:02

  Modified:             mpfc-1.3.7-r1.ebuild ChangeLog
  Log:
  stable x86, bug 216938
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.4                  media-sound/mpfc/mpfc-1.3.7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?r1=1.3&r2=1.4

Index: mpfc-1.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mpfc-1.3.7-r1.ebuild	20 Apr 2008 18:16:35 -0000	1.3
+++ mpfc-1.3.7-r1.ebuild	12 May 2008 13:34:02 -0000	1.4
@@ -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-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.3 2008/04/20 18:16:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.4 2008/05/12 13:34:02 opfer Exp $
 
 inherit eutils autotools
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="alsa gpm mad vorbis oss wav cdaudio nls"
 RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
 	gpm? ( >=sys-libs/gpm-1.19.3 )



1.21                 media-sound/mpfc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	20 Apr 2008 18:16:35 -0000	1.20
+++ ChangeLog	12 May 2008 13:34:02 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpfc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.20 2008/04/20 18:16:35 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.21 2008/05/12 13:34:02 opfer Exp $
+
+  12 May 2008; Christian Faulhammer <opfer@gentoo.org> mpfc-1.3.7-r1.ebuild:
+  stable x86, bug 216938
 
   20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org>
   +files/mpfc-1.3.7-asneeded.patch, +files/mpfc-1.3.7-libdir.patch,



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/mpfc: mpfc-1.3.7-r1.ebuild ChangeLog
@ 2008-05-12 15:57 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-05-12 15:57 UTC (permalink / raw
  To: gentoo-commits

maekke      08/05/12 15:57:46

  Modified:             mpfc-1.3.7-r1.ebuild ChangeLog
  Log:
  amd64 stable, bug #216938
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.5                  media-sound/mpfc/mpfc-1.3.7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?r1=1.4&r2=1.5

Index: mpfc-1.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpfc-1.3.7-r1.ebuild	12 May 2008 13:34:02 -0000	1.4
+++ mpfc-1.3.7-r1.ebuild	12 May 2008 15:57:45 -0000	1.5
@@ -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-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.4 2008/05/12 13:34:02 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.5 2008/05/12 15:57:45 maekke Exp $
 
 inherit eutils autotools
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="alsa gpm mad vorbis oss wav cdaudio nls"
 RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
 	gpm? ( >=sys-libs/gpm-1.19.3 )



1.22                 media-sound/mpfc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	12 May 2008 13:34:02 -0000	1.21
+++ ChangeLog	12 May 2008 15:57:45 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpfc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.21 2008/05/12 13:34:02 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.22 2008/05/12 15:57:45 maekke Exp $
+
+  12 May 2008; Markus Meier <maekke@gentoo.org> mpfc-1.3.7-r1.ebuild:
+  amd64 stable, bug #216938
 
   12 May 2008; Christian Faulhammer <opfer@gentoo.org> mpfc-1.3.7-r1.ebuild:
   stable x86, bug 216938



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/mpfc: mpfc-1.3.7-r1.ebuild ChangeLog
@ 2008-05-16 17:57 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-05-16 17:57 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/05/16 17:57:20

  Modified:             mpfc-1.3.7-r1.ebuild ChangeLog
  Log:
  Stable on ppc wrt bug 216938
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  media-sound/mpfc/mpfc-1.3.7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild?r1=1.6&r2=1.7

Index: mpfc-1.3.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mpfc-1.3.7-r1.ebuild	14 May 2008 11:59:24 -0000	1.6
+++ mpfc-1.3.7-r1.ebuild	16 May 2008 17:57:20 -0000	1.7
@@ -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-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.6 2008/05/14 11:59:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/mpfc-1.3.7-r1.ebuild,v 1.7 2008/05/16 17:57:20 nixnut Exp $
 
 inherit eutils autotools
 
@@ -9,7 +9,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="alsa gpm mad vorbis oss wav cdaudio nls"
 RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
 	gpm? ( >=sys-libs/gpm-1.19.3 )



1.24                 media-sound/mpfc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpfc/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	14 May 2008 11:59:24 -0000	1.23
+++ ChangeLog	16 May 2008 17:57:20 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mpfc
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.23 2008/05/14 11:59:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpfc/ChangeLog,v 1.24 2008/05/16 17:57:20 nixnut Exp $
+
+  16 May 2008; nixnut <nixnut@gentoo.org> mpfc-1.3.7-r1.ebuild:
+  Stable on ppc wrt bug 216938
 
   14 May 2008; Raúl Porcel <armin76@gentoo.org> mpfc-1.3.7.ebuild,
   mpfc-1.3.7-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-16 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-20 18:16 [gentoo-commits] gentoo-x86 commit in media-sound/mpfc: mpfc-1.3.7-r1.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-12 13:34 Christian Faulhammer (opfer)
2008-05-12 15:57 Markus Meier (maekke)
2008-05-16 17:57 Gysbert Wassenaar (nixnut)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox