* [gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r1.ebuild ChangeLog
@ 2013-09-06 20:02 Ian Stakenvicius (axs)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Stakenvicius (axs) @ 2013-09-06 20:02 UTC (permalink / raw
To: gentoo-commits
axs 13/09/06 20:02:18
Modified: ChangeLog
Added: openal-1.15.1-r1.ebuild
Log:
converted to support multilib-build; commit OKd by radhermit
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.167 media-libs/openal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.167&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.167&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.166&r2=1.167
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog 20 Jan 2013 14:40:17 -0000 1.166
+++ ChangeLog 6 Sep 2013 20:02:18 -0000 1.167
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/openal
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.166 2013/01/20 14:40:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.167 2013/09/06 20:02:18 axs Exp $
+
+*openal-1.15.1-r1 (06 Sep 2013)
+
+ 06 Sep 2013; Ian Stakenvicius <axs@gentoo.org> +openal-1.15.1-r1.ebuild:
+ converted to support multilib-build; commit OKd by radhermit
20 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> -openal-1.13.ebuild,
-openal-1.14.ebuild, -openal-1.15.ebuild:
1.1 media-libs/openal/openal-1.15.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: openal-1.15.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.1 2013/09/06 20:02:17 axs Exp $
EAPI=5
inherit cmake-multilib
MY_P=${PN}-soft-${PV}
DESCRIPTION="A software implementation of the OpenAL 3D audio API"
HOMEPAGE="http://kcat.strangesoft.net/openal.html"
SRC_URI="http://kcat.strangesoft.net/openal-releases/${MY_P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="alsa alstream coreaudio debug neon oss portaudio pulseaudio sse"
RDEPEND="alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
alstream? ( virtual/ffmpeg )
portaudio? ( >=media-libs/portaudio-19_pre[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio )
abi_x86_32? (
alsa? ( !<app-emulation/emul-linux-x86-soundlibs-20130224-r4 )
portaudio? ( !<app-emulation/emul-linux-x86-soundlibs-20130224-r9 )
amd64? (
alstream? ( app-emulation/emul-linux-x86-medialibs )
pulseaudio? ( app-emulation/emul-linux-x86-soundlibs )
)
)"
DEPEND="${RDEPEND}
oss? ( virtual/os-headers )"
S=${WORKDIR}/${MY_P}
DOCS="alsoftrc.sample env-vars.txt hrtf.txt README"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use alsa)
$(cmake-utils_use coreaudio)
$(cmake-utils_use alstream EXAMPLES)
$(cmake-utils_use neon)
$(cmake-utils_use oss)
$(cmake-utils_use portaudio)
$(cmake-utils_use pulseaudio)
$(cmake-utils_use sse)
)
cmake-multilib_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r1.ebuild ChangeLog
@ 2013-09-06 21:14 Ian Stakenvicius (axs)
0 siblings, 0 replies; 4+ messages in thread
From: Ian Stakenvicius (axs) @ 2013-09-06 21:14 UTC (permalink / raw
To: gentoo-commits
axs 13/09/06 21:14:10
Modified: openal-1.15.1-r1.ebuild ChangeLog
Log:
dropped some unnecessary emul-linux blocker atoms
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Revision Changes Path
1.2 media-libs/openal/openal-1.15.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?r1=1.1&r2=1.2
Index: openal-1.15.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openal-1.15.1-r1.ebuild 6 Sep 2013 20:02:17 -0000 1.1
+++ openal-1.15.1-r1.ebuild 6 Sep 2013 21:14:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.1 2013/09/06 20:02:17 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.2 2013/09/06 21:14:10 axs Exp $
EAPI=5
inherit cmake-multilib
@@ -21,8 +21,6 @@
portaudio? ( >=media-libs/portaudio-19_pre[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio )
abi_x86_32? (
- alsa? ( !<app-emulation/emul-linux-x86-soundlibs-20130224-r4 )
- portaudio? ( !<app-emulation/emul-linux-x86-soundlibs-20130224-r9 )
amd64? (
alstream? ( app-emulation/emul-linux-x86-medialibs )
pulseaudio? ( app-emulation/emul-linux-x86-soundlibs )
1.168 media-libs/openal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.168&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.168&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.167&r2=1.168
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog 6 Sep 2013 20:02:18 -0000 1.167
+++ ChangeLog 6 Sep 2013 21:14:10 -0000 1.168
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/openal
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.167 2013/09/06 20:02:18 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.168 2013/09/06 21:14:10 axs Exp $
+
+ 06 Sep 2013; Ian Stakenvicius <axs@gentoo.org> openal-1.15.1-r1.ebuild:
+ dropped some unnecessary emul-linux blocker atoms
*openal-1.15.1-r1 (06 Sep 2013)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r1.ebuild ChangeLog
@ 2014-01-31 14:50 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-01-31 14:50 UTC (permalink / raw
To: gentoo-commits
ssuominen 14/01/31 14:50:30
Modified: openal-1.15.1-r1.ebuild ChangeLog
Log:
Build alstream (example application) only for native ABI to avoid dependency on FFmpeg wrt #497768 by Andy Kittner and Chris Slycord
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.6 media-libs/openal/openal-1.15.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?r1=1.5&r2=1.6
Index: openal-1.15.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openal-1.15.1-r1.ebuild 31 Dec 2013 12:05:37 -0000 1.5
+++ openal-1.15.1-r1.ebuild 31 Jan 2014 14:50:30 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.5 2013/12/31 12:05:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.6 2014/01/31 14:50:30 ssuominen Exp $
EAPI=5
inherit cmake-multilib
@@ -43,7 +43,12 @@
$(cmake-utils_use sse)
)
- multilib_is_native_abi && mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) )
+ if multilib_build_binaries; then
+ mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) )
+ else
+ mycmakeargs+=( "-DEXAMPLES=OFF" )
+ fi
+
cmake-utils_src_configure
}
1.172 media-libs/openal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.172&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.172&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.171&r2=1.172
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- ChangeLog 31 Dec 2013 12:05:37 -0000 1.171
+++ ChangeLog 31 Jan 2014 14:50:30 -0000 1.172
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/openal
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.171 2013/12/31 12:05:37 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.172 2014/01/31 14:50:30 ssuominen Exp $
+
+ 31 Jan 2014; Samuli Suominen <ssuominen@gentoo.org> openal-1.15.1-r1.ebuild:
+ Build alstream (example application) only for native ABI to avoid dependency
+ on FFmpeg wrt #497768 by Andy Kittner and Chris Slycord
31 Dec 2013; Alexis Ballier <aballier@gentoo.org> openal-1.15.1-r1.ebuild:
properly disable alstream if non native abi; reported by Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r1.ebuild ChangeLog
@ 2014-04-28 17:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2014-04-28 17:47 UTC (permalink / raw
To: gentoo-commits
mgorny 14/04/28 17:47:22
Modified: openal-1.15.1-r1.ebuild ChangeLog
Log:
Replace multilib_build_binaries with multilib_is_native_abi, in order to put an end to the confusion introduced by having two functions, the proper one suggesting it is just for binaries.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.8 media-libs/openal/openal-1.15.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild?r1=1.7&r2=1.8
Index: openal-1.15.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- openal-1.15.1-r1.ebuild 31 Jan 2014 14:56:26 -0000 1.7
+++ openal-1.15.1-r1.ebuild 28 Apr 2014 17:47:22 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.7 2014/01/31 14:56:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.15.1-r1.ebuild,v 1.8 2014/04/28 17:47:22 mgorny Exp $
EAPI=5
inherit cmake-multilib
@@ -43,7 +43,7 @@
$(cmake-utils_use sse)
)
- if multilib_build_binaries; then
+ if multilib_is_native_abi; then
mycmakeargs+=( $(cmake-utils_use alstream EXAMPLES) )
else
mycmakeargs+=( "-DEXAMPLES=OFF" )
1.179 media-libs/openal/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 20 Apr 2014 11:28:49 -0000 1.178
+++ ChangeLog 28 Apr 2014 17:47:22 -0000 1.179
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/openal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.178 2014/04/20 11:28:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.179 2014/04/28 17:47:22 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <mgorny@gentoo.org> openal-1.15.1-r1.ebuild:
+ Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+ an end to the confusion introduced by having two functions, the proper one
+ suggesting it is just for binaries.
20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> openal-1.15.1-r2.ebuild:
Stable for ppc64, wrt bug #501496
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-04-28 17:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-31 14:50 [gentoo-commits] gentoo-x86 commit in media-libs/openal: openal-1.15.1-r1.ebuild ChangeLog Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2014-04-28 17:47 Michal Gorny (mgorny)
2013-09-06 21:14 Ian Stakenvicius (axs)
2013-09-06 20:02 Ian Stakenvicius (axs)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox