public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/faad2: faad2-2.7-r1.ebuild
@ 2009-07-20 12:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-20 12:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/20 12:05:23

  Modified:             faad2-2.7-r1.ebuild
  Log:
  EAPI="2"
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/faad2/faad2-2.7-r1.ebuild

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

Index: faad2-2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- faad2-2.7-r1.ebuild	20 Jul 2009 08:21:12 -0000	1.1
+++ faad2-2.7-r1.ebuild	20 Jul 2009 12:05:23 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild,v 1.1 2009/07/20 08:21:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild,v 1.2 2009/07/20 12:05:23 ssuominen Exp $
 
-inherit eutils autotools
+EAPI=2
+inherit autotools eutils
 
 DESCRIPTION="AAC audio decoding library"
 HOMEPAGE="http://www.audiocoding.com/faad2.html"
@@ -13,23 +14,18 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="digitalradio"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-libmp4ff-shared-lib.patch
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		$(use_with digitalradio drm) \
 		--without-xmms
-
-	emake || die
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-
+	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog NEWS README README.linux TODO
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/faad2: faad2-2.7-r1.ebuild
@ 2009-07-23  5:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-23  5:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/23 05:07:09

  Modified:             faad2-2.7-r1.ebuild
  Log:
  Revert last change made.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/faad2/faad2-2.7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild?r1=1.4&r2=1.5

Index: faad2-2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- faad2-2.7-r1.ebuild	23 Jul 2009 00:26:59 -0000	1.4
+++ faad2-2.7-r1.ebuild	23 Jul 2009 05:07:09 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild,v 1.4 2009/07/23 00:26:59 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r1.ebuild,v 1.5 2009/07/23 05:07:09 ssuominen Exp $
 
 EAPI=2
 inherit autotools eutils
@@ -15,8 +15,8 @@
 IUSE="digitalradio"
 
 src_prepare() {
-	epatch "${FILESDIR}/${P}-libmp4ff-shared-lib.patch"
-	epatch "${FILESDIR}/${P}-man1_MANS.patch"
+	epatch "${FILESDIR}"/${P}-libmp4ff-shared-lib.patch \
+		"${FILESDIR}"/${P}-man1_MANS.patch
 	sed -i -e 's:iquote :I:' libfaad/Makefile.am || die "sed failed"
 	eautoreconf
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-23  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-23  5:07 [gentoo-commits] gentoo-x86 commit in media-libs/faad2: faad2-2.7-r1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-20 12:05 Samuli Suominen (ssuominen)

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