[SCM] blender/master: debian/patches/: #0001 updated to fix thumbnailer issue

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Jul 30 09:52:26 UTC 2012


The following commit has been merged in the master branch:
commit e5b346318c663dc392baefed8bfcae1de80615a8
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Jul 30 10:57:28 2012 +0200

    debian/patches/: #0001 updated to fix thumbnailer issue
    
    Closes: #683046
    Thanks: IRIE Shinsuke for the hint

diff --git a/debian/blender.install b/debian/blender.install
index 64fc150..15e5f0c 100644
--- a/debian/blender.install
+++ b/debian/blender.install
@@ -1,3 +1,4 @@
 usr/bin
 usr/share
 debian/misc/blender-*.xpm /usr/share/pixmaps
+blender.thumbnailer /usr/share/thumbnailers/
diff --git a/debian/patches/0001-blender_thumbnailer.patch b/debian/patches/0001-blender_thumbnailer.patch
index 58de292..386accc 100644
--- a/debian/patches/0001-blender_thumbnailer.patch
+++ b/debian/patches/0001-blender_thumbnailer.patch
@@ -1,14 +1,27 @@
-From: Kevin Roy <kiniou at gmail.com>
-Date: Thu, 14 Apr 2011 14:55:23 +0200
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Mon, 30 Jul 2012 10:53:09 +0200
 Subject: blender_thumbnailer
 
 * Move thumbnailer script to an appropriate destination
+* Add blender.thumbnailer file
 * Change to python 3.2 since lintian is messing around with that
 ---
+ blender.thumbnailer                |    4 ++++
  release/bin/blender-thumbnailer.py |    4 ++--
  source/creator/CMakeLists.txt      |    2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ 3 files changed, 7 insertions(+), 3 deletions(-)
+ create mode 100644 blender.thumbnailer
 
+diff --git a/blender.thumbnailer b/blender.thumbnailer
+new file mode 100644
+index 0000000..05d4fae
+--- /dev/null
++++ b/blender.thumbnailer
+@@ -0,0 +1,4 @@
++[Thumbnailer Entry]
++TryExec=/usr/share/blender/scripts/blender-thumbnailer.py
++Exec=/usr/share/blender/scripts/blender-thumbnailer.py %i %o
++MimeType=application/x-blender;
 diff --git a/release/bin/blender-thumbnailer.py b/release/bin/blender-thumbnailer.py
 index 8b93eeb..44ffd48 100755
 --- a/release/bin/blender-thumbnailer.py

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list