From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-589004-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 2DF3A1381F3
	for <garchives@archives.gentoo.org>; Wed,  8 May 2013 08:50:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A4558E09E0;
	Wed,  8 May 2013 08:50:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2921BE09E0
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 May 2013 08:50:24 +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 16A8B33BE2C
	for <gentoo-commits@lists.gentoo.org>; Wed,  8 May 2013 08:50:23 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2139)
	id D40382171D; Wed,  8 May 2013 08:50:21 +0000 (UTC)
From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/opus: opus-1.0.2-r2.ebuild ChangeLog
X-VCS-Repository: gentoo-x86
X-VCS-Files: opus-1.0.2-r2.ebuild ChangeLog
X-VCS-Directories: media-libs/opus
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
Message-Id: <20130508085021.D40382171D@flycatcher.gentoo.org>
Date: Wed,  8 May 2013 08:50:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b024d55f-bc30-4454-a0d6-4d08421a88ed
X-Archives-Hash: c17c37b3aad44f59e97ad8dbe55618f3

aballier    13/05/08 08:50:21

  Modified:             ChangeLog
  Added:                opus-1.0.2-r2.ebuild
  Log:
  Add multilib support by Karl Lindén, bug #468564
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.23                 media-libs/opus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	23 Feb 2013 09:41:18 -0000	1.22
+++ ChangeLog	8 May 2013 08:50:21 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/opus
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.22 2013/02/23 09:41:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/ChangeLog,v 1.23 2013/05/08 08:50:21 aballier Exp $
+
+*opus-1.0.2-r2 (08 May 2013)
+
+  08 May 2013; Alexis Ballier <aballier@gentoo.org> +opus-1.0.2-r2.ebuild:
+  Add multilib support by Karl Lindén, bug #468564
 
   23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> opus-1.0.1.ebuild:
   Stable for sparc, wrt bug #458188



1.1                  media-libs/opus/opus-1.0.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.0.2-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/opus/opus-1.0.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: opus-1.0.2-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/opus/opus-1.0.2-r2.ebuild,v 1.1 2013/05/08 08:50:21 aballier Exp $

EAPI=5

if [[ ${PV} == *9999 ]] ; then
	SCM="git-2"
	EGIT_REPO_URI="git://git.opus-codec.org/opus.git"
	AUTOTOOLS_AUTORECONF="1"
fi

inherit autotools-multilib ${SCM}

MY_P=${P/_/-}
DESCRIPTION="Open versatile codec designed for interactive speech and audio transmission over the internet"
HOMEPAGE="http://opus-codec.org/"
SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz"
if [[ ${PV} == *9999 ]] ; then
	SRC_URI=""
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
	SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz"
else # Official release
	SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz"
fi

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd"
IUSE="custom-modes doc static-libs"

DEPEND="doc? ( app-doc/doxygen )"

S=${WORKDIR}/${MY_P}

src_configure() {
	local myeconfargs=(
		$(use_enable custom-modes)
		$(use_enable doc)
	)
	autotools-multilib_src_configure
}