diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-26 21:48:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-26 21:48:19 +0000 |
commit | 85b3d8bc161033fdb1b8bb0226db113d0fe1d1e6 (patch) | |
tree | 1409ee9c222f642a947fc59db68ed66450ec0376 /media-libs | |
parent | ppc64 stable wrt #338836 (diff) | |
download | gentoo-2-85b3d8bc161033fdb1b8bb0226db113d0fe1d1e6.tar.gz gentoo-2-85b3d8bc161033fdb1b8bb0226db113d0fe1d1e6.tar.bz2 gentoo-2-85b3d8bc161033fdb1b8bb0226db113d0fe1d1e6.zip |
ppc64 stable wrt #338665
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libmad/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libmad/libmad-0.15.1b-r3.ebuild | 66 | ||||
-rw-r--r-- | media-libs/libmad/libmad-0.15.1b-r4.ebuild | 65 | ||||
-rw-r--r-- | media-libs/libmad/libmad-0.15.1b-r5.ebuild | 67 | ||||
-rw-r--r-- | media-libs/libmad/libmad-0.15.1b-r6.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libmad/libmad-0.15.1b.ebuild | 55 |
6 files changed, 7 insertions, 256 deletions
diff --git a/media-libs/libmad/ChangeLog b/media-libs/libmad/ChangeLog index bb959be40832..fb620cba2453 100644 --- a/media-libs/libmad/ChangeLog +++ b/media-libs/libmad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libmad # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/ChangeLog,v 1.55 2010/04/30 08:21:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/ChangeLog,v 1.56 2010/09/26 21:48:19 ssuominen Exp $ + + 26 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> + libmad-0.15.1b-r6.ebuild: + ppc64 stable wrt #338665 *libmad-0.15.1b-r6 (30 Apr 2010) diff --git a/media-libs/libmad/libmad-0.15.1b-r3.ebuild b/media-libs/libmad/libmad-0.15.1b-r3.ebuild deleted file mode 100644 index d066cccc1f85..000000000000 --- a/media-libs/libmad/libmad-0.15.1b-r3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/libmad-0.15.1b-r3.ebuild,v 1.3 2007/08/06 20:26:40 dirtyepic Exp $ - -inherit eutils autotools libtool flag-o-matic - -DESCRIPTION="\"M\"peg \"A\"udio \"D\"ecoder library" -HOMEPAGE="http://mad.sourceforge.net" -SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/libmad-0.15.1b-cflags.patch" - epatch "${FILESDIR}/libmad-0.15.1b-cflags-O2.patch" - - eautoreconf - - elibtoolize - epunt_cxx #74490 -} - -src_compile() { - use ppc && append-flags -fno-strict-aliasing - - local myconf="--enable-accuracy" - # --enable-speed optimize for speed over accuracy - # --enable-accuracy optimize for accuracy over speed - # --enable-experimental enable code using the EXPERIMENTAL - # preprocessor define - - # Fix for b0rked sound on sparc64 (maybe also sparc32?) - # default/approx is also possible, uses less cpu but sounds worse - use sparc && myconf="${myconf} --enable-fpm=64bit" - - [[ $(tc-arch) == "amd64" ]] && myconf="${myconf} --enable-fpm=64bit" - [[ $(tc-arch) == "x86" ]] && myconf="${myconf} --enable-fpm=intel" - [[ $(tc-arch) == "ppc" ]] && myconf="${myconf} --enable-fpm=ppc" - - econf \ - $(use_enable debug debugging) \ - ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - - dodoc CHANGES CREDITS README TODO VERSION - - # This file must be updated with each version update - insinto /usr/$(get_libdir)/pkgconfig - doins "${FILESDIR}"/mad.pc - - # Use correct libdir in pkgconfig file - dosed "s:^libdir.*:libdir=/usr/$(get_libdir):" \ - /usr/$(get_libdir)/pkgconfig/mad.pc -} diff --git a/media-libs/libmad/libmad-0.15.1b-r4.ebuild b/media-libs/libmad/libmad-0.15.1b-r4.ebuild deleted file mode 100644 index 84fa57c0ecef..000000000000 --- a/media-libs/libmad/libmad-0.15.1b-r4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/libmad-0.15.1b-r4.ebuild,v 1.1 2007/08/06 20:26:40 dirtyepic Exp $ - -inherit eutils autotools libtool flag-o-matic - -DESCRIPTION="\"M\"peg \"A\"udio \"D\"ecoder library" -HOMEPAGE="http://mad.sourceforge.net" -SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/libmad-0.15.1b-cflags.patch" - epatch "${FILESDIR}/libmad-0.15.1b-cflags-O2.patch" - - eautoreconf - - elibtoolize - epunt_cxx #74490 -} - -src_compile() { - local myconf="--enable-accuracy" - # --enable-speed optimize for speed over accuracy - # --enable-accuracy optimize for accuracy over speed - # --enable-experimental enable code using the EXPERIMENTAL - # preprocessor define - - # Fix for b0rked sound on sparc64 (maybe also sparc32?) - # default/approx is also possible, uses less cpu but sounds worse - use sparc && myconf="${myconf} --enable-fpm=64bit" - - [[ $(tc-arch) == "amd64" ]] && myconf="${myconf} --enable-fpm=64bit" - [[ $(tc-arch) == "x86" ]] && myconf="${myconf} --enable-fpm=intel" - [[ $(tc-arch) == "ppc" ]] && myconf="${myconf} --enable-fpm=ppc" - [[ $(tc-arch) == "ppc64" ]] && myconf="${myconf} --enable-fpm=64bit" - - econf \ - $(use_enable debug debugging) \ - ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - - dodoc CHANGES CREDITS README TODO VERSION - - # This file must be updated with each version update - insinto /usr/$(get_libdir)/pkgconfig - doins "${FILESDIR}"/mad.pc - - # Use correct libdir in pkgconfig file - dosed "s:^libdir.*:libdir=/usr/$(get_libdir):" \ - /usr/$(get_libdir)/pkgconfig/mad.pc -} diff --git a/media-libs/libmad/libmad-0.15.1b-r5.ebuild b/media-libs/libmad/libmad-0.15.1b-r5.ebuild deleted file mode 100644 index 1f4b8309cd5f..000000000000 --- a/media-libs/libmad/libmad-0.15.1b-r5.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/libmad-0.15.1b-r5.ebuild,v 1.1 2008/04/18 21:14:50 flameeyes Exp $ - -inherit eutils autotools libtool flag-o-matic - -DESCRIPTION="\"M\"peg \"A\"udio \"D\"ecoder library" -HOMEPAGE="http://mad.sourceforge.net" -SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="debug" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/libmad-0.15.1b-cflags.patch" - epatch "${FILESDIR}/libmad-0.15.1b-cflags-O2.patch" - - eautoreconf - - elibtoolize - epunt_cxx #74490 -} - -src_compile() { - local myconf="--enable-accuracy" - # --enable-speed optimize for speed over accuracy - # --enable-accuracy optimize for accuracy over speed - # --enable-experimental enable code using the EXPERIMENTAL - # preprocessor define - - # Fix for b0rked sound on sparc64 (maybe also sparc32?) - # default/approx is also possible, uses less cpu but sounds worse - use sparc && myconf="${myconf} --enable-fpm=64bit" - - [[ $(tc-arch) == "amd64" ]] && myconf="${myconf} --enable-fpm=64bit" - [[ $(tc-arch) == "x86" ]] && myconf="${myconf} --enable-fpm=intel" - [[ $(tc-arch) == "ppc" ]] && myconf="${myconf} --enable-fpm=ppc" - [[ $(tc-arch) == "ppc64" ]] && myconf="${myconf} --enable-fpm=64bit" - - econf \ - $(use_enable debug debugging) \ - ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake install DESTDIR="${D}" || die "make install failed" - - dodoc CHANGES CREDITS README TODO VERSION - - # This file must be updated with each version update - insinto /usr/$(get_libdir)/pkgconfig - doins "${FILESDIR}"/mad.pc - - # Use correct libdir in pkgconfig file - dosed "s:^libdir.*:libdir=/usr/$(get_libdir):" \ - /usr/$(get_libdir)/pkgconfig/mad.pc - - find "${D}" -name '*.la' -delete -} diff --git a/media-libs/libmad/libmad-0.15.1b-r6.ebuild b/media-libs/libmad/libmad-0.15.1b-r6.ebuild index 5ed5e6710f5b..10a80c41e1f3 100644 --- a/media-libs/libmad/libmad-0.15.1b-r6.ebuild +++ b/media-libs/libmad/libmad-0.15.1b-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/libmad-0.15.1b-r6.ebuild,v 1.1 2010/04/30 08:21:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/libmad-0.15.1b-r6.ebuild,v 1.2 2010/09/26 21:48:19 ssuominen Exp $ inherit eutils autotools libtool flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug" DEPEND="" diff --git a/media-libs/libmad/libmad-0.15.1b.ebuild b/media-libs/libmad/libmad-0.15.1b.ebuild deleted file mode 100644 index b4f82202fde2..000000000000 --- a/media-libs/libmad/libmad-0.15.1b.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmad/libmad-0.15.1b.ebuild,v 1.27 2006/10/05 06:34:06 flameeyes Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="\"M\"peg \"A\"udio \"D\"ecoder library" -HOMEPAGE="http://mad.sourceforge.net" -SRC_URI="mirror://sourceforge/mad/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" -IUSE="debug" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epunt_cxx #74490 -} - -src_compile() { - use ppc && append-flags -fno-strict-aliasing - - local myconf="--enable-accuracy" - # --enable-speed optimize for speed over accuracy - # --enable-accuracy optimize for accuracy over speed - # --enable-experimental enable code using the EXPERIMENTAL - # preprocessor define - - # Fix for b0rked sound on sparc64 (maybe also sparc32?) - # default/approx is also possible, uses less cpu but sounds worse - use sparc && myconf="${myconf} --enable-fpm=64bit" - - econf \ - $(use_enable debug debugging) \ - ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - make install DESTDIR="${D}" || die "make install failed" - - dodoc CHANGES CREDITS README TODO VERSION - - # This file must be updated with each version update - insinto /usr/$(get_libdir)/pkgconfig - doins "${FILESDIR}"/mad.pc - - # Use correct libdir in pkgconfig file - dosed "s:^libdir.*:libdir=/usr/$(get_libdir):" \ - /usr/$(get_libdir)/pkgconfig/mad.pc -} |