public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/alure: metadata.xml ChangeLog alure-1.0.ebuild
@ 2009-12-13 15:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-12-13 15:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/13 15:23:46

  Added:                metadata.xml ChangeLog alure-1.0.ebuild
  Log:
  Initial commit (media-libs/freealut replacement) wrt #296116, thanks to Azamat H. Hackimov.
  (Portage version: 2.2_rc58/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/alure/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sound</herd>
</pkgmetadata>



1.1                  media-libs/alure/ChangeLog

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

Index: ChangeLog
===================================================================
# 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 $

*alure-1.0 (13 Dec 2009)

  13 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +alure-1.0.ebuild,
  +files/alure-1.0-gcc44.patch, +files/alure-1.0-multilib.patch:
  Initial commit (media-libs/freealut replacement) wrt #296116, thanks to
  Azamat H. Hackimov.




1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/alure/alure-1.0.ebuild?rev=1.1&content-type=text/plain

Index: alure-1.0.ebuild
===================================================================
# Copyright 1999-2009 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 $

EAPI=2
inherit cmake-utils

DESCRIPTION="The OpenAL Utility Toolkit"
HOMEPAGE="http://kcat.strangesoft.net/alure.html"
SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}-src.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="sndfile vorbis"

DEPEND=">=media-libs/openal-1
	sndfile? ( media-libs/libsndfile )
	vorbis? ( media-libs/libvorbis )"

PATCHES=( "${FILESDIR}/${P}-gcc44.patch"
	"${FILESDIR}/${P}-multilib.patch" )

src_configure() {
	mycmakeargs="${mycmakeargs}
		-DFLAC=OFF
		$(cmake-utils_use sndfile)
		$(cmake-utils_use vorbis)"

	cmake-utils_src_configure
}






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

only message in thread, other threads:[~2009-12-13 15:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-13 15:23 [gentoo-commits] gentoo-x86 commit in media-libs/alure: metadata.xml 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