* [gentoo-commits] proj/kde:master commit in: kde-base/ffmpegthumbs/
@ 2012-04-05 19:43 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2012-04-05 19:43 UTC (permalink / raw
To: gentoo-commits
commit: b2400c9b31dbcc6fb16ccb3f3f2e0851bc11082a
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 5 19:42:58 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 5 19:42:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b2400c9b
[kde-base/ffmpegthumbs] Migrate to split git repo.
(Portage version: 2.1.10.55/git/Linux x86_64, unsigned Manifest commit)
---
.../ffmpegthumbs/ffmpegthumbs-4.8.49.9999.ebuild | 4 ++--
kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.8.49.9999.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.8.49.9999.ebuild
index 095ffd3..babadae 100644
--- a/kde-base/ffmpegthumbs/ffmpegthumbs-4.8.49.9999.ebuild
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.8.49.9999.ebuild
@@ -4,8 +4,8 @@
EAPI=4
-KMNAME="kdemultimedia"
-inherit kde4-meta
+KDE_SCM="git"
+inherit kde4-base
DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files."
KEYWORDS=""
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
index 095ffd3..babadae 100644
--- a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
@@ -4,8 +4,8 @@
EAPI=4
-KMNAME="kdemultimedia"
-inherit kde4-meta
+KDE_SCM="git"
+inherit kde4-base
DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files."
KEYWORDS=""
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/ffmpegthumbs/
@ 2014-10-12 16:40 Michael Palimaka
0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2014-10-12 16:40 UTC (permalink / raw
To: gentoo-commits
commit: f1ea8dc54ff6f364c01aba7e40285cf5d2acc467
Author: Karol Herbst <git <AT> karolherbst <DOT> de>
AuthorDate: Sat Oct 11 14:43:52 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 16:40:24 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f1ea8dc5
[kde-base/ffmpegthumbs] add kf5 based live ebuild
---
kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
new file mode 100644
index 0000000..eeddb6d
--- /dev/null
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kio)
+ dev-qt/qtgui:5
+ virtual/ffmpeg
+ virtual/pkgconfig
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/ffmpegthumbs/
@ 2014-11-14 11:48 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2014-11-14 11:48 UTC (permalink / raw
To: gentoo-commits
commit: 2219aa188e16b9ecf95973405e834c159f0b921f
Author: Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Fri Nov 14 11:47:40 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 11:47:40 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2219aa18
[kde-base/ffmpegthumbs] virtual/pkgconfig is DEPEND only.
Package-Manager: portage-2.2.14
---
kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
index eeddb6d..f7fe9bc 100644
--- a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
+++ b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild
@@ -11,10 +11,12 @@ DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files"
KEYWORDS=""
IUSE=""
-DEPEND="
+RDEPEND="
$(add_frameworks_dep kio)
dev-qt/qtgui:5
- virtual/ffmpeg
+ virtual/ffmpeg"
+
+DEPEND="
+ ${RDEPEND}
virtual/pkgconfig
"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-14 11:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 19:43 [gentoo-commits] proj/kde:master commit in: kde-base/ffmpegthumbs/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2014-10-12 16:40 Michael Palimaka
2014-11-14 11:48 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox