From a32560cd1660b15f6fa9105728926a6a146de9fa Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 25 Sep 2010 14:52:08 +0000 Subject: USE="static-libs" and punt .la files. (Portage version: 2.2_rc86/cvs/Linux x86_64) --- media-libs/libtheora/ChangeLog | 6 +++++- media-libs/libtheora/libtheora-1.1.1.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'media-libs') diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 4f1a94c0665c..a4d35637eed1 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libtheora # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.104 2010/02/25 18:38:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.105 2010/09/25 14:52:08 ssuominen Exp $ + + 25 Sep 2010; Samuli Suominen + libtheora-1.1.1.ebuild: + USE="static-libs" and punt .la files. 25 Feb 2010; Raúl Porcel libtheora-1.1.1.ebuild: alpha/arm/ia64/sh/sparc stable wrt #298039 diff --git a/media-libs/libtheora/libtheora-1.1.1.ebuild b/media-libs/libtheora/libtheora-1.1.1.ebuild index 95434cbeac14..c21ef61b715b 100644 --- a/media-libs/libtheora/libtheora-1.1.1.ebuild +++ b/media-libs/libtheora/libtheora-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.7 2010/02/25 18:38:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.1.1.ebuild,v 1.8 2010/09/25 14:52:08 ssuominen Exp $ EAPI=2 inherit autotools eutils flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://downloads.xiph.org/releases/theora/${P/_}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc +encode examples" +IUSE="doc +encode examples static-libs" RDEPEND="media-libs/libogg encode? ( media-libs/libvorbis ) @@ -41,6 +41,7 @@ src_configure() { # --disable-spec because LaTeX documentation has been prebuilt econf \ --disable-dependency-tracking \ + $(use_enable static-libs static) \ --disable-spec \ $(use_enable encode) \ $(use_enable examples) \ @@ -65,4 +66,6 @@ src_install() { newbin examples/.libs/${bin} theora_${bin} || die "newbin failed" done fi + + find "${D}" -name '*.la' -exec rm -f '{}' + } -- cgit v1.2.3-65-gdbad