* [gentoo-commits] gentoo-x86 commit in kde-base/ffmpegthumbs: ffmpegthumbs-4.6.5.ebuild ChangeLog
@ 2011-08-12 21:05 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-08-12 21:05 UTC (permalink / raw
To: gentoo-commits
dilfridge 11/08/12 21:05:15
Modified: ffmpegthumbs-4.6.5.ebuild ChangeLog
Log:
Fix build against newer ffmpeg / libav, bug 369515
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Revision Changes Path
1.3 kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild?r1=1.2&r2=1.3
Index: ffmpegthumbs-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ffmpegthumbs-4.6.5.ebuild 9 Aug 2011 17:12:33 -0000 1.2
+++ ffmpegthumbs-4.6.5.ebuild 12 Aug 2011 21:05:15 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild,v 1.2 2011/08/09 17:12:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild,v 1.3 2011/08/12 21:05:15 dilfridge Exp $
EAPI=4
@@ -15,3 +15,5 @@
virtual/ffmpeg
"
RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}/${PN}-4.6.5-libav07.patch" )
1.26 kde-base/ffmpegthumbs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 12 Aug 2011 19:19:32 -0000 1.25
+++ ChangeLog 12 Aug 2011 21:05:15 -0000 1.26
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ffmpegthumbs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.25 2011/08/12 19:19:32 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.26 2011/08/12 21:05:15 dilfridge Exp $
+
+ 12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ ffmpegthumbs-4.6.5.ebuild, +files/ffmpegthumbs-4.6.5-libav07.patch:
+ Fix build against newer ffmpeg / libav, bug 369515
12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-ffmpegthumbs-4.6.4.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/ffmpegthumbs: ffmpegthumbs-4.6.5.ebuild ChangeLog
@ 2011-08-15 20:27 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2011-08-15 20:27 UTC (permalink / raw
To: gentoo-commits
maekke 11/08/15 20:27:32
Modified: ffmpegthumbs-4.6.5.ebuild ChangeLog
Log:
x86 stable, bug #377465
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.4 kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild?r1=1.3&r2=1.4
Index: ffmpegthumbs-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ffmpegthumbs-4.6.5.ebuild 12 Aug 2011 21:05:15 -0000 1.3
+++ ffmpegthumbs-4.6.5.ebuild 15 Aug 2011 20:27:31 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild,v 1.3 2011/08/12 21:05:15 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ffmpegthumbs-4.6.5.ebuild,v 1.4 2011/08/15 20:27:31 maekke Exp $
EAPI=4
@@ -8,7 +8,7 @@
inherit kde4-meta
DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files."
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
1.27 kde-base/ffmpegthumbs/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 12 Aug 2011 21:05:15 -0000 1.26
+++ ChangeLog 15 Aug 2011 20:27:31 -0000 1.27
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ffmpegthumbs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.26 2011/08/12 21:05:15 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.27 2011/08/15 20:27:31 maekke Exp $
+
+ 15 Aug 2011; Markus Meier <maekke@gentoo.org> ffmpegthumbs-4.6.5.ebuild:
+ x86 stable, bug #377465
12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
ffmpegthumbs-4.6.5.ebuild, +files/ffmpegthumbs-4.6.5-libav07.patch:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-15 20:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-15 20:27 [gentoo-commits] gentoo-x86 commit in kde-base/ffmpegthumbs: ffmpegthumbs-4.6.5.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-08-12 21:05 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox