Date: Saturday, November 5, 2011 @ 05:45:50
  Author: pierre
Revision: 142099

ffmpeg rebuild

Modified:
  ffmpegthumbnailer/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-11-05 09:41:26 UTC (rev 142098)
+++ PKGBUILD    2011-11-05 09:45:50 UTC (rev 142099)
@@ -4,16 +4,16 @@
 
 pkgname=ffmpegthumbnailer
 pkgver=2.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight video thumbnailer that can be used by file managers."
 url="http://code.google.com/p/ffmpegthumbnailer/";
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('ffmpeg' 'libjpeg' 'libpng')
 optdepends=('gvfs: support for gio uris')
-source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz
-       ffmpegthumbnailer.desktop)
-options=(!libtool)
+source=("http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz";
+        'ffmpegthumbnailer.desktop')
+options=('!libtool')
 sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
           'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
 
@@ -30,7 +30,5 @@
 
   # FS#24105: Generate thumbnails in nautilus
   install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
-       ${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
+    ${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
 }
-
-

Reply via email to