* [gentoo-commits] gentoo-x86 commit in media-libs/celt: celt-0.7.0.ebuild ChangeLog
@ 2009-10-26 21:58 Timo Gurr (tgurr)
0 siblings, 0 replies; only message in thread
From: Timo Gurr (tgurr) @ 2009-10-26 21:58 UTC (permalink / raw
To: gentoo-commits
tgurr 09/10/26 21:58:22
Modified: ChangeLog
Added: celt-0.7.0.ebuild
Log:
Version bump, includes API changes in this release.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.5 media-libs/celt/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/celt/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/celt/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/celt/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 29 Sep 2009 17:49:21 -0000 1.4
+++ ChangeLog 26 Oct 2009 21:58:22 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/celt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.4 2009/09/29 17:49:21 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/celt/ChangeLog,v 1.5 2009/10/26 21:58:22 tgurr Exp $
+
+*celt-0.7.0 (26 Oct 2009)
+
+ 26 Oct 2009; Timo Gurr <tgurr@gentoo.org> +celt-0.7.0.ebuild:
+ Version bump, includes API changes in this release.
29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> celt-0.6.1.ebuild:
Keyworded on alpha, bug #276355
1.1 media-libs/celt/celt-0.7.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/celt/celt-0.7.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/celt/celt-0.7.0.ebuild?rev=1.1&content-type=text/plain
Index: celt-0.7.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/celt/celt-0.7.0.ebuild,v 1.1 2009/10/26 21:58:22 tgurr Exp $
EAPI="2"
DESCRIPTION="CELT is a very low delay audio codec designed for high-quality communications."
HOMEPAGE="http://www.celt-codec.org/"
SRC_URI="http://downloads.us.xiph.org/releases/${PN}/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="ogg"
DEPEND="ogg? ( media-libs/libogg )"
RDEPEND="${DEPEND}"
src_configure() {
econf $(use_with ogg ogg /usr)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc ChangeLog README TODO || die "dodoc failed."
find "${D}" -name '*.la' -delete
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-10-26 21:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 21:58 [gentoo-commits] gentoo-x86 commit in media-libs/celt: celt-0.7.0.ebuild ChangeLog Timo Gurr (tgurr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox