public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.26.ebuild
@ 2007-10-12 22:29 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2007-10-12 22:29 UTC (permalink / raw
  To: gentoo-commits

aballier    07/10/12 22:29:41

  Modified:             ChangeLog
  Added:                faac-1.26.ebuild
  Log:
  version bump
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.55                 media-libs/faac/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faac/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	13 Aug 2007 20:59:03 -0000	1.54
+++ ChangeLog	12 Oct 2007 22:29:40 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/faac
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.54 2007/08/13 20:59:03 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/ChangeLog,v 1.55 2007/10/12 22:29:40 aballier Exp $
+
+*faac-1.26 (12 Oct 2007)
+
+  12 Oct 2007; Alexis Ballier <aballier@gentoo.org>
+  +files/faac-1.26-external-libmp4v2.patch, +faac-1.26.ebuild:
+  version bump
 
   13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> faac-1.25.ebuild:
   ppc. stable



1.1                  media-libs/faac/faac-1.26.ebuild

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

Index: faac-1.26.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/faac/faac-1.26.ebuild,v 1.1 2007/10/12 22:29:40 aballier Exp $

inherit libtool eutils autotools flag-o-matic

DESCRIPTION="Free MPEG-4 audio codecs by AudioCoding.com"
HOMEPAGE="http://www.audiocoding.com/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND=">=media-libs/libsndfile-1.0.0
	media-libs/libmp4v2"
DEPEND="${RDEPEND}
	!<media-libs/faad2-2.0-r3"

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/${P}-external-libmp4v2.patch"

	eautoreconf
	elibtoolize
	epunt_cxx
}

src_compile() {
	filter-flags -ftree-vectorize

	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog NEWS README TODO docs/libfaac.pdf
	dohtml docs/*
}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-10-12 22:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-12 22:29 [gentoo-commits] gentoo-x86 commit in media-libs/faac: ChangeLog faac-1.26.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox