Package: blender Version: 2.49.2~dfsg-2+b2 Severity: wishlist Tags: patch The wrapper script should exec the Blender binary to save a process slot.
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core) Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_NZ.utf8) Shell: /bin/sh linked to /bin/bash Versions of packages blender depends on: ii gettext [libgettextpo0] 0.18.1.1-3 GNU Internationalization utilities ii libalut0 1.1.0-2 OpenAL Utility Toolkit ii libavcodec52 4:0.5.2-6 ffmpeg codec library ii libavdevice52 4:0.5.2-6 ffmpeg device handling library ii libavformat52 4:0.5.2-6 ffmpeg file format library ii libavutil49 4:0.5.2-6 ffmpeg utility library ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib ii libdc1394-22 2.1.2-3 high level programming interface f ii libfreetype6 2.4.2-2.1 FreeType 2 font engine, shared lib ii libftgl2 2.1.3~rc5-3 library to render text in OpenGL u ii libgcc1 1:4.4.5-10 GCC support library ii libgl1-mesa-glx [libgl1 7.7.1-4 A free implementation of the OpenG ii libglu1-mesa [libglu1] 7.7.1-4 The OpenGL utility library (GLU) ii libgsm1 1.0.13-3 Shared libraries for GSM speech co ii libilmbase6 1.0.1-3 several utility libraries from ILM ii libjpeg62 6b1-1 The Independent JPEG Group's JPEG ii libogg0 1.2.0~dfsg-1 Ogg bitstream library ii libopenal1 1:1.12.854-2 Software implementation of the Ope ii libopenexr6 1.6.1-4.1 runtime files for the OpenEXR imag ii libopenjpeg2 1.3+dfsg-4 JPEG 2000 image compression/decomp ii libpng12-0 1.2.44-1 PNG library - runtime ii libpython2.6 2.6.6-7 Shared Python runtime library (ver ii libsdl1.2debian 1.2.14-6.1 Simple DirectMedia Layer ii libstdc++6 4.4.5-10 The GNU Standard C++ Library v3 ii libswscale0 4:0.5.2-6 ffmpeg video scaling library ii libvorbis0a 1.3.1-1 The Vorbis General Audio Compressi ii libvorbisenc2 1.3.1-1 The Vorbis General Audio Compressi ii libx11-6 2:1.3.3-4 X11 client-side library ii libxi6 2:1.3-5 X11 Input extension library ii python 2.6.6-3+squeeze2 interactive high-level object-orie ii python-support 1.0.11 automated rebuilding support for P ii ttf-dejavu 2.31-1 Metapackage to pull in ttf-dejavu- ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime blender recommends no packages. Versions of packages blender suggests: ii libtiff4 3.9.4-5 Tag Image File Format (TIFF) libra ii yafray 0.0.9+dfsg-5 a modern, xml-speaking raytracing- -- no debconf information
--- blender-wrapper-orig 2010-09-05 17:23:46.000000000 +1200 +++ blender-wrapper 2010-12-26 15:16:34.000000000 +1300 @@ -130,4 +130,4 @@ fi done -blender-bin "$@" +exec blender-bin "$@"