summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-05-27 10:21:20 +0200
committerJohannes Huber <johu@gentoo.org>2016-05-27 10:24:21 +0200
commitc98d873fda6582bb9c58ba0bbf92f33ed7427357 (patch)
tree888ae870f082518e6662c92823e9de61245c699f /media-video
parentsys-process/procps: Removed unused code. Prepare for future EAPI-6 bump. (diff)
downloadgentoo-c98d873fda6582bb9c58ba0bbf92f33ed7427357.tar.gz
gentoo-c98d873fda6582bb9c58ba0bbf92f33ed7427357.tar.bz2
gentoo-c98d873fda6582bb9c58ba0bbf92f33ed7427357.zip
media-video/kffmpegthumbnailer: Fix build with >=ffmpegthumbnailer-2.1.0
Gentoo-bug: 568606 Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'media-video')
-rw-r--r--media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild4
-rw-r--r--media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild34
2 files changed, 36 insertions, 2 deletions
diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
index 61f9dd22495a..d96933d6c892 100644
--- a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
+++ b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,7 +16,7 @@ KEYWORDS="amd64 x86"
IUSE="debug"
DEPEND="
- >=media-video/ffmpegthumbnailer-2
+ <media-video/ffmpegthumbnailer-2.1.0
"
RDEPEND="${DEPEND}
$(add_kdeapps_dep kdebase-kioslaves)
diff --git a/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild
new file mode 100644
index 000000000000..68a4fabff7aa
--- /dev/null
+++ b/media-video/kffmpegthumbnailer/kffmpegthumbnailer-1.1.0-r4.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="KDE thumbnailer based on ffmpegthumbnailer"
+HOMEPAGE="https://github.com/dirkvdb/ffmpegthumbnailer"
+SRC_URI="https://ffmpegthumbnailer.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+ >=media-video/ffmpegthumbnailer-2.1.0
+"
+RDEPEND="${DEPEND}
+ $(add_kdeapps_dep kdebase-kioslaves)
+"
+
+DOCS=( Changelog README )
+
+src_prepare() {
+ sed -e "/Encoding=UTF-8/d" \
+ -i kffmpegthumbnailer.desktop || die "fixing .desktop file failed"
+
+ append-cxxflags -std=c++11
+
+ kde4-base_src_prepare
+}