Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-22part of a patch from Dan Eicher with some edits.Campbell Barton
- clean svn string: 35042:35051M -> 35051 - debian and pacman build with threads by default.
2011-02-21patch [#26146] debian/rules: Avoid unnecessary downloadingCampbell Barton
--- from the tracker It's annoying that build_debian.sh downloads the source tree to create tarball every time we build a deb package. fix_debian_rules_avoid_downloading.patch modifies debian/rules so that the tarball will be created from local repository if possible.
2011-02-17patch [#26063] Fix deb package versioning (Patch for #26062)Campbell Barton
from Shinsuke Irie (irie), also updated pacman
2011-02-14py rna api: turn class.is_register into a class property rather then a class ↵Campbell Barton
method. eg: if MySybclass.is_registered: ...
2011-02-14Revert incorrect fix for 26062 made in svn rev34828.Sergey Sharybin
2011-02-13Fix #26062: build_debian.sh gives unappropriate deb versionSergey Sharybin
Added subverison number to debian package version. Quick tests run ok, but haven't checked if deb version comparation also goes fine.
2011-02-11SVN maintenance.Guillermo S. Romero
2011-02-11patch [#26030] Debian spec fix (Patch for #26028)Campbell Barton
from Shinsuke Irie (irie)
2011-02-11update pacman spec for newer python and match naming convention to debian spec.Campbell Barton
also pre-compile python modiles.
2011-02-10script to build debian packages directly from svn, using blender version and ↵Campbell Barton
svn rev for package name.
2011-02-10debian package spec [#26007] Debian specCampbell Barton
by Dan Eicher (dna)
2010-09-12spec files for building arch linux packages (pacman)Campbell Barton