Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: 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@...> 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@g.o>
+ +files/dvbcut-0.5.4-scons.patch, dvbcut-0.5.4-r1.ebuild:
+ Add a patch by Daniel Pielmeier <daniel.pielmeier@...> to fix
+ build when /usr/local does not exist. Bug #230095
14 Oct 2008; Alexis Ballier <aballier@g.o> dvbcut-0.5.4-r1.ebuild:
a52 useflag is no more in ffmpeg, add a --missing true option to
|
|