* [gentoo-commits] gentoo-x86 commit in media-libs/tremor: metadata.xml ChangeLog tremor-0_pre20130223.ebuild
@ 2013-02-23 10:02 Samuli Suominen (ssuominen)
0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2013-02-23 10:02 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/02/23 10:02:17
Modified: metadata.xml ChangeLog
Added: tremor-0_pre20130223.ebuild
Log:
New snapshot; new USE flag "low-accuracy" to enable 32bit only multiply operations
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.2 media-libs/tremor/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tremor/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 20 Jan 2012 19:51:10 -0000 1.1
+++ metadata.xml 23 Feb 2013 10:02:17 -0000 1.2
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sound</herd>
+ <herd>sound</herd>
+ <use>
+ <flag name='low-accuracy'>enable 32bit only multiply operations</flag>
+ </use>
</pkgmetadata>
1.13 media-libs/tremor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 23 Feb 2013 09:41:36 -0000 1.12
+++ ChangeLog 23 Feb 2013 10:02:17 -0000 1.13
@@ -1,6 +1,13 @@
# ChangeLog for media-libs/tremor
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.12 2013/02/23 09:41:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.13 2013/02/23 10:02:17 ssuominen Exp $
+
+*tremor-0_pre20130223 (23 Feb 2013)
+
+ 23 Feb 2013; Samuli Suominen <ssuominen@gentoo.org>
+ +tremor-0_pre20130223.ebuild, metadata.xml:
+ New snapshot; new USE flag "low-accuracy" to enable 32bit only multiply
+ operations
23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tremor-0_pre20120120.ebuild:
Stable for sparc, wrt bug #458188
1.1 media-libs/tremor/tremor-0_pre20130223.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?rev=1.1&content-type=text/plain
Index: tremor-0_pre20130223.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild,v 1.1 2013/02/23 10:02:17 ssuominen Exp $
EAPI=5
# svn export http://svn.xiph.org/trunk/Tremor tremor-${PV}
inherit autotools eutils
DESCRIPTION="A fixed-point version of the Ogg Vorbis decoder (also known as libvorbisidec)"
HOMEPAGE="http://wiki.xiph.org/Tremor"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
IUSE="low-accuracy static-libs"
RDEPEND="media-libs/libogg:="
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="CHANGELOG README"
src_prepare() {
sed -i -e '/CFLAGS/s:-O2::' configure.in || die
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable low-accuracy)
}
src_install() {
default
dohtml -r doc/*
prune_libtool_files
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-23 10:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-23 10:02 [gentoo-commits] gentoo-x86 commit in media-libs/tremor: metadata.xml ChangeLog tremor-0_pre20130223.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