Package: blender Version: 2.34-1 Severity: normal Tags: patch The Blender deb package does not include the blenderplayer executable, because the debian/rules file ommits it. blenderplayer enables the "File->Save Runtime" option (can also be used as a standalone console application). I'm including a patch for this.
-- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.8.1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages blender depends on: ii gettext 0.14.1-6 GNU Internationalization utilities ii gettext-base [libgettextp 0.14.1-6 GNU Internationalization utilities ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an ii libfreetype6 2.1.7-2.2 FreeType 2 font engine, shared lib ii libgcc1 1:3.4.2-3 GCC support library ii libjpeg62 6b-9 The Independent JPEG Group's JPEG ii libopenal0 0.2004090900-1 OpenAL is a portable library for 3 ii libpng12-0 1.2.7-1 PNG library - runtime ii libsdl1.2debian 1.2.7-10 Simple DirectMedia Layer ii libstdc++5 1:3.3.5-2 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li ii python2.3 2.3.4-15 An interactive high-level object-o ii xlibmesa-gl [libgl1] 4.3.0.dfsg.1-8 Mesa 3D graphics library [XFree86] ii xlibmesa-glu [libglu1] 4.3.0.dfsg.1-8 Mesa OpenGL utility library [XFree ii xlibs 4.3.0.dfsg.1-8 X Window System client libraries m ii zlib1g 1:1.2.2-3 compression library - runtime -- no debconf information
--- debian/rules.old 2004-11-15 12:07:40.000000000 -0500 +++ debian/rules 2004-11-15 11:18:36.000000000 -0500 @@ -73,6 +73,7 @@ # Add here commands to install the package into debian/blender. #$(MAKE) install DESTDIR=$(CURDIR)/debian/blender install -m 755 blender $(CURDIR)/debian/blender/usr/bin/blender-bin + install -m 755 blenderplayer $(CURDIR)/debian/blender/usr/bin/blenderplayer install -m 755 $(CURDIR)/debian/blender-wrapper $(CURDIR)/debian/blender/usr/bin/blender # Install menus & icons