From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.1.ebuild
Date: Tue, 10 May 2011 15:58:15 +0000 (UTC) [thread overview]
Message-ID: <20110510155815.9353C20054@flycatcher.gentoo.org> (raw)
aballier 11/05/10 15:58:15
Modified: ChangeLog
Added: vo-aacenc-0.1.1.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Revision Changes Path
1.3 media-libs/vo-aacenc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 3 May 2011 22:22:10 -0000 1.2
+++ ChangeLog 10 May 2011 15:58:15 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/vo-aacenc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.2 2011/05/03 22:22:10 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/ChangeLog,v 1.3 2011/05/10 15:58:15 aballier Exp $
+
+*vo-aacenc-0.1.1 (10 May 2011)
+
+ 10 May 2011; Alexis Ballier <aballier@gentoo.org> +vo-aacenc-0.1.1.ebuild:
+ version bump
03 May 2011; Luca Barbato <lu_zero@gentoo.org> vo-aacenc-9999.ebuild:
Update to git-2
1.1 media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild?rev=1.1&content-type=text/plain
Index: vo-aacenc-0.1.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/vo-aacenc/vo-aacenc-0.1.1.ebuild,v 1.1 2011/05/10 15:58:15 aballier Exp $
EAPI=4
if [[ ${PV} == *9999 ]] ; then
SCM="git-2"
EGIT_REPO_URI="git://github.com/mstorsjo/${PN}.git"
[[ ${PV%9999} != "" ]] && EGIT_BRANCH="release/${PV%.9999}"
fi
inherit eutils multilib autotools ${SCM}
DESCRIPTION="VisualOn AAC encoder library"
HOMEPAGE="http://sourceforge.net/projects/opencore-amr/"
if [[ ${PV} == *9999 ]] ; then
SRC_URI=""
elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot
SRC_URI="mirror://gentoo/${P}.tar.xz"
else # Official release
SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz"
fi
LICENSE="Apache-2.0"
SLOT="0"
[[ ${PV} == *9999 ]] || KEYWORDS="~amd64 ~arm ~x86-fbsd ~x64-macos"
IUSE="examples static-libs neon"
src_prepare() {
[[ ${PV} == *9999 ]] && eautoreconf
}
src_configure() {
econf \
--disable-dependency-tracking \
$(use_enable examples example) \
$(use_enable neon armv7neon) \
$(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${D}" install || die
find "${D}"usr/$(get_libdir) -name '*.la' -delete
}
next reply other threads:[~2011-05-10 15:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-10 15:58 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-05-15 18:38 [gentoo-commits] gentoo-x86 commit in media-libs/vo-aacenc: ChangeLog vo-aacenc-0.1.1.ebuild Raul Porcel (armin76)
2011-05-24 12:41 Thomas Kahle (tomka)
2011-06-15 16:48 Jeroen Roovers (jer)
2011-06-16 22:55 Jeroen Roovers (jer)
2011-06-21 13:11 Tobias Klausmann (klausman)
2011-06-23 13:30 PaweA Hajdan (phajdan.jr)
2011-06-26 14:32 Brent Baude (ranger)
2011-06-29 14:52 Christoph Mende (angelos)
2011-07-10 10:20 Markus Meier (maekke)
2011-07-10 10:45 Markus Meier (maekke)
2011-07-10 14:45 Raul Porcel (armin76)
2011-07-23 16:10 Luca Barbato (lu_zero)
2011-08-10 15:12 Kacper Kowalik (xarthisius)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110510155815.9353C20054@flycatcher.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox