git » ffmpegthumbnailer.git » commit 2ec9d97

ffmpeg rebuild

author Pierre Schmitz
2011-11-05 09:45:50 UTC
committer Pierre Schmitz
2011-11-05 09:45:50 UTC
parent 7e661218b41636c47955010eb1f786b0f17abf4c

ffmpeg rebuild

PKGBUILD +5 -7

diff --git a/PKGBUILD b/PKGBUILD
index 82a96c0..3fed7aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ package() {
 
   # FS#24105: Generate thumbnails in nautilus
   install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
-	${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
+    ${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
 }
-
-