public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
@ 2007-11-23 22:57 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2007-11-23 22:57 UTC (permalink / raw
  To: gentoo-commits

aballier    07/11/23 22:57:08

  Modified:             dvbcut-0.5.4-r1.ebuild ChangeLog
  Log:
  add a patch to build against libavformat 52.0.0
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  media-video/dvbcut/dvbcut-0.5.4-r1.ebuild

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

Index: dvbcut-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dvbcut-0.5.4-r1.ebuild	18 Oct 2007 14:37:02 -0000	1.1
+++ dvbcut-0.5.4-r1.ebuild	23 Nov 2007 22:57:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.1 2007/10/18 14:37:02 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.2 2007/11/23 22:57:07 aballier Exp $
 
 inherit qt3 eutils
 
@@ -39,6 +39,7 @@
 	epatch "${FILESDIR}/${P}-gcc42.patch"
 	epatch "${FILESDIR}/${P}-ffmpeg-compat2.patch"
 	epatch "${FILESDIR}/${P}-ffmpeg-compat3.patch"
+	epatch "${FILESDIR}/${P}-avformat-api-changes.patch"
 }
 
 src_compile() {



1.9                  media-video/dvbcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	18 Oct 2007 14:37:02 -0000	1.8
+++ ChangeLog	23 Nov 2007 22:57:07 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/dvbcut
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.8 2007/10/18 14:37:02 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.9 2007/11/23 22:57:07 aballier Exp $
+
+  23 Nov 2007; Alexis Ballier <aballier@gentoo.org>
+  +files/dvbcut-0.5.4-avformat-api-changes.patch, dvbcut-0.5.4-r1.ebuild:
+  add a patch to build against libavformat 52.0.0
 
 *dvbcut-0.5.4-r1 (18 Oct 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
@ 2008-05-10 15:11 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Schwarzott (zzam) @ 2008-05-10 15:11 UTC (permalink / raw
  To: gentoo-commits

zzam        08/05/10 15:11:08

  Modified:             dvbcut-0.5.4-r1.ebuild ChangeLog
  Log:
  Fix compile with new ffmpeg header locations, Bug #218101.
  (Portage version: 2.1.5_rc9)

Revision  Changes    Path
1.3                  media-video/dvbcut/dvbcut-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?r1=1.2&r2=1.3

Index: dvbcut-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dvbcut-0.5.4-r1.ebuild	23 Nov 2007 22:57:07 -0000	1.2
+++ dvbcut-0.5.4-r1.ebuild	10 May 2008 15:11:07 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.2 2007/11/23 22:57:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.3 2008/05/10 15:11:07 zzam Exp $
 
 inherit qt3 eutils
 
@@ -40,6 +40,10 @@
 	epatch "${FILESDIR}/${P}-ffmpeg-compat2.patch"
 	epatch "${FILESDIR}/${P}-ffmpeg-compat3.patch"
 	epatch "${FILESDIR}/${P}-avformat-api-changes.patch"
+
+	if has_version ">=media-video/ffmpeg-0.4.9_p20080326"; then
+		epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326.diff"
+	fi
 }
 
 src_compile() {



1.10                 media-video/dvbcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	23 Nov 2007 22:57:07 -0000	1.9
+++ ChangeLog	10 May 2008 15:11:07 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/dvbcut
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.9 2007/11/23 22:57:07 aballier Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.10 2008/05/10 15:11:07 zzam Exp $
+
+  10 May 2008; Matthias Schwarzott <zzam@gentoo.org>
+  +files/dvbcut-0.5.4-ffmpeg-0.4.9_p20080326.diff, dvbcut-0.5.4-r1.ebuild:
+  Fix compile with new ffmpeg header locations, Bug #218101.
 
   23 Nov 2007; Alexis Ballier <aballier@gentoo.org>
   +files/dvbcut-0.5.4-avformat-api-changes.patch, dvbcut-0.5.4-r1.ebuild:



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
@ 2008-08-06 23:27 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2008-08-06 23:27 UTC (permalink / raw
  To: gentoo-commits

aballier    08/08/06 23:27:32

  Modified:             dvbcut-0.5.4-r1.ebuild ChangeLog
  Log:
  fix build with gcc 4.3
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.5                  media-video/dvbcut/dvbcut-0.5.4-r1.ebuild

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

Index: dvbcut-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dvbcut-0.5.4-r1.ebuild	27 Jul 2008 21:55:26 -0000	1.4
+++ dvbcut-0.5.4-r1.ebuild	6 Aug 2008 23:27:32 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.4 2008/07/27 21:55:26 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.5 2008/08/06 23:27:32 aballier Exp $
 
 EAPI=1
 
@@ -39,6 +39,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}/${PN}-0.5.3-ffmpeg-compat.patch"
 	epatch "${FILESDIR}/${P}-gcc42.patch"
+	epatch "${FILESDIR}/${P}-gcc43.patch"
 	epatch "${FILESDIR}/${P}-ffmpeg-compat2.patch"
 	epatch "${FILESDIR}/${P}-ffmpeg-compat3.patch"
 	epatch "${FILESDIR}/${P}-avformat-api-changes.patch"



1.13                 media-video/dvbcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Aug 2008 23:23:17 -0000	1.12
+++ ChangeLog	6 Aug 2008 23:27:32 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/dvbcut
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.12 2008/08/06 23:23:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.13 2008/08/06 23:27:32 aballier Exp $
+
+  06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/dvbcut-0.5.4-gcc43.patch, dvbcut-0.5.4-r1.ebuild:
+  fix build with gcc 4.3
 
   06 Aug 2008; Alexis Ballier <aballier@gentoo.org> -dvbcut-0.5.4.ebuild:
   remove old






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

* [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
@ 2008-09-22 20:32 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-22 20:32 UTC (permalink / raw
  To: gentoo-commits

aballier    08/09/22 20:32:41

  Modified:             dvbcut-0.5.4-r1.ebuild ChangeLog
  Log:
  Fix build with latest ffmpeg
  (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.6                  media-video/dvbcut/dvbcut-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?r1=1.5&r2=1.6

Index: dvbcut-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dvbcut-0.5.4-r1.ebuild	6 Aug 2008 23:27:32 -0000	1.5
+++ dvbcut-0.5.4-r1.ebuild	22 Sep 2008 20:32:41 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.5 2008/08/06 23:27:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.6 2008/09/22 20:32:41 aballier Exp $
 
 EAPI=1
 
@@ -43,6 +43,7 @@
 	epatch "${FILESDIR}/${P}-ffmpeg-compat2.patch"
 	epatch "${FILESDIR}/${P}-ffmpeg-compat3.patch"
 	epatch "${FILESDIR}/${P}-avformat-api-changes.patch"
+	epatch "${FILESDIR}/${P}-lavc.patch"
 
 	if has_version ">=media-video/ffmpeg-0.4.9_p20080326"; then
 		epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326.diff"



1.14                 media-video/dvbcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	6 Aug 2008 23:27:32 -0000	1.13
+++ ChangeLog	22 Sep 2008 20:32:41 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/dvbcut
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.13 2008/08/06 23:27:32 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.14 2008/09/22 20:32:41 aballier Exp $
+
+  22 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/dvbcut-0.5.4-lavc.patch, dvbcut-0.5.4-r1.ebuild:
+  Fix build with latest ffmpeg
 
   06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
   +files/dvbcut-0.5.4-gcc43.patch, dvbcut-0.5.4-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
@ 2008-10-14 16:27 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-14 16:27 UTC (permalink / raw
  To: gentoo-commits

aballier    08/10/14 16:27:41

  Modified:             dvbcut-0.5.4-r1.ebuild ChangeLog
  Log:
  a52 useflag is no more in ffmpeg, add a --missing true option to built_with_use
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)

Revision  Changes    Path
1.7                  media-video/dvbcut/dvbcut-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?r1=1.6&r2=1.7

Index: dvbcut-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dvbcut-0.5.4-r1.ebuild	22 Sep 2008 20:32:41 -0000	1.6
+++ dvbcut-0.5.4-r1.ebuild	14 Oct 2008 16:27:41 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.6 2008/09/22 20:32:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.7 2008/10/14 16:27:41 aballier Exp $
 
 EAPI=1
 
@@ -27,7 +27,7 @@
 	dev-util/scons"
 
 pkg_setup() {
-	 if ! built_with_use media-video/ffmpeg a52; then
+	 if ! built_with_use --missing true media-video/ffmpeg a52; then
 	 	eerror "This package requires media-video/ffmpeg compiled with A/52 (a.k.a. AC-3) support."
 		eerror "Please reemerge media-video/ffmpeg with USE=\"a52\"."
 		die "Please reemerge media-video/ffmpeg with USE=\"a52\"."



1.15                 media-video/dvbcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	22 Sep 2008 20:32:41 -0000	1.14
+++ ChangeLog	14 Oct 2008 16:27:41 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/dvbcut
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.14 2008/09/22 20:32:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.15 2008/10/14 16:27:41 aballier Exp $
+
+  14 Oct 2008; Alexis Ballier <aballier@gentoo.org> dvbcut-0.5.4-r1.ebuild:
+  a52 useflag is no more in ffmpeg, add a --missing true option to
+  built_with_use
 
   22 Sep 2008; Alexis Ballier <aballier@gentoo.org>
   +files/dvbcut-0.5.4-lavc.patch, dvbcut-0.5.4-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog
@ 2008-10-19 17:29 Alexis Ballier (aballier)
  0 siblings, 0 replies; 6+ messages in thread
From: Alexis Ballier (aballier) @ 2008-10-19 17:29 UTC (permalink / raw
  To: gentoo-commits

aballier    08/10/19 17:29:14

  Modified:             dvbcut-0.5.4-r1.ebuild ChangeLog
  Log:
  Add a patch by Daniel Pielmeier <daniel.pielmeier@googlemail.com> to fix build when /usr/local does not exist. Bug #230095
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26.6 x86_64)

Revision  Changes    Path
1.8                  media-video/dvbcut/dvbcut-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild?r1=1.7&r2=1.8

Index: dvbcut-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dvbcut-0.5.4-r1.ebuild	14 Oct 2008 16:27:41 -0000	1.7
+++ dvbcut-0.5.4-r1.ebuild	19 Oct 2008 17:29:14 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.7 2008/10/14 16:27:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.4-r1.ebuild,v 1.8 2008/10/19 17:29:14 aballier Exp $
 
 EAPI=1
 
@@ -44,6 +44,7 @@
 	epatch "${FILESDIR}/${P}-ffmpeg-compat3.patch"
 	epatch "${FILESDIR}/${P}-avformat-api-changes.patch"
 	epatch "${FILESDIR}/${P}-lavc.patch"
+	epatch "${FILESDIR}/${P}-scons.patch"
 
 	if has_version ">=media-video/ffmpeg-0.4.9_p20080326"; then
 		epatch "${FILESDIR}/${P}-ffmpeg-0.4.9_p20080326.diff"



1.16                 media-video/dvbcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Oct 2008 16:27:41 -0000	1.15
+++ ChangeLog	19 Oct 2008 17:29:14 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-video/dvbcut
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.15 2008/10/14 16:27:41 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.16 2008/10/19 17:29:14 aballier Exp $
+
+  19 Oct 2008; Alexis Ballier <aballier@gentoo.org>
+  +files/dvbcut-0.5.4-scons.patch, dvbcut-0.5.4-r1.ebuild:
+  Add a patch by Daniel Pielmeier <daniel.pielmeier@googlemail.com> to fix
+  build when /usr/local does not exist. Bug #230095
 
   14 Oct 2008; Alexis Ballier <aballier@gentoo.org> dvbcut-0.5.4-r1.ebuild:
   a52 useflag is no more in ffmpeg, add a --missing true option to






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

end of thread, other threads:[~2008-10-19 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-19 17:29 [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.5.4-r1.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-14 16:27 Alexis Ballier (aballier)
2008-09-22 20:32 Alexis Ballier (aballier)
2008-08-06 23:27 Alexis Ballier (aballier)
2008-05-10 15:11 Matthias Schwarzott (zzam)
2007-11-23 22:57 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