From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BAA613800E for ; Mon, 30 Jul 2012 20:10:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14DDEE04C1; Mon, 30 Jul 2012 20:10:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0BF9E04C1 for ; Mon, 30 Jul 2012 20:10:02 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D44021B400F for ; Mon, 30 Jul 2012 20:10:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 7E5D72004B; Mon, 30 Jul 2012 20:10:00 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/openal: metadata.xml ChangeLog openal-1.14.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ChangeLog openal-1.14.ebuild X-VCS-Directories: media-libs/openal X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120730201000.7E5D72004B@flycatcher.gentoo.org> Date: Mon, 30 Jul 2012 20:10:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fdae4d9d-62f0-4e61-969e-a69d826943d2 X-Archives-Hash: 7a75e43c6b0b5fbbbe055fda3481cd7d ssuominen 12/07/30 20:10:00 Modified: metadata.xml ChangeLog Added: openal-1.14.ebuild Log: Version bump. New USE flag for building and installing the FFmpeg based alstream example application. (Portage version: 2.2.0_alpha116/cvs/Linux x86_64) Revision Changes Path 1.5 media-libs/openal/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 29 Apr 2009 12:12:18 -0000 1.4 +++ metadata.xml 30 Jul 2012 20:10:00 -0000 1.5 @@ -2,4 +2,7 @@ sound + + Build and install the FFmpeg based alstream example utility + 1.152 media-libs/openal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.152&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?rev=1.152&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/ChangeLog?r1=1.151&r2=1.152 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- ChangeLog 30 Jul 2012 19:37:20 -0000 1.151 +++ ChangeLog 30 Jul 2012 20:10:00 -0000 1.152 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/openal # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.151 2012/07/30 19:37:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openal/ChangeLog,v 1.152 2012/07/30 20:10:00 ssuominen Exp $ + +*openal-1.14 (30 Jul 2012) + + 30 Jul 2012; Samuli Suominen +openal-1.14.ebuild, + metadata.xml: + Version bump. New USE flag for building and installing the FFmpeg based + `alstream` example application. 30 Jul 2012; Samuli Suominen -openal-1.11.753.ebuild, -openal-1.12.854.ebuild: 1.1 media-libs/openal/openal-1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/openal/openal-1.14.ebuild?rev=1.1&content-type=text/plain Index: openal-1.14.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/openal/openal-1.14.ebuild,v 1.1 2012/07/30 20:10:00 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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="alsa alstream coreaudio debug oss portaudio pulseaudio" RDEPEND="alsa? ( media-libs/alsa-lib ) alstream? ( virtual/ffmpeg ) portaudio? ( >=media-libs/portaudio-19_pre ) pulseaudio? ( media-sound/pulseaudio )" 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 alstream EXAMPLES) $(cmake-utils_use alsa) $(cmake-utils_use coreaudio) $(cmake-utils_use oss) $(cmake-utils_use portaudio) $(cmake-utils_use pulseaudio) ) cmake-utils_src_configure }