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/gavl: ChangeLog gavl-1.2.0.ebuild
Date: Sat, 10 Dec 2011 23:21:55 +0000 (UTC)	[thread overview]
Message-ID: <20111210232155.A2A0A2004B@flycatcher.gentoo.org> (raw)

ssuominen    11/12/10 23:21:55

  Modified:             ChangeLog gavl-1.2.0.ebuild
  Log:
  Use autotools-utils.eclass in order to drop libtool archive(s).
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 media-libs/gavl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	26 Jun 2011 14:55:47 -0000	1.15
+++ ChangeLog	10 Dec 2011 23:21:55 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gavl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v 1.15 2011/06/26 14:55:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/ChangeLog,v 1.16 2011/12/10 23:21:55 ssuominen Exp $
+
+  10 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> gavl-1.2.0.ebuild:
+  Use autotools-utils.eclass in order to drop libtool archive(s).
 
   26 Jun 2011; Brent Baude <ranger@gentoo.org> gavl-1.1.0.ebuild:
   Marking gavl-1.1.0 ppc for bug 365273



1.2                  media-libs/gavl/gavl-1.2.0.ebuild

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

Index: gavl-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gavl/gavl-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gavl-1.2.0.ebuild	4 May 2011 17:18:30 -0000	1.1
+++ gavl-1.2.0.ebuild	10 Dec 2011 23:21:55 -0000	1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/gavl-1.2.0.ebuild,v 1.1 2011/05/04 17:18:30 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/gavl-1.2.0.ebuild,v 1.2 2011/12/10 23:21:55 ssuominen Exp $
 
-EAPI=2
-inherit autotools
+EAPI=4
+inherit autotools-utils
 
 DESCRIPTION="library for handling uncompressed audio and video data"
 HOMEPAGE="http://gmerlin.sourceforge.net"
@@ -17,25 +17,26 @@
 RDEPEND=""
 DEPEND="doc? ( app-doc/doxygen )"
 
+DOCS=( AUTHORS README TODO )
+
 src_prepare() {
-	sed -e 's:-mfpmath=387::g' \
+	sed -i \
+		-e 's:-mfpmath=387::g' \
 		-e 's:-O3 -funroll-all-loops -fomit-frame-pointer -ffast-math::g' \
 		-e '/LDFLAGS=/d' \
-		-i configure.ac || die "sed failed"
+		configure.ac || die
+
 	AT_M4DIR="m4" eautoreconf
 }
 
 src_configure() {
 	# --disable-libpng because it's only used for tests
-	econf \
-		--docdir=/usr/share/doc/${PF}/html \
-		--disable-dependency-tracking \
-		--disable-libpng \
-		$(use_with doc doxygen) \
+	local myeconfargs=(
+		--docdir=/usr/share/doc/${PF}/html
+		--disable-libpng
+		$(use_with doc doxygen)
 		--without-cpuflags
-}
+		)
 
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS README TODO
+	autotools-utils_src_configure
 }






             reply	other threads:[~2011-12-10 23:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-10 23:21 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-05-15 11:28 [gentoo-commits] gentoo-x86 commit in media-libs/gavl: ChangeLog gavl-1.2.0.ebuild Samuli Suominen (ssuominen)
2011-12-26 14:32 Markus Meier (maekke)
2011-12-12 11:55 Jeroen Roovers (jer)
2011-05-04 17:18 Alexis Ballier (aballier)

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=20111210232155.A2A0A2004B@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