Date: Wednesday, October 26, 2022 @ 09:32:14
Author: artafinde
Revision: 1334949
archrelease: copy trunk to community-x86_64
Added:
shotcut/repos/community-x86_64/PKGBUILD
(from rev 1334948, shotcut/trunk/PKGBUILD)
Deleted:
shotcut/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 09:32:09 UTC (rev 1334948)
+++ PKGBUILD 2022-10-26 09:32:14 UTC (rev 1334949)
@@ -1,42 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Contributor: nfnty <[email protected]>
-
-pkgname=shotcut
-pkgdesc='Cross-platform Qt based Video Editor'
-pkgver=22.10.22
-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' 'cmake' 'ninja')
-options=('debug')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz")
-sha512sums=('522330f7787d51f7ba7437540be0181d5475b44cd84e56567ef99604174e8b78d3025233e5dc4bdadc1a25dac31f917142d00470e13a62525ec62996464fd47d')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- # https://github.com/mltframework/shotcut/issues/1275
- export CXXFLAGS+=" -DSHOTCUT_NOUPGRADE"
-
- cmake \
- -Bbuild \
- -GNinja \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DSHOTCUT_VERSION=${pkgver}
- cmake --build build --verbose
-
- ninja -C build translations
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- DESTDIR="${pkgdir}" cmake --install build
-}
-
-# vim:set ft=sh sw=2 sts=2 et:
Copied: shotcut/repos/community-x86_64/PKGBUILD (from rev 1334948,
shotcut/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-26 09:32:14 UTC (rev 1334949)
@@ -0,0 +1,42 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Contributor: nfnty <[email protected]>
+
+pkgname=shotcut
+pkgdesc='Cross-platform Qt based Video Editor'
+pkgver=22.10.25
+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' 'cmake' 'ninja')
+options=('debug')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mltframework/shotcut/archive/v$pkgver.tar.gz")
+sha512sums=('d7b21274cecefdb85960c04b08bbe644c2e147d0dd82b0fa76972768a9cc7c7946ce39cd1ad0c5b80fcdcbfdbf16c15cb79885f977fa12ae5ce24559cd0e7d8d')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ # https://github.com/mltframework/shotcut/issues/1275
+ export CXXFLAGS+=" -DSHOTCUT_NOUPGRADE"
+
+ cmake \
+ -Bbuild \
+ -GNinja \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DSHOTCUT_VERSION=${pkgver}
+ cmake --build build --verbose
+
+ ninja -C build translations
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ DESTDIR="${pkgdir}" cmake --install build
+}
+
+# vim:set ft=sh sw=2 sts=2 et: