public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog ffmpeg-1.0.ebuild
@ 2012-10-12 11:24 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-10-12 11:24 UTC (permalink / raw
  To: gentoo-commits

aballier    12/10/12 11:24:15

  Modified:             ffmpeg-9999.ebuild ChangeLog ffmpeg-1.0.ebuild
  Log:
  make build verbose, bug #437904 by  Vicente Olivert Riera
  
  (Portage version: 2.2.0_alpha137/cvs/Linux x86_64)

Revision  Changes    Path
1.108                media-video/ffmpeg/ffmpeg-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.107&r2=1.108

Index: ffmpeg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ffmpeg-9999.ebuild	29 Sep 2012 15:34:17 -0000	1.107
+++ ffmpeg-9999.ebuild	12 Oct 2012 11:24:14 -0000	1.108
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.107 2012/09/29 15:34:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.108 2012/10/12 11:24:14 aballier Exp $
 
 EAPI="4"
 
@@ -272,17 +272,17 @@
 }
 
 src_compile() {
-	emake
+	emake V=1
 
 	for i in ${FFTOOLS} ; do
 		if use fftools_$i ; then
-			emake tools/$i
+			emake V=1 tools/$i
 		fi
 	done
 }
 
 src_install() {
-	emake DESTDIR="${D}" install install-man
+	emake V=1 DESTDIR="${D}" install install-man
 
 	dodoc Changelog README INSTALL
 	dodoc -r doc/*
@@ -296,5 +296,5 @@
 
 src_test() {
 	LD_LIBRARY_PATH="${S}/libpostproc:${S}/libswscale:${S}/libswresample:${S}/libavcodec:${S}/libavdevice:${S}/libavfilter:${S}/libavformat:${S}/libavutil" \
-		emake fate
+		emake V=1 fate
 }



1.585                media-video/ffmpeg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.585&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.585&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.584&r2=1.585

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
retrieving revision 1.584
retrieving revision 1.585
diff -u -r1.584 -r1.585
--- ChangeLog	29 Sep 2012 15:34:17 -0000	1.584
+++ ChangeLog	12 Oct 2012 11:24:14 -0000	1.585
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/ffmpeg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.584 2012/09/29 15:34:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.585 2012/10/12 11:24:14 aballier Exp $
+
+  12 Oct 2012; Alexis Ballier <aballier@gentoo.org> ffmpeg-1.0.ebuild,
+  ffmpeg-9999.ebuild:
+  make build verbose, bug #437904 by Vicente Olivert Riera
 
   29 Sep 2012; Alexis Ballier <aballier@gentoo.org> ffmpeg-9999.ebuild,
   metadata.xml:



1.2                  media-video/ffmpeg/ffmpeg-1.0.ebuild

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

Index: ffmpeg-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg-1.0.ebuild	29 Sep 2012 02:16:06 -0000	1.1
+++ ffmpeg-1.0.ebuild	12 Oct 2012 11:24:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.ebuild,v 1.1 2012/09/29 02:16:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.ebuild,v 1.2 2012/10/12 11:24:14 aballier Exp $
 
 EAPI="4"
 
@@ -270,17 +270,17 @@
 }
 
 src_compile() {
-	emake
+	emake V=1
 
 	for i in ${FFTOOLS} ; do
 		if use fftools_$i ; then
-			emake tools/$i
+			emake V=1 tools/$i
 		fi
 	done
 }
 
 src_install() {
-	emake DESTDIR="${D}" install install-man
+	emake V=1 DESTDIR="${D}" install install-man
 
 	dodoc Changelog README INSTALL
 	dodoc -r doc/*
@@ -294,5 +294,5 @@
 
 src_test() {
 	LD_LIBRARY_PATH="${S}/libpostproc:${S}/libswscale:${S}/libswresample:${S}/libavcodec:${S}/libavdevice:${S}/libavfilter:${S}/libavformat:${S}/libavutil" \
-		emake fate
+		emake V=1 fate
 }





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

only message in thread, other threads:[~2012-10-12 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 11:24 [gentoo-commits] gentoo-x86 commit in media-video/ffmpeg: ffmpeg-9999.ebuild ChangeLog ffmpeg-1.0.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