diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-22 18:30:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-07-22 18:30:53 +0000 |
commit | 6f0a17ddf7cba78a572474c303c91b504b627fb6 (patch) | |
tree | 78dcc91cfdf5d0fccb2ea958633e1cd7ea254c53 /media-sound/pulseaudio | |
parent | New ebuild, imported from bug #28470, thanks to Rajat Vig , Matt Jorde and Ma... (diff) | |
download | gentoo-2-6f0a17ddf7cba78a572474c303c91b504b627fb6.tar.gz gentoo-2-6f0a17ddf7cba78a572474c303c91b504b627fb6.tar.bz2 gentoo-2-6f0a17ddf7cba78a572474c303c91b504b627fb6.zip |
Properly rebuild autotools for .15 and .16; note that .16 requires automake 1.11.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/pulseaudio')
5 files changed, 23 insertions, 9 deletions
diff --git a/media-sound/pulseaudio/ChangeLog b/media-sound/pulseaudio/ChangeLog index 47fce938e301..fca3f66c9e4b 100644 --- a/media-sound/pulseaudio/ChangeLog +++ b/media-sound/pulseaudio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/pulseaudio # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.136 2009/07/16 14:01:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.137 2009/07/22 18:30:53 flameeyes Exp $ + + 22 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> + pulseaudio-0.9.15-r2.ebuild, pulseaudio-0.9.15-r51.ebuild, + pulseaudio-0.9.16_rc2-r2.ebuild, pulseaudio-0.9.16_rc2-r51.ebuild: + Properly rebuild autotools for .15 and .16; note that .16 requires + automake 1.11. *pulseaudio-0.9.9-r54 (16 Jul 2009) diff --git a/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild index 17a38ad8c5e8..4356ccfe42a5 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild,v 1.1 2009/07/16 14:00:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.15-r2.ebuild,v 1.2 2009/07/22 18:30:53 flameeyes Exp $ EAPI=2 -inherit eutils libtool flag-o-matic +inherit eutils libtool flag-o-matic autotools DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="http://www.pulseaudio.org/" @@ -72,6 +72,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${P}-bsd.patch" epatch "${FILESDIR}/${P}-CVE-2009-1894.patch" + eautoreconf elibtoolize } diff --git a/media-sound/pulseaudio/pulseaudio-0.9.15-r51.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.15-r51.ebuild index 4519e15d714e..908e049a7ba4 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.15-r51.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.15-r51.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.15-r51.ebuild,v 1.1 2009/07/16 14:00:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.15-r51.ebuild,v 1.2 2009/07/22 18:30:53 flameeyes Exp $ EAPI=2 -inherit eutils libtool flag-o-matic +inherit eutils libtool flag-o-matic autotools DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="http://www.pulseaudio.org/" @@ -80,6 +80,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${P}-bsd.patch" epatch "${FILESDIR}/${P}-CVE-2009-1894.patch" + eautoreconf elibtoolize } diff --git a/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r2.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r2.ebuild index b1dadff08214..80fb5c447ee1 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r2.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r2.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r2.ebuild,v 1.1 2009/07/16 14:00:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r2.ebuild,v 1.2 2009/07/22 18:30:53 flameeyes Exp $ EAPI=2 -inherit eutils libtool flag-o-matic +WANT_AUTOMAKE=1.11 + +inherit eutils libtool flag-o-matic autotools DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="http://www.pulseaudio.org/" @@ -72,6 +74,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${PN}-0.9.16-CVE-2009-1894.patch" + eautoreconf elibtoolize } diff --git a/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild b/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild index 33ffdb70046e..4e0fe2850b3d 100644 --- a/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild +++ b/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild,v 1.1 2009/07/16 14:00:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-0.9.16_rc2-r51.ebuild,v 1.2 2009/07/22 18:30:53 flameeyes Exp $ EAPI=2 -inherit eutils libtool flag-o-matic +WANT_AUTOMAKE=1.11 + +inherit eutils libtool flag-o-matic autotools MY_P=${P/_rc/-test} @@ -77,6 +79,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${PN}-0.9.16-CVE-2009-1894.patch" + eautoreconf elibtoolize } |