diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-10-26 06:05:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-10-26 06:05:05 +0000 |
commit | b79a39d79f11374cdc8d30d85104894e156676a4 (patch) | |
tree | 691d47cde31965feafe89dcc274bc3c11e51fa7c /media-libs/speex | |
parent | app-emacs/speedbar removed (diff) | |
download | gentoo-2-b79a39d79f11374cdc8d30d85104894e156676a4.tar.gz gentoo-2-b79a39d79f11374cdc8d30d85104894e156676a4.tar.bz2 gentoo-2-b79a39d79f11374cdc8d30d85104894e156676a4.zip |
Stable for HPPA too. Fixed quoting issues.
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-libs/speex')
-rw-r--r-- | media-libs/speex/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/speex/speex-1.1.12.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/speex/ChangeLog b/media-libs/speex/ChangeLog index 55eff838f491..515e8df9afbc 100644 --- a/media-libs/speex/ChangeLog +++ b/media-libs/speex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/speex # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v 1.59 2007/08/27 15:51:24 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/ChangeLog,v 1.60 2007/10/26 06:05:05 jer Exp $ + + 26 Oct 2007; Jeroen Roovers <jer@gentoo.org> speex-1.1.12.ebuild: + Stable for HPPA too. Fixed quoting issues. 27 Aug 2007; Samuli Suominen <drac@gentoo.org> speex-1.2_beta2.ebuild: Add largefile support. diff --git a/media-libs/speex/speex-1.1.12.ebuild b/media-libs/speex/speex-1.1.12.ebuild index f170089cb5a3..ef5f130b496d 100644 --- a/media-libs/speex/speex-1.1.12.ebuild +++ b/media-libs/speex/speex-1.1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v 1.10 2007/08/13 21:11:34 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/speex/speex-1.1.12.ebuild,v 1.11 2007/10/26 06:05:05 jer Exp $ inherit eutils autotools libtool @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/speex/${P}.tar.gz" LICENSE="BSD" 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="ogg sse vorbis-psy" RDEPEND="ogg? ( >=media-libs/libogg-1.0 )" @@ -18,12 +18,12 @@ DEPEND="${RDEPEND}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # This is needed to fix parallel make issues. # As this changes the Makefile.am, need to rebuild autotools. sed -i -e 's:\$(top_builddir)/libspeex/libspeex.la:libspeex.la:' \ - ${S}/libspeex/Makefile.am + "${S}"/libspeex/Makefile.am epatch "${FILESDIR}/${P}-malloc.patch" |