public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/openal: ChangeLog openal-1.12.854.ebuild openal-1.10.622.ebuild
@ 2010-04-12 15:16 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-12 15:16 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/12 15:16:10

  Modified:             ChangeLog
  Added:                openal-1.12.854.ebuild
  Removed:              openal-1.10.622.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.140                media-libs/openal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/ChangeLog?r1=1.139&r2=1.140

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	8 Apr 2010 12:47:57 -0000	1.139
+++ ChangeLog	12 Apr 2010 15:16:09 -0000	1.140
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/openal
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.139 2010/04/08 12:47:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.140 2010/04/12 15:16:09 ssuominen Exp $
+
+*openal-1.12.854 (12 Apr 2010)
+
+  12 Apr 2010; Samuli Suominen <ssuominen@gentoo.org>
+  +openal-1.12.854.ebuild:
+  Version bump.
 
   08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
   openal-1.11.753.ebuild:



1.1                  media-libs/openal/openal-1.12.854.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/openal-1.12.854.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openal/openal-1.12.854.ebuild?rev=1.1&content-type=text/plain

Index: openal-1.12.854.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.12.854.ebuild,v 1.1 2010/04/12 15:16:10 ssuominen Exp $

EAPI=3
inherit cmake-utils

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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="alsa debug oss portaudio pulseaudio"

DEPEND="alsa? ( media-libs/alsa-lib )
	portaudio? ( >=media-libs/portaudio-19_pre )
	pulseaudio? ( media-sound/pulseaudio )"

S=${WORKDIR}/${MY_P}

DOCS="alsoftrc.sample"

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use alsa ALSA)
		$(cmake-utils_use oss OSS)
		$(cmake-utils_use portaudio PORTAUDIO)
		$(cmake-utils_use pulseaudio PULSEAUDIO)
		)

	cmake-utils_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-12 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-12 15:16 [gentoo-commits] gentoo-x86 commit in media-libs/openal: ChangeLog openal-1.12.854.ebuild openal-1.10.622.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