wok rev 16780

ffmpegthumbnailer: add thumbnailer file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 23 01:49:34 2014 +0300 (2014-06-23)
parents bc9334796734
children 250bddc4f896
files ffmpegthumbnailer/receipt ffmpegthumbnailer/stuff/ffmpeg.thumbnailer metacity/receipt
line diff
     1.1 --- a/ffmpegthumbnailer/receipt	Sun Jun 22 03:05:45 2014 +0300
     1.2 +++ b/ffmpegthumbnailer/receipt	Mon Jun 23 01:49:34 2014 +0300
     1.3 @@ -28,7 +28,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/lib
     1.8 +	mkdir -p $fs/usr/lib $fs/usr/share/thumbnailers
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10  	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.11 +	cp -a $stuff/* $fs/usr/share/thumbnailers
    1.12  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/ffmpegthumbnailer/stuff/ffmpeg.thumbnailer	Mon Jun 23 01:49:34 2014 +0300
     2.3 @@ -0,0 +1,4 @@
     2.4 +[Thumbnailer Entry]
     2.5 +TryExec=ffmpegthumbnailer
     2.6 +Exec=ffmpegthumbnailer -i %i -o %o -s %s -f
     2.7 +MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-msvideo;video/x-flv;video/x-matroska;
     3.1 --- a/metacity/receipt	Sun Jun 22 03:05:45 2014 +0300
     3.2 +++ b/metacity/receipt	Mon Jun 23 01:49:34 2014 +0300
     3.3 @@ -13,7 +13,7 @@
     3.4  
     3.5  DEPENDS="gsettings-desktop-schemas libgio glib gtk+ xorg-libXcomposite \
     3.6  xorg-libXdamage zenity xorg-libXinerama xorg-libXrandr xorg-libXcursor \
     3.7 -libcanberra libltdl libvorbis libogg libtool gnome-doc-utils GConf"
     3.8 +libcanberra libltdl libvorbis libogg GConf"
     3.9  BUILD_DEPENDS="gsettings-desktop-schemas libgio-dev glib-dev gtk+-dev \
    3.10  xorg-libXcomposite-dev xorg-libXdamage-dev zenity xorg-libXinerama-dev \
    3.11  xorg-libXrandr-dev xorg-libXcursor-dev libcanberra-dev libltdl libvorbis-dev \
    3.12 @@ -22,7 +22,6 @@
    3.13  # Rules to configure and make the package.
    3.14  compile_rules()
    3.15  {
    3.16 -	cd $src
    3.17  	./configure --prefix=/usr \
    3.18  		--disable-verbose-mode --disable-sm --disable-scrollkeeper
    3.19  	make &&