[arch-commits] Commit in ffmpegthumbnailer/repos (6 files)
Eric BĂ©langer
eric at archlinux.org
Wed Jan 25 21:23:45 UTC 2012
Date: Wednesday, January 25, 2012 @ 16:23:44
Author: eric
Revision: 147547
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
ffmpegthumbnailer/repos/staging-i686/
ffmpegthumbnailer/repos/staging-i686/PKGBUILD
(from rev 147546, ffmpegthumbnailer/trunk/PKGBUILD)
ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer.desktop
(from rev 147546, ffmpegthumbnailer/trunk/ffmpegthumbnailer.desktop)
ffmpegthumbnailer/repos/staging-x86_64/
ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD
(from rev 147546, ffmpegthumbnailer/trunk/PKGBUILD)
ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer.desktop
(from rev 147546, ffmpegthumbnailer/trunk/ffmpegthumbnailer.desktop)
------------------------------------------+
staging-i686/PKGBUILD | 34 +++++++++++++++++++++++++++++
staging-i686/ffmpegthumbnailer.desktop | 4 +++
staging-x86_64/PKGBUILD | 34 +++++++++++++++++++++++++++++
staging-x86_64/ffmpegthumbnailer.desktop | 4 +++
4 files changed, 76 insertions(+)
Copied: ffmpegthumbnailer/repos/staging-i686/PKGBUILD (from rev 147546, ffmpegthumbnailer/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-01-25 21:23:44 UTC (rev 147547)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: boromil at gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=3
+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')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+ 'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --enable-gio
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ # FS#24105: Generate thumbnails in nautilus
+ install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \
+ "${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop"
+}
Copied: ffmpegthumbnailer/repos/staging-i686/ffmpegthumbnailer.desktop (from rev 147546, ffmpegthumbnailer/trunk/ffmpegthumbnailer.desktop)
===================================================================
--- staging-i686/ffmpegthumbnailer.desktop (rev 0)
+++ staging-i686/ffmpegthumbnailer.desktop 2012-01-25 21:23:44 UTC (rev 147547)
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ffmpegthumbnailer
+Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
+MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf;video/x-m4v;
Copied: ffmpegthumbnailer/repos/staging-x86_64/PKGBUILD (from rev 147546, ffmpegthumbnailer/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-01-25 21:23:44 UTC (rev 147547)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 23110 2010-08-06 11:01:51Z rvanharen $
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: boromil at gmail.com
+
+pkgname=ffmpegthumbnailer
+pkgver=2.0.7
+pkgrel=3
+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')
+sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
+ 'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr --enable-gio
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+
+ # FS#24105: Generate thumbnails in nautilus
+ install -Dm644 "${srcdir}/ffmpegthumbnailer.desktop" \
+ "${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop"
+}
Copied: ffmpegthumbnailer/repos/staging-x86_64/ffmpegthumbnailer.desktop (from rev 147546, ffmpegthumbnailer/trunk/ffmpegthumbnailer.desktop)
===================================================================
--- staging-x86_64/ffmpegthumbnailer.desktop (rev 0)
+++ staging-x86_64/ffmpegthumbnailer.desktop 2012-01-25 21:23:44 UTC (rev 147547)
@@ -0,0 +1,4 @@
+[Thumbnailer Entry]
+TryExec=ffmpegthumbnailer
+Exec=ffmpegthumbnailer -s %s -i %u -o %o -c png -f -t 10
+MimeType=video/flv;video/webm;video/mkv;video/mp4;video/mpeg;video/avi;video/ogg;video/quicktime;video/x-avi;video/x-flv;video/x-mp4;video/x-mpeg;video/x-webm;video/x-mkv;application/x-extension-webm;video/x-matroska;video/x-ms-wmv;video/x-msvideo;video/x-msvideo/avi;video/x-theora/ogg;video/x-theora/ogv;video/x-ms-asf;video/x-m4v;
More information about the arch-commits
mailing list