[arch-commits] Commit in shotcut/repos/community-x86_64 (4 files)
Filipe Laíns
ffy00 at archlinux.org
Mon Apr 13 03:57:49 UTC 2020
Date: Monday, April 13, 2020 @ 03:57:49
Author: ffy00
Revision: 613598
archrelease: copy trunk to community-x86_64
Added:
shotcut/repos/community-x86_64/PKGBUILD
(from rev 613597, shotcut/trunk/PKGBUILD)
shotcut/repos/community-x86_64/melt.patch
(from rev 613597, shotcut/trunk/melt.patch)
Deleted:
shotcut/repos/community-x86_64/PKGBUILD
shotcut/repos/community-x86_64/melt.patch
------------+
PKGBUILD | 95 +++++++++++++++++++++++++++++------------------------------
melt.patch | 26 ++++++++--------
2 files changed, 61 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 03:57:45 UTC (rev 613597)
+++ PKGBUILD 2020-04-13 03:57:49 UTC (rev 613598)
@@ -1,47 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-# Contributor: nfnty <arch at nfnty.se>
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=20.02.17
-pkgrel=2
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
- 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 'ladspa')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz"
- 'melt.patch')
-sha512sums=('29f2359e335fb72bc39863fd736adbe001eaedac61fe1a3940acd4d422c10d5939c8c1dcc16798f81fb014dd95dd6d05d71711628e99a46d6932b9f72837426d'
- '57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
-
-prepare() {
- cd $pkgname-$pkgver
-
- patch -p1 < ../melt.patch
-}
-
-build() {
- mkdir $pkgname-$pkgver/build
- cd $pkgname-$pkgver/build
-
- qmake .. \
- PREFIX='/usr' \
- QMAKE_CFLAGS_RELEASE="$CFLAGS" \
- QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
- SHOTCUT_VERSION=ARCH-$pkgver \
- DEFINES+=SHOTCUT_NOUPGRADE
-
- make
-
- lrelease ../translations/*.ts
-}
-
-package() {
- cd $pkgname-$pkgver/build
-
- make INSTALL_ROOT="$pkgdir" install
-}
-
Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 613597, shotcut/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-13 03:57:49 UTC (rev 613598)
@@ -0,0 +1,48 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: nfnty <arch at nfnty.se>
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=20.02.17
+pkgrel=3
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras'
+ 'mlt' 'movit' 'ffmpeg' 'libx264' 'libvpx' 'lame' 'frei0r-plugins' 'ladspa')
+optdepends=('swh-plugins: Several audio filters')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz"
+ 'melt.patch')
+sha512sums=('29f2359e335fb72bc39863fd736adbe001eaedac61fe1a3940acd4d422c10d5939c8c1dcc16798f81fb014dd95dd6d05d71711628e99a46d6932b9f72837426d'
+ '57063ccb11cb9bd061b807934afe5656d9e1e4a31850de2e60b6a0cdf4741c7975a2a548fdb5e7d2bb0a1e44635adb832d139ac55632a4e7f592952b67d17cfe')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ patch -p1 < ../melt.patch
+}
+
+build() {
+ mkdir $pkgname-$pkgver/build
+ cd $pkgname-$pkgver/build
+
+ qmake .. \
+ PREFIX='/usr' \
+ QMAKE_CFLAGS_RELEASE="$CFLAGS" \
+ QMAKE_CXXFLAGS_RELEASE="$CXXFLAGS" \
+ SHOTCUT_VERSION=ARCH-$pkgver \
+ DEFINES+=SHOTCUT_NOUPGRADE
+
+ make
+
+ lrelease ../translations/*.ts
+}
+
+package() {
+ cd $pkgname-$pkgver/build
+
+ make INSTALL_ROOT="$pkgdir" install
+}
+
Deleted: melt.patch
===================================================================
--- melt.patch 2020-04-13 03:57:45 UTC (rev 613597)
+++ melt.patch 2020-04-13 03:57:49 UTC (rev 613598)
@@ -1,13 +0,0 @@
-diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
-index f5390e4..693a089 100644
---- a/src/jobs/meltjob.cpp
-+++ b/src/jobs/meltjob.cpp
-@@ -50,7 +50,7 @@ void MeltJob::start()
- #ifdef Q_OS_WIN
- QFileInfo meltPath(shotcutPath, "qmelt.exe");
- #else
-- QFileInfo meltPath(shotcutPath, "qmelt");
-+ QFileInfo meltPath(shotcutPath, "melt");
- #endif
- setReadChannel(QProcess::StandardError);
- QStringList args;
Copied: shotcut/repos/community-x86_64/melt.patch (from rev 613597, shotcut/trunk/melt.patch)
===================================================================
--- melt.patch (rev 0)
+++ melt.patch 2020-04-13 03:57:49 UTC (rev 613598)
@@ -0,0 +1,13 @@
+diff --git a/src/jobs/meltjob.cpp b/src/jobs/meltjob.cpp
+index f5390e4..693a089 100644
+--- a/src/jobs/meltjob.cpp
++++ b/src/jobs/meltjob.cpp
+@@ -50,7 +50,7 @@ void MeltJob::start()
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+- QFileInfo meltPath(shotcutPath, "qmelt");
++ QFileInfo meltPath(shotcutPath, "melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;
More information about the arch-commits
mailing list