diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-21 15:19:38 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-21 15:19:38 +0000 |
commit | 0fd74624d0e0f663327b2eae4561cfd890f3bbe0 (patch) | |
tree | 9b6f110cc50ffbec744d75f3afe3ab9abbb3eea4 /kde-base | |
parent | Stable for HPPA (bug #404851). (diff) | |
download | gentoo-2-0fd74624d0e0f663327b2eae4561cfd890f3bbe0.tar.gz gentoo-2-0fd74624d0e0f663327b2eae4561cfd890f3bbe0.tar.bz2 gentoo-2-0fd74624d0e0f663327b2eae4561cfd890f3bbe0.zip |
Remove old.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/ffmpegthumbs/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/ffmpegthumbs/files/ffmpegthumbs-4.6.5-libav07.patch | 11 |
2 files changed, 5 insertions, 12 deletions
diff --git a/kde-base/ffmpegthumbs/ChangeLog b/kde-base/ffmpegthumbs/ChangeLog index 87409a976140..c98b7d04c252 100644 --- a/kde-base/ffmpegthumbs/ChangeLog +++ b/kde-base/ffmpegthumbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/ffmpegthumbs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.43 2012/02/21 12:52:36 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ffmpegthumbs/ChangeLog,v 1.44 2012/02/21 15:19:38 johu Exp $ + + 21 Feb 2012; Johannes Huber <johu@gentoo.org> + -files/ffmpegthumbs-4.6.5-libav07.patch: + Remove old. 20 Feb 2012; Johannes Huber <johu@gentoo.org> -ffmpegthumbs-4.6.3.ebuild: Remove KDE SC 4.6.3 diff --git a/kde-base/ffmpegthumbs/files/ffmpegthumbs-4.6.5-libav07.patch b/kde-base/ffmpegthumbs/files/ffmpegthumbs-4.6.5-libav07.patch deleted file mode 100644 index 931de168e48b..000000000000 --- a/kde-base/ffmpegthumbs/files/ffmpegthumbs-4.6.5-libav07.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- branches/KDE/4.7/kdemultimedia/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp 2011/07/02 08:19:20 1239063 -+++ branches/KDE/4.7/kdemultimedia/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp 2011/07/02 08:23:18 1239064 -@@ -122,7 +122,7 @@ - void MovieDecoder::initializeVideo() - { - for (unsigned int i = 0; i < m_pFormatContext->nb_streams; i++) { -- if (m_pFormatContext->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO) { -+ if (m_pFormatContext->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) { - m_pVideoStream = m_pFormatContext->streams[i]; - m_VideoStream = i; - break; |