public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/faad2: ChangeLog faad2-2.7-r2.ebuild
Date: Thu, 16 Sep 2010 00:42:35 +0000 (UTC)	[thread overview]
Message-ID: <20100916004235.49CC920051@flycatcher.gentoo.org> (raw)

ssuominen    10/09/16 00:42:35

  Modified:             ChangeLog faad2-2.7-r2.ebuild
  Log:
  USE="static-libs" and punt .la files.
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.132                media-libs/faad2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	29 Apr 2010 15:13:58 -0000	1.131
+++ ChangeLog	16 Sep 2010 00:42:35 -0000	1.132
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/faad2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.131 2010/04/29 15:13:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/ChangeLog,v 1.132 2010/09/16 00:42:35 ssuominen Exp $
+
+  16 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> faad2-2.7-r2.ebuild:
+  USE="static-libs" and punt .la files.
 
 *faad2-2.7-r2 (29 Apr 2010)
 



1.2                  media-libs/faad2/faad2-2.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild?r1=1.1&r2=1.2

Index: faad2-2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faad2-2.7-r2.ebuild	29 Apr 2010 15:13:58 -0000	1.1
+++ faad2-2.7-r2.ebuild	16 Sep 2010 00:42:35 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild,v 1.1 2010/04/29 15:13:58 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild,v 1.2 2010/09/16 00:42:35 ssuominen Exp $
 
-EAPI=2
+EAPI=3
 inherit autotools eutils
 
 DESCRIPTION="AAC audio decoding library"
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="digitalradio"
+IUSE="digitalradio static-libs"
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-libmp4ff-shared-lib.patch \
@@ -26,6 +26,8 @@
 
 src_configure() {
 	econf \
+		$(use_enable static-libs static) \
+		--disable-dependency-tracking \
 		$(use_with digitalradio drm) \
 		--without-xmms
 }
@@ -33,4 +35,5 @@
 src_install() {
 	emake DESTDIR="${D}" install || die
 	dodoc AUTHORS ChangeLog NEWS README README.linux TODO
+	find "${ED}" -name '*.la' -exec rm -f '{}' +
 }






             reply	other threads:[~2010-09-16  0:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-16  0:42 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-09-21 20:05 [gentoo-commits] gentoo-x86 commit in media-libs/faad2: ChangeLog faad2-2.7-r2.ebuild Markos Chandras (hwoarang)
2010-09-29  5:36 Samuli Suominen (ssuominen)
2010-10-06 17:14 PaweA Hajdan (phajdan.jr)
2010-10-10 21:10 Markus Meier (maekke)
2010-10-12 17:11 Raul Porcel (armin76)
2010-10-15 13:41 Brent Baude (ranger)
2010-10-26  9:09 Jeroen Roovers (jer)
2012-05-17 14:07 Alexis Ballier (aballier)
2013-04-25 19:15 Tim Harder (radhermit)
2015-05-07 22:30 Manuel Rueger (mrueg)

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=20100916004235.49CC920051@flycatcher.gentoo.org \
    --to=ssuominen@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