[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2020-08-01 Thread Antonio Rojas via arch-commits
Date: Saturday, August 1, 2020 @ 18:49:30
  Author: arojas
Revision: 393059

mlt 6.22.1 rebuild

Modified:
  kdenlive/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-01 18:43:57 UTC (rev 393058)
+++ PKGBUILD2020-08-01 18:49:30 UTC (rev 393059)
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=20.07.90
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(x86_64)
 url="https://www.kdenlive.org/;


[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2020-04-07 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 7, 2020 @ 21:29:30
  Author: arojas
Revision: 379767

Qt 5.15 beta3 rebuild

Modified:
  kdenlive/kde-unstable/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-07 20:21:59 UTC (rev 379766)
+++ PKGBUILD2020-04-07 21:29:30 UTC (rev 379767)
@@ -6,7 +6,7 @@
 
 pkgname=kdenlive
 pkgver=20.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(x86_64)
 url="https://www.kdenlive.org/;
@@ -22,14 +22,19 @@
 '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})
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdenlive-revert-qt5.15-port.patch::"https://invent.kde.org/kde/kdenlive/commit/8984bf80.patch;)
 sha256sums=('ad6ac0100b3da281b103b95d09fdde1a5bcaf2c3b777c42af72b098fd8916742'
-'SKIP')
+'SKIP'
+'e7096577222446765f45e26bacf0803f5002aa4e6d1387364ace1b2a1a6e0c15')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdenlive-revert-qt5.15-port.patch
 }
 
 build() {


[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:14:31
  Author: arojas
Revision: 263026

Add kfilemetadata dependency

Modified:
  kdenlive/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 13:58:41 UTC (rev 263025)
+++ PKGBUILD2016-03-27 14:14:31 UTC (rev 263026)
@@ -7,13 +7,13 @@
 
 pkgname=kdenlive
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/;
 license=(GPL)
 groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image 
hicolor-icon-theme)
+depends=(knewstuff kplotting knotifyconfig kded kfilemetadata mlt glu 
sdl_image hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools v4l-utils)
 optdepends=('ffmpeg: for FFmpeg plugin'
 'cdrkit: for creation of DVD ISO images'


[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2015-03-19 Thread Antonio Rojas
Date: Thursday, March 19, 2015 @ 09:47:32
  Author: arojas
Revision: 234139

Add groups

Modified:
  kdenlive/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-19 08:43:10 UTC (rev 234138)
+++ PKGBUILD2015-03-19 08:47:32 UTC (rev 234139)
@@ -11,6 +11,7 @@
 arch=('i686' 'x86_64')
 url=http://www.kdenlive.org/;
 license=('GPL')
+groups=('kde' 'kdemultimedia')
 depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')
 optdepends=('ffmpeg: for FFmpeg plugin'


[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2015-03-13 Thread Antonio Rojas
Date: Friday, March 13, 2015 @ 23:27:02
  Author: arojas
Revision: 233609

Fix URL

Modified:
  kdenlive/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 22:13:10 UTC (rev 233608)
+++ PKGBUILD2015-03-13 22:27:02 UTC (rev 233609)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc=A non-linear video editor for Linux using the MLT video framework
 arch=('i686' 'x86_64')
-url=http://http://www.kdenlive.org/;
+url=http://www.kdenlive.org/;
 license=('GPL')
 depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')


[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2015-03-13 Thread Antonio Rojas
Date: Friday, March 13, 2015 @ 23:13:10
  Author: arojas
Revision: 233608

Id

Modified:
  kdenlive/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-13 22:11:59 UTC (rev 233607)
+++ PKGBUILD2015-03-13 22:13:10 UTC (rev 233608)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Zuf kontakt@gmail.com
 # Contributor: Darwin Bautista djclue...@gmail.com