[arch-commits] Commit in shotcut/repos/community-x86_64 (4 files)
Filipe Laíns
ffy00 at gemini.archlinux.org
Sun Nov 7 19:19:39 UTC 2021
Date: Sunday, November 7, 2021 @ 19:19:39
Author: ffy00
Revision: 1038668
archrelease: copy trunk to community-x86_64
Added:
shotcut/repos/community-x86_64/PKGBUILD
(from rev 1038667, shotcut/trunk/PKGBUILD)
shotcut/repos/community-x86_64/melt.patch
(from rev 1038667, shotcut/trunk/melt.patch)
Deleted:
shotcut/repos/community-x86_64/PKGBUILD
shotcut/repos/community-x86_64/melt.patch
------------+
PKGBUILD | 80 +++++++++++++++++++++++++++++------------------------------
melt.patch | 26 +++++++++----------
2 files changed, 53 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 19:19:33 UTC (rev 1038667)
+++ PKGBUILD 2021-11-07 19:19:39 UTC (rev 1038668)
@@ -1,40 +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=21.08.29
-pkgrel=1
-arch=('x86_64')
-url='https://www.shotcut.org'
-license=('GPL3')
-depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
- 'qt5-quickcontrols' 'qt5-quickcontrols2' '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")
-sha512sums=('7b173121d8c2eb8fb1cc59d49af6e08efae87cf02077db865fc13277da9e5d497a41922aed0e1fb7be805e0d5856b77c9d278f11c7234de210b19f2f79cb77dc')
-
-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 1038667, shotcut/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-07 19:19:39 UTC (rev 1038668)
@@ -0,0 +1,40 @@
+# 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=21.10.31
+pkgrel=1
+arch=('x86_64')
+url='https://www.shotcut.org'
+license=('GPL3')
+depends=('qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-multimedia'
+ 'qt5-quickcontrols' 'qt5-quickcontrols2' '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")
+sha512sums=('de5d9992a41217323b3d96cc7618ed5adc633e7d0e65b6f8f189405008f6faba011a80f38cda0126b18ab28a359f6784078cb298b2ee29dcdfdc6769963714f3')
+
+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 2021-11-07 19:19:33 UTC (rev 1038667)
+++ melt.patch 2021-11-07 19:19:39 UTC (rev 1038668)
@@ -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 1038667, shotcut/trunk/melt.patch)
===================================================================
--- melt.patch (rev 0)
+++ melt.patch 2021-11-07 19:19:39 UTC (rev 1038668)
@@ -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