From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/
Date: Sat, 14 Jan 2017 12:46:19 +0000 (UTC) [thread overview]
Message-ID: <1484397935.e257666a688fb8ce8fca138e22a65994775d8831.asturm@gentoo> (raw)
commit: e257666a688fb8ce8fca138e22a65994775d8831
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 12:44:44 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 12:45:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e257666a
kde-apps/kdenlive: Restore 16.12.0 for now
Gentoo-bug: 605610
Package-Manager: portage-2.3.0
kde-apps/kdenlive/Manifest | 1 +
kde-apps/kdenlive/kdenlive-16.12.0.ebuild | 69 +++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/kde-apps/kdenlive/Manifest b/kde-apps/kdenlive/Manifest
index ea0eeec..3d36f0a 100644
--- a/kde-apps/kdenlive/Manifest
+++ b/kde-apps/kdenlive/Manifest
@@ -1,3 +1,4 @@
DIST kdenlive-16.08.1.tar.xz 6599692 SHA256 d45d86083b5f1c3ded310cafb06b637ab75df75d9b30ed2c46f22ddf8b17ea2b SHA512 9874aa5583337ddfa8d60d5a5f504d5bbb791081c7c6bbd7ff6c2db0dccd7e9a831fc67d023ea603b3c6dd3b426d7a8bdd358c49ccdf0dd9b79746de2c84c041 WHIRLPOOL 5127825b7a133ca65d5ed44ee665d73870627e8876e07b8fdd48fc85d1ccac0f1d9c3502f48e3b2e4ec61697e7f9a6962be59d5f5318adb5014238fd9c4a3b7a
DIST kdenlive-16.08.3.tar.xz 6602584 SHA256 36ba8d83abe041a5cd26ad05b1e97b8aa97f584d21d45dff5958c9decb6aab68 SHA512 52a83392e23a96b6447eaefd4b5d3491db531b0318c828b83352bb2eeccd21e7419faa0c561c7cbf96a63c49a520a2fddba638404ac161351910d43dbae511ce WHIRLPOOL 522c1ae02b9cb057e9d7ae84dfa75a6976a5791b0a9a78529246ef97bfcd9fbbd6d15d5cf2ddf0c91fd6a8ae10d0b18cc604974c1793b03942a8d7fe7cfd86d4
+DIST kdenlive-16.12.0.tar.xz 6619596 SHA256 acee7f484c7b7cbff7c1fc1c73e293a54df52eee5651d45d2bf65e1d949756e3 SHA512 5da0411174235629b68abca082fa989b1d7fcc17d2411b0c923a289f9f5d2fcacbd6286a70b1aa96bd073735917162dd4baa4a1e372321e0f6897fb79ff6a129 WHIRLPOOL 7335667e7c0a5b8ac2338f89e132d9402e1e4bb8ae78213fd4816f2fa0f3f37b4081ac3b4d191cb5a4f7919198fbbcc74ce24497fad98a49e49e441fe06703e0
DIST kdenlive-16.12.1.tar.xz 6624264 SHA256 bca5e9293326aecd6ae295f9f579ba5d7880baf54183cb0a8d8c708f4f04768d SHA512 26f8d139609b0e7bfa1a3b96df1089fcde3bb02315c8e9b808f8263438c79001dcad948ecd0223e3da815c0c890505715d2f9a13cc48881cda861a41c255685b WHIRLPOOL e0ac1eff041a4a35833d945ed4e9b65b20a15efadc3376ccdc01f6b452433720e5e9c4e6f32280d56f2b595756c176b0f2324488dfb99e145ac8e7e1fab88063
diff --git a/kde-apps/kdenlive/kdenlive-16.12.0.ebuild b/kde-apps/kdenlive/kdenlive-16.12.0.ebuild
new file mode 100644
index 00000000..4b54ee1
--- /dev/null
+++ b/kde-apps/kdenlive/kdenlive-16.12.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Non-linear video editing suite by KDE"
+HOMEPAGE="https://www.kdenlive.org/"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="freesound gles2 jogshuttle semantic-desktop v4l"
+
+RDEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui 'gles2=')
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtquickcontrols)
+ $(add_qt_dep qtscript)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ >=media-libs/mlt-6.0.0[ffmpeg,kdenlive,melt,qt5,sdl,xml]
+ virtual/ffmpeg[encode,sdl,X]
+ virtual/opengl
+ freesound? ( $(add_qt_dep qtwebkit) )
+ semantic-desktop? ( $(add_frameworks_dep kfilemetadata) )
+ v4l? ( media-libs/libv4l )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package freesound Qt5WebKitWidgets)
+ -DWITH_JogShuttle=$(usex jogshuttle)
+ $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData)
+ $(cmake-utils_use_find_package v4l LibV4L2)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2017-01-14 12:46 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-14 12:46 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 13:22 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/ Andreas Sturmlechner
2024-06-20 20:18 Andreas Sturmlechner
2024-05-20 15:28 Andreas Sturmlechner
2023-01-24 16:12 Andreas Sturmlechner
2023-01-21 9:15 Arthur Zamarin
2023-01-17 20:56 Arthur Zamarin
2023-01-17 20:04 Sam James
2023-01-15 0:36 Andreas Sturmlechner
2022-06-21 7:51 Andreas Sturmlechner
2022-04-10 13:33 Yixun Lan
2021-11-30 13:30 Andreas Sturmlechner
2021-08-01 20:19 Andreas Sturmlechner
2020-10-26 17:12 Andreas Sturmlechner
2020-05-03 22:27 Andreas Sturmlechner
2020-04-26 10:35 David Seifert
2020-04-03 20:07 Andreas Sturmlechner
2020-03-17 23:21 Andreas Sturmlechner
2020-03-01 23:03 Andreas Sturmlechner
2020-01-26 10:26 Georgy Yakovlev
2020-01-15 19:09 Andreas Sturmlechner
2019-12-02 15:44 Andreas Sturmlechner
2019-07-16 21:04 Andreas Sturmlechner
2019-04-28 21:41 Andreas Sturmlechner
2019-04-28 13:01 Michael Palimaka
2018-07-22 21:50 Andreas Sturmlechner
2018-07-22 21:50 Andreas Sturmlechner
2018-04-19 18:15 Andreas Sturmlechner
2017-07-12 18:26 Andreas Sturmlechner
2017-02-12 13:19 Andreas Sturmlechner
2017-01-18 11:10 Michael Palimaka
2016-10-20 18:20 Michael Palimaka
2016-06-23 15:12 Michael Palimaka
2016-05-19 18:24 Johannes Huber
2016-01-02 14:11 Michael Palimaka
2016-01-01 15:25 Michael Palimaka
2016-01-01 15:25 Michael Palimaka
2015-12-20 16:25 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1484397935.e257666a688fb8ce8fca138e22a65994775d8831.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox