[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 21:13:59
  Author: foutrelis
Revision: 252980

C++11 ABI rebuild

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 20:12:56 UTC (rev 252979)
+++ PKGBUILD2015-12-06 20:13:59 UTC (rev 252980)
@@ -4,7 +4,7 @@
 
 pkgname=kdemultimedia-ffmpegthumbs
 pkgver=15.08.3
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')


[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 16:37:24
  Author: fyan
Revision: 232752

upgpkg: kdemultimedia-ffmpegthumbs 14.12.3-1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-04 15:37:21 UTC (rev 232751)
+++ PKGBUILD2015-03-04 15:37:24 UTC (rev 232752)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=14.12.2
+pkgver=14.12.3
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -13,7 +13,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('8dd3058e4fb7d70e95d2da0b29d42d59844d87b9')
+sha1sums=('8342c64e4be578c9194d44843a9e89feaaeaaedd')
 
 build() {
   cd ${srcdir}


[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:51:19
  Author: fyan
Revision: 230637

upgpkg: kdemultimedia-ffmpegthumbs 14.12.2-1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-04 07:50:34 UTC (rev 230636)
+++ PKGBUILD2015-02-04 07:51:19 UTC (rev 230637)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=14.12.1
+pkgver=14.12.2
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -13,7 +13,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('451851a2343196ea1e1d3a4475f2e8225ef65a5e')
+sha1sums=('8dd3058e4fb7d70e95d2da0b29d42d59844d87b9')
 
 build() {
   cd ${srcdir}


[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 07:22:46
  Author: fyan
Revision: 229276

upgpkg: kdemultimedia-ffmpegthumbs 14.12.1-1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-16 06:22:35 UTC (rev 229275)
+++ PKGBUILD2015-01-16 06:22:46 UTC (rev 229276)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.14.3
+pkgver=14.12.1
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -11,8 +12,8 @@
 groups=('kde' 'kdemultimedia')
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('2c49d2afabb0dfaca0863cfcab1aa22ad24e0151')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
+sha1sums=('451851a2343196ea1e1d3a4475f2e8225ef65a5e')
 
 build() {
   cd ${srcdir}


[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 19:44:30
  Author: fyan
Revision: 226642

upgpkg: kdemultimedia-ffmpegthumbs 4.14.3-1

upstream new release

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-19 18:44:17 UTC (rev 226641)
+++ PKGBUILD2014-11-19 18:44:30 UTC (rev 226642)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.14.2
+pkgver=4.14.3
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('647fce4fda1fc7f184693cd6f5d7a54c44262f98')
+sha1sums=('2c49d2afabb0dfaca0863cfcab1aa22ad24e0151')
 
 build() {
   cd ${srcdir}


[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:24:08
  Author: svenstaro
Revision: 222410

upgpkg: kdemultimedia-ffmpegthumbs 4.14.1-1

kde 4.14.1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-20 16:24:04 UTC (rev 222409)
+++ PKGBUILD2014-09-20 16:24:08 UTC (rev 222410)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.14.0
-pkgrel=2
+pkgver=4.14.1
+pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('b8f40eb658628375b0974ec5a5876e99a6d27935')
+sha1sums=('b26d0289f88cc4d951eb0c946bca73167bd6b6ce')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-09-17 Thread Felix Yan
Date: Wednesday, September 17, 2014 @ 16:25:06
  Author: fyan
Revision: 221845

upgpkg: kdemultimedia-ffmpegthumbs 4.14.0-2

ffmpeg 2.4 rebuild

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 14:08:19 UTC (rev 221844)
+++ PKGBUILD2014-09-17 14:25:06 UTC (rev 221845)
@@ -3,7 +3,7 @@
 
 pkgname=kdemultimedia-ffmpegthumbs
 pkgver=4.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:16:29
  Author: svenstaro
Revision: 220024

upgpkg: kdemultimedia-ffmpegthumbs 4.14.0-1

kde 4.14.0

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-16 20:16:26 UTC (rev 220023)
+++ PKGBUILD2014-08-16 20:16:29 UTC (rev 220024)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.13.3
+pkgver=4.14.0
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('4bd4463ebd5fd3a54a6e26c1752478f4046b0604')
+sha1sums=('b8f40eb658628375b0974ec5a5876e99a6d27935')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:44:48
  Author: svenstaro
Revision: 217300

upgpkg: kdemultimedia-ffmpegthumbs 4.13.3-1

upstream release 4.13.3

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-18 11:44:44 UTC (rev 217299)
+++ PKGBUILD2014-07-18 11:44:48 UTC (rev 217300)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.13.2
+pkgver=4.13.3
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('f70468a2af6228ce2430ea182cb3e61bb0834d1e')
+sha1sums=('4bd4463ebd5fd3a54a6e26c1752478f4046b0604')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:16:52
  Author: svenstaro
Revision: 214642

upgpkg: kdemultimedia-ffmpegthumbs 4.13.2-1

upstream release 4.12.2

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-09 03:16:50 UTC (rev 214641)
+++ PKGBUILD2014-06-09 03:16:52 UTC (rev 214642)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.13.1
+pkgver=4.13.2
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('97db800e7f7eab2e62d9d75fdce38bf80161eb92')
+sha1sums=('f70468a2af6228ce2430ea182cb3e61bb0834d1e')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:06:36
  Author: svenstaro
Revision: 212668

upgpkg: kdemultimedia-ffmpegthumbs 4.13.1-1

upstream release 4.13.1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-14 20:06:34 UTC (rev 212667)
+++ PKGBUILD2014-05-14 20:06:36 UTC (rev 212668)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.13.0
+pkgver=4.13.1
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('3cf1c1002b34cd797e06964251dd315b53c66632')
+sha1sums=('97db800e7f7eab2e62d9d75fdce38bf80161eb92')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:21:08
  Author: svenstaro
Revision: 209553

upgpkg: kdemultimedia-ffmpegthumbs 4.12.4-1

kde 4.12.4 release

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 10:21:06 UTC (rev 209552)
+++ PKGBUILD2014-03-31 10:21:08 UTC (rev 209553)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.12.3
+pkgver=4.12.4
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('849dfa3faef83e744e53499173a97ebb46b73e5a')
+sha1sums=('914ced35b0735417ea61e94120df54a55a2d1905')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:03:25
  Author: svenstaro
Revision: 205328

upgpkg: kdemultimedia-ffmpegthumbs 4.12.2-1

upstream release 4.12.2

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-04 14:03:23 UTC (rev 205327)
+++ PKGBUILD2014-02-04 14:03:25 UTC (rev 205328)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('87ab18322b1fce9f7215a1f7c018a4e23e5ba0a2')
+sha1sums=('07ea21df05c8b6990c7d47a44f832c4347d646a8')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:48:38
  Author: svenstaro
Revision: 203916

upgpkg: kdemultimedia-ffmpegthumbs 4.12.1-1

upstream release 4.12.1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-14 07:48:37 UTC (rev 203915)
+++ PKGBUILD2014-01-14 07:48:38 UTC (rev 203916)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.12.0
+pkgver=4.12.1
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('6546cf5cbaf3cb38cc79aa6dbc0f8187499cac55')
+sha1sums=('87ab18322b1fce9f7215a1f7c018a4e23e5ba0a2')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:33:39
  Author: svenstaro
Revision: 201109

upgpkg: kdemultimedia-ffmpegthumbs 4.11.4-1

KDE 4.11.4

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-06 12:33:37 UTC (rev 201108)
+++ PKGBUILD2013-12-06 12:33:39 UTC (rev 201109)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.11.3
+pkgver=4.11.4
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('23d911d71dbcd6e5704b0ebec66d5ba0f91f9931')
+sha1sums=('e06974bffe3d1bb90c47685ef1481057d7882847')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:32:31
  Author: svenstaro
Revision: 195729

upgpkg: kdemultimedia-ffmpegthumbs 4.11.2-1

kde 4.11.2 release

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 15:32:28 UTC (rev 195728)
+++ PKGBUILD2013-10-01 15:32:31 UTC (rev 195729)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.11.1
+pkgver=4.11.2
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('ccb28481cbb28424207d14114c4c57ac6eaefef1')
+sha1sums=('066f3802c91125b821dde01ae3484fc98ba6cba4')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-07-15 Thread Sven-Hendrik Haase
Date: Monday, July 15, 2013 @ 20:22:11
  Author: svenstaro
Revision: 190107

upgpkg: kdemultimedia-ffmpegthumbs 4.10.5-2

ffmpeg 2.0 rebuild

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-15 18:18:01 UTC (rev 190106)
+++ PKGBUILD2013-07-15 18:22:11 UTC (rev 190107)
@@ -3,7 +3,7 @@
 
 pkgname=kdemultimedia-ffmpegthumbs
 pkgver=4.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 15:29:51
  Author: andrea
Revision: 184584

KDE 4.10.3

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-07 13:29:49 UTC (rev 184583)
+++ PKGBUILD2013-05-07 13:29:51 UTC (rev 184584)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.10.2
+pkgver=4.10.3
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('acd089018480ae879d241968a3be1627fb2b3298')
+sha1sums=('1b4508d3f1c74a8d1a6136f27ba233ae3fb84eda')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:26:56
  Author: svenstaro
Revision: 181636

upgpkg: kdemultimedia-ffmpegthumbs 4.10.2-1

upstream

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-04 04:26:53 UTC (rev 181635)
+++ PKGBUILD2013-04-04 04:26:56 UTC (rev 181636)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.10.1
+pkgver=4.10.2
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('8848219c9532186e443ea2e9bf4dc92137f2c0a2')
+sha1sums=('acd089018480ae879d241968a3be1627fb2b3298')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-03-04 Thread Andrea Scarpino
Date: Monday, March 4, 2013 @ 12:13:14
  Author: andrea
Revision: 179251

KDE 4.10.1

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:13:10 UTC (rev 179250)
+++ PKGBUILD2013-03-04 11:13:14 UTC (rev 179251)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.10.0
-pkgrel=2
+pkgver=4.10.1
+pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('7ce2edec3efd081bb65f58455c7db476e09d8bd0')
+sha1sums=('8848219c9532186e443ea2e9bf4dc92137f2c0a2')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-02-07 Thread Andrea Scarpino
Date: Thursday, February 7, 2013 @ 21:59:42
  Author: andrea
Revision: 177598

upgpkg: kdemultimedia-ffmpegthumbs 4.10.0-2

ffmpeg rebuild

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 20:44:27 UTC (rev 177597)
+++ PKGBUILD2013-02-07 20:59:42 UTC (rev 177598)
@@ -3,7 +3,7 @@
 
 pkgname=kdemultimedia-ffmpegthumbs
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2013-01-02 Thread Andrea Scarpino
Date: Wednesday, January 2, 2013 @ 06:04:27
  Author: andrea
Revision: 174108

KDE 4.9.5

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-02 11:04:22 UTC (rev 174107)
+++ PKGBUILD2013-01-02 11:04:27 UTC (rev 174108)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('6886d4949ebbb292bcbbfb28e254b561306ec3e8')
+sha1sums=('a59f5d762461c79dccdbe15dc24eec3e7d9bf685')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2012-12-01 Thread Andrea Scarpino
Date: Sunday, December 2, 2012 @ 02:47:00
  Author: andrea
Revision: 172273

KDE 4.9.4

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 07:46:55 UTC (rev 172272)
+++ PKGBUILD2012-12-02 07:47:00 UTC (rev 172273)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('f2cecd0677b9d57e60af394b4ba4815bf95a10d0')
+sha1sums=('6886d4949ebbb292bcbbfb28e254b561306ec3e8')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2012-11-06 Thread Andrea Scarpino
Date: Tuesday, November 6, 2012 @ 08:01:29
  Author: andrea
Revision: 170320

KDE 4.9.3

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-06 13:01:23 UTC (rev 170319)
+++ PKGBUILD2012-11-06 13:01:29 UTC (rev 170320)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.2
+pkgver=4.9.3
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('a0083c2cda9c194663676b70beb6d23dba0d4f1d')
+sha1sums=('f2cecd0677b9d57e60af394b4ba4815bf95a10d0')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in kdemultimedia-ffmpegthumbs/trunk (PKGBUILD)

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 05:14:48
  Author: andrea
Revision: 167500

KDE 4.9.2

Modified:
  kdemultimedia-ffmpegthumbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-02 09:14:45 UTC (rev 167499)
+++ PKGBUILD2012-10-02 09:14:48 UTC (rev 167500)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc='FFmpeg-based thumbnail creator for video files'
 url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
@@ -12,7 +12,7 @@
 depends=('kdelibs' 'ffmpeg')
 makedepends=('cmake' 'automoc4')
 
source=(http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz;)
-sha1sums=('dea7f81eba98e98d040062945a25c5f6c3651c65')
+sha1sums=('a0083c2cda9c194663676b70beb6d23dba0d4f1d')
 
 build() {
   cd ${srcdir}