* [gentoo-commits] gentoo-x86 commit in media-libs/alure: ChangeLog alure-1.0.ebuild
@ 2010-04-27 20:09 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-27 20:09 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/04/27 20:09:48
Modified: ChangeLog alure-1.0.ebuild
Log:
amd64 stable and fix documentation directory wrt #300514 by Diego E. Pettenò.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/alure/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 13 Dec 2009 15:23:46 -0000 1.1
+++ ChangeLog 27 Apr 2010 20:09:48 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/alure
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.1 2009/12/13 15:23:46 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.2 2010/04/27 20:09:48 ssuominen Exp $
+
+ 27 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> alure-1.0.ebuild:
+ amd64 stable and fix documentation directory wrt #300514 by Diego E.
+ Pettenò.
*alure-1.0 (13 Dec 2009)
1.2 media-libs/alure/alure-1.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?r1=1.1&r2=1.2
Index: alure-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alure-1.0.ebuild 13 Dec 2009 15:23:46 -0000 1.1
+++ alure-1.0.ebuild 27 Apr 2010 20:09:48 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.0.ebuild,v 1.1 2009/12/13 15:23:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.0.ebuild,v 1.2 2010/04/27 20:09:48 ssuominen Exp $
EAPI=2
inherit cmake-utils
@@ -11,21 +11,28 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="sndfile vorbis"
-DEPEND=">=media-libs/openal-1
+DEPEND="media-libs/openal
sndfile? ( media-libs/libsndfile )
vorbis? ( media-libs/libvorbis )"
-PATCHES=( "${FILESDIR}/${P}-gcc44.patch"
- "${FILESDIR}/${P}-multilib.patch" )
+src_prepare() {
+ epatch "${FILESDIR}/${P}-gcc44.patch" \
+ "${FILESDIR}/${P}-multilib.patch"
+
+ sed -i \
+ -e "/DESTINATION/s:doc/alure:doc/${PF}:" \
+ CMakeLists.txt || die
+}
src_configure() {
- mycmakeargs="${mycmakeargs}
- -DFLAC=OFF
+ mycmakeargs=(
+ "-DFLAC=OFF"
$(cmake-utils_use sndfile)
- $(cmake-utils_use vorbis)"
+ $(cmake-utils_use vorbis)
+ )
cmake-utils_src_configure
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-27 20:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 20:09 [gentoo-commits] gentoo-x86 commit in media-libs/alure: ChangeLog alure-1.0.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox