* [gentoo-commits] gentoo-x86 commit in media-libs/alure: alure-1.2.ebuild ChangeLog
@ 2011-08-22 6:28 Tim Harder (radhermit)
0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2011-08-22 6:28 UTC (permalink / raw
To: gentoo-commits
radhermit 11/08/22 06:28:50
Modified: ChangeLog
Added: alure-1.2.ebuild
Log:
Version bump. Add examples USE flag.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.4 media-libs/alure/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 11 Apr 2011 17:10:42 -0000 1.3
+++ ChangeLog 22 Aug 2011 06:28:50 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/alure
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.3 2011/04/11 17:10:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.4 2011/08/22 06:28:50 radhermit Exp $
+
+*alure-1.2 (22 Aug 2011)
+
+ 22 Aug 2011; Tim Harder <radhermit@gentoo.org> +alure-1.2.ebuild:
+ Version bump. Add examples USE flag.
*alure-1.1 (11 Apr 2011)
1.1 media-libs/alure/alure-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.1&content-type=text/plain
Index: alure-1.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.1 2011/08/22 06:28:50 radhermit Exp $
EAPI=4
inherit cmake-utils
DESCRIPTION="The OpenAL Utility Toolkit"
HOMEPAGE="http://kcat.strangesoft.net/alure.html"
SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
RDEPEND=">=media-libs/openal-1.1
dumb? ( media-libs/dumb )
flac? ( media-libs/flac )
fluidsynth? ( >=media-sound/fluidsynth-1.1.1 )
mp3? ( media-sound/mpg123 )
sndfile? ( media-libs/libsndfile )
vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND}"
src_prepare() {
sed -i -e "/DESTINATION/s:doc/alure:doc/${PF}:" CMakeLists.txt || die
}
src_configure() {
# FIXME: libmodplug/sndfile.h from libmodplug conflict with sndfile.h from libsndfile
local mycmakeargs=(
$(cmake-utils_use dumb)
$(cmake-utils_use_build examples)
$(cmake-utils_use flac)
$(cmake-utils_use fluidsynth)
-DMODPLUG=OFF
$(cmake-utils_use mp3 MPG123)
$(cmake-utils_use sndfile)
$(cmake-utils_use_build static-libs STATIC)
$(cmake-utils_use vorbis)
)
cmake-utils_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/alure: alure-1.2.ebuild ChangeLog
@ 2011-10-29 10:28 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-29 10:28 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/10/29 10:28:10
Modified: alure-1.2.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #388577
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/alure/alure-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?r1=1.1&r2=1.2
Index: alure-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alure-1.2.ebuild 22 Aug 2011 06:28:50 -0000 1.1
+++ alure-1.2.ebuild 29 Oct 2011 10:28:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.1 2011/08/22 06:28:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.2 2011/10/29 10:28:10 hwoarang Exp $
EAPI=4
inherit cmake-utils
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
RDEPEND=">=media-libs/openal-1.1
1.5 media-libs/alure/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 22 Aug 2011 06:28:50 -0000 1.4
+++ ChangeLog 29 Oct 2011 10:28:10 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/alure
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.4 2011/08/22 06:28:50 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.5 2011/10/29 10:28:10 hwoarang Exp $
+
+ 29 Oct 2011; Markos Chandras <hwoarang@gentoo.org> alure-1.2.ebuild:
+ Stable on amd64 wrt bug #388577
*alure-1.2 (22 Aug 2011)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/alure: alure-1.2.ebuild ChangeLog
@ 2011-11-02 14:54 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-11-02 14:54 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/11/02 14:54:38
Modified: alure-1.2.ebuild ChangeLog
Log:
x86 stable wrt bug #388577
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.3 media-libs/alure/alure-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?r1=1.2&r2=1.3
Index: alure-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- alure-1.2.ebuild 29 Oct 2011 10:28:10 -0000 1.2
+++ alure-1.2.ebuild 2 Nov 2011 14:54:37 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.2 2011/10/29 10:28:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.3 2011/11/02 14:54:37 phajdan.jr Exp $
EAPI=4
inherit cmake-utils
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
RDEPEND=">=media-libs/openal-1.1
1.6 media-libs/alure/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 29 Oct 2011 10:28:10 -0000 1.5
+++ ChangeLog 2 Nov 2011 14:54:37 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/alure
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.5 2011/10/29 10:28:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.6 2011/11/02 14:54:37 phajdan.jr Exp $
+
+ 02 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> alure-1.2.ebuild:
+ x86 stable wrt bug #388577
29 Oct 2011; Markos Chandras <hwoarang@gentoo.org> alure-1.2.ebuild:
Stable on amd64 wrt bug #388577
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/alure: alure-1.2.ebuild ChangeLog
@ 2012-03-02 20:49 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-03-02 20:49 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/03/02 20:49:25
Modified: alure-1.2.ebuild ChangeLog
Log:
Keyword ~ppc/~ppc64 wrt #388577
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Revision Changes Path
1.4 media-libs/alure/alure-1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/alure-1.2.ebuild?r1=1.3&r2=1.4
Index: alure-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- alure-1.2.ebuild 2 Nov 2011 14:54:37 -0000 1.3
+++ alure-1.2.ebuild 2 Mar 2012 20:49:24 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.3 2011/11/02 14:54:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/alure-1.2.ebuild,v 1.4 2012/03/02 20:49:24 ssuominen Exp $
EAPI=4
inherit cmake-utils
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="dumb examples flac fluidsynth mp3 sndfile static-libs vorbis"
RDEPEND=">=media-libs/openal-1.1
1.7 media-libs/alure/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/alure/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 2 Nov 2011 14:54:37 -0000 1.6
+++ ChangeLog 2 Mar 2012 20:49:24 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/alure
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.6 2011/11/02 14:54:37 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alure/ChangeLog,v 1.7 2012/03/02 20:49:24 ssuominen Exp $
+
+ 02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> alure-1.2.ebuild:
+ Keyword ~ppc/~ppc64 wrt #388577
02 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> alure-1.2.ebuild:
x86 stable wrt bug #388577
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-02 20:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 6:28 [gentoo-commits] gentoo-x86 commit in media-libs/alure: alure-1.2.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2011-10-29 10:28 Markos Chandras (hwoarang)
2011-11-02 14:54 PaweA Hajdan (phajdan.jr)
2012-03-02 20:49 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