[arch-commits] Commit in kdenlive/repos (3 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 21 10:06:43 UTC 2020


    Date: Saturday, March 21, 2020 @ 10:06:42
  Author: arojas
Revision: 378190

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdenlive/repos/kde-unstable-x86_64/
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 378189, kdenlive/kde-unstable/PKGBUILD)
  kdenlive/repos/kde-unstable-x86_64/kdenlive-qt5.15.patch
    (from rev 378189, kdenlive/kde-unstable/kdenlive-qt5.15.patch)

-----------------------+
 PKGBUILD              |   50 ++++++++++++++++++++++++++++++++++++++++++++++++
 kdenlive-qt5.15.patch |   36 ++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 378189, kdenlive/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2020-03-21 10:06:42 UTC (rev 378190)
@@ -0,0 +1,50 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Zuf <kontakt.zuf at gmail.com>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=kdenlive
+pkgver=20.03.80
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(x86_64)
+url="https://www.kdenlive.org/"
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff knotifyconfig kfilemetadata purpose mlt rttr breeze-icons frei0r-plugins qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+            'cdrtools: for creation of DVD ISO images'
+            'dvdauthor: for creation of DVD'
+            'dvgrab: for firewire capture'
+            'recordmydesktop: for screen capture'
+            'xine-ui: for DVD preview'
+            'vlc: for DVD preview'
+            'plasma-desktop: theme configuration')
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+         kdenlive-qt5.15.patch)
+sha256sums=('bc9aa6fe6fa025a922d7dc151582676916beb5ae074e3fe821fd0ec131706ad5'
+            'SKIP'
+            '65cc96880b4300c21797e180effdab15113726a6a9984318671d1176d2bfecb9')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdenlive-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdenlive/repos/kde-unstable-x86_64/kdenlive-qt5.15.patch (from rev 378189, kdenlive/kde-unstable/kdenlive-qt5.15.patch)
===================================================================
--- kde-unstable-x86_64/kdenlive-qt5.15.patch	                        (rev 0)
+++ kde-unstable-x86_64/kdenlive-qt5.15.patch	2020-03-21 10:06:42 UTC (rev 378190)
@@ -0,0 +1,36 @@
+diff --git a/src/assets/view/widgets/curves/bezier/beziersplineeditor.cpp b/src/assets/view/widgets/curves/bezier/beziersplineeditor.cpp
+index 91641c60c..cea14bc9f 100644
+--- a/src/assets/view/widgets/curves/bezier/beziersplineeditor.cpp
++++ b/src/assets/view/widgets/curves/bezier/beziersplineeditor.cpp
+@@ -24,6 +24,7 @@
+ 
+ #include <QMouseEvent>
+ #include <QPainter>
++#include <QPainterPath>
+ 
+ BezierSplineEditor::BezierSplineEditor(QWidget *parent)
+     : AbstractCurveWidget(parent)
+diff --git a/src/bin/abstractprojectitem.cpp b/src/bin/abstractprojectitem.cpp
+index f37591be3..e36ab5d3a 100644
+--- a/src/bin/abstractprojectitem.cpp
++++ b/src/bin/abstractprojectitem.cpp
+@@ -32,6 +32,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ #include "jobs/thumbjob.hpp"
+ 
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QVariant>
+ #include <utility>
+ AbstractProjectItem::AbstractProjectItem(PROJECTITEMTYPE type, QString id, const std::shared_ptr<ProjectItemModel> &model, bool isRoot)
+diff --git a/src/titler/gradientwidget.cpp b/src/titler/gradientwidget.cpp
+index 6ad1e8373..a259f5fad 100644
+--- a/src/titler/gradientwidget.cpp
++++ b/src/titler/gradientwidget.cpp
+@@ -23,6 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ 
+ #include <QLinearGradient>
+ #include <QPainter>
++#include <QPainterPath>
+ #include <QPixmap>
+ #include <QtMath>
+ 



More information about the arch-commits mailing list