From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/
Date: Sun, 12 Feb 2017 13:19:37 +0000 (UTC) [thread overview]
Message-ID: <1486905556.159aeaf7cd50e98a48c22fd98b0cb1aecf8fc3f0.asturm@gentoo> (raw)
commit: 159aeaf7cd50e98a48c22fd98b0cb1aecf8fc3f0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 13:11:55 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 13:19:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=159aeaf7
kde-apps/kdenlive: Drop 16.12.0
Not necessary anymore, 16.12.2 is supposed to have fixed the trouble.
Package-Manager: portage-2.3.3
kde-apps/kdenlive/Manifest | 1 -
kde-apps/kdenlive/kdenlive-16.12.0.ebuild | 69 -------------------------------
2 files changed, 70 deletions(-)
diff --git a/kde-apps/kdenlive/Manifest b/kde-apps/kdenlive/Manifest
index b97d896d08..b24e8fdaa3 100644
--- a/kde-apps/kdenlive/Manifest
+++ b/kde-apps/kdenlive/Manifest
@@ -1,3 +1,2 @@
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.2.tar.xz 6622876 SHA256 e7231552328421e61919c6411a17784d19b6b579a4d4aee294a8531c8899d484 SHA512 ff4fd3e4b4840886c2e49d37c32c4a9c4b6768bfef715bc319411d2fe99f60f7f52422152927b92ad01138d11af295f444ac1caf2a4c317725f8643269dd71aa WHIRLPOOL 915e33ac2b0c4e2fd389d3dd4cbdff5f56141b6673571b7fe993d92db705e79db9eedd137a0723e1d66433f5b57bfa3416e3b7c484bdd75ccb6796b60994b95f
diff --git a/kde-apps/kdenlive/kdenlive-16.12.0.ebuild b/kde-apps/kdenlive/kdenlive-16.12.0.ebuild
deleted file mode 100644
index 4b54ee11eb..0000000000
--- a/kde-apps/kdenlive/kdenlive-16.12.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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-02-12 13:19 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-12 13:19 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-11 9:04 [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdenlive/ Ionen Wolkens
2024-09-02 13:22 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-01-18 11:10 Michael Palimaka
2017-01-14 12:46 Andreas Sturmlechner
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=1486905556.159aeaf7cd50e98a48c22fd98b0cb1aecf8fc3f0.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