[arch-commits] Commit in blender/repos (8 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Sep 26 03:47:54 UTC 2015
Date: Saturday, September 26, 2015 @ 05:47:53
Author: svenstaro
Revision: 141641
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
blender/repos/community-staging-i686/PKGBUILD
(from rev 141640, blender/trunk/PKGBUILD)
blender/repos/community-staging-i686/blender.install
(from rev 141640, blender/trunk/blender.install)
blender/repos/community-staging-x86_64/PKGBUILD
(from rev 141640, blender/trunk/PKGBUILD)
blender/repos/community-staging-x86_64/blender.install
(from rev 141640, blender/trunk/blender.install)
Deleted:
blender/repos/community-staging-i686/PKGBUILD
blender/repos/community-staging-i686/blender.install
blender/repos/community-staging-x86_64/PKGBUILD
blender/repos/community-staging-x86_64/blender.install
------------------------------------------+
/PKGBUILD | 204 +++++++++++++++++++++++++++++
/blender.install | 26 +++
community-staging-i686/PKGBUILD | 100 --------------
community-staging-i686/blender.install | 13 -
community-staging-x86_64/PKGBUILD | 100 --------------
community-staging-x86_64/blender.install | 13 -
6 files changed, 230 insertions(+), 226 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2015-09-26 03:47:46 UTC (rev 141640)
+++ community-staging-i686/PKGBUILD 2015-09-26 03:47:53 UTC (rev 141641)
@@ -1,100 +0,0 @@
-# $Id$
-# Contributor: John Sowiak <john at archlinux.org>
-# Contributor: tobias <tobias at archlinux.org>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-# Sometimes blender.org takes some time to release patch releases and because Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either backport fixes
-# or simply roll with a new version. I usually choose the latter when the former seems
-# unreasonable.
-
-_gittag=v2.76-rc1
-#_gitcommit=c6b042be
-
-pkgname=blender
-pkgver=2.76rc1
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org"
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=("git://git.blender.org/blender-addons.git"
- "git://git.blender.org/blender-addons-contrib.git"
- "git://git.blender.org/blender-translations.git"
- "git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
- source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
- source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- git submodule init
- git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
- git config submodule."release/scripts/addons_contrib".url ${srcdir}/blender-addons-contrib
- git config submodule."release/datafiles/locale".url ${srcdir}/blender-translations
- git config submodule."scons".url ${srcdir}/scons
- git submodule update
-
- # We need this to build with Python 3.5/3.6, remove in a release after 2.76rc1
- git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
- git submodule update
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- mkdir build && cd build
-
- [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
- cmake -C../build_files/cmake/config/blender_full.cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DWITH_INSTALL_PORTABLE=OFF \
- -DWITH_PYTHON_INSTALL=OFF \
- -DOPENIMAGEIO_ROOT_DIR=/usr \
- -DWITH_LLVM=ON \
- -DWITH_SYSTEM_OPENJPEG=ON \
- -DWITH_GL_PROFILE_CORE=OFF \
- -DWITH_GL_PROFILE_ES20=OFF \
- -DLLVM_VERSION=3.5 \
- -DLLVM_STATIC=ON \
- -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
- -DWITH_CYCLES_OSL=ON \
- -DPYTHON_VERSION=3.5 \
- -DPYTHON_LIBPATH=/usr/lib \
- -DPYTHON_LIBRARY=python3.5m \
- -DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/build"
-
- make DESTDIR="${pkgdir}" install
- python -m compileall "${pkgdir}/usr/share/blender"
- python -O -m compileall "${pkgdir}/usr/share/blender"
-}
Copied: blender/repos/community-staging-i686/PKGBUILD (from rev 141640, blender/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-26 03:47:53 UTC (rev 141641)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak <john at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+# Sometimes blender.org takes some time to release patch releases and because Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either backport fixes
+# or simply roll with a new version. I usually choose the latter when the former seems
+# unreasonable.
+
+#_gittag=v2.76-rc2
+_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
+
+pkgname=blender
+pkgver=2.76rc2
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=1
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org"
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=("git://git.blender.org/blender-addons.git"
+ "git://git.blender.org/blender-addons-contrib.git"
+ "git://git.blender.org/blender-translations.git"
+ "git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+ source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+else
+ source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ git submodule init
+ git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+ git config submodule."release/scripts/addons_contrib".url ${srcdir}/blender-addons-contrib
+ git config submodule."release/datafiles/locale".url ${srcdir}/blender-translations
+ git config submodule."scons".url ${srcdir}/scons
+ git submodule update
+
+ # We need this to build with Python 3.5/3.6, remove in a release after 2.76rc1
+ git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
+ git submodule update
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ mkdir build && cd build
+
+ [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+ cmake -C../build_files/cmake/config/blender_full.cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DWITH_INSTALL_PORTABLE=OFF \
+ -DWITH_PYTHON_INSTALL=OFF \
+ -DOPENIMAGEIO_ROOT_DIR=/usr \
+ -DWITH_LLVM=ON \
+ -DWITH_SYSTEM_OPENJPEG=ON \
+ -DWITH_GL_PROFILE_CORE=OFF \
+ -DWITH_GL_PROFILE_ES20=OFF \
+ -DLLVM_VERSION=3.5 \
+ -DLLVM_STATIC=ON \
+ -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+ -DWITH_CYCLES_OSL=ON \
+ -DWITH_CYCLES_PTEX=ON \
+ -DWITH_OPENSUBDIV=ON \
+ -DPYTHON_VERSION=3.5 \
+ -DPYTHON_LIBPATH=/usr/lib \
+ -DPYTHON_LIBRARY=python3.5m \
+ -DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/build"
+
+ make DESTDIR="${pkgdir}" install
+ python -m compileall "${pkgdir}/usr/share/blender"
+ python -O -m compileall "${pkgdir}/usr/share/blender"
+}
Deleted: community-staging-i686/blender.install
===================================================================
--- community-staging-i686/blender.install 2015-09-26 03:47:46 UTC (rev 141640)
+++ community-staging-i686/blender.install 2015-09-26 03:47:53 UTC (rev 141641)
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: blender/repos/community-staging-i686/blender.install (from rev 141640, blender/trunk/blender.install)
===================================================================
--- community-staging-i686/blender.install (rev 0)
+++ community-staging-i686/blender.install 2015-09-26 03:47:53 UTC (rev 141641)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2015-09-26 03:47:46 UTC (rev 141640)
+++ community-staging-x86_64/PKGBUILD 2015-09-26 03:47:53 UTC (rev 141641)
@@ -1,100 +0,0 @@
-# $Id$
-# Contributor: John Sowiak <john at archlinux.org>
-# Contributor: tobias <tobias at archlinux.org>
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
-# Sometimes blender.org takes some time to release patch releases and because Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either backport fixes
-# or simply roll with a new version. I usually choose the latter when the former seems
-# unreasonable.
-
-_gittag=v2.76-rc1
-#_gitcommit=c6b042be
-
-pkgname=blender
-pkgver=2.76rc1
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=1
-epoch=17
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org"
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requests'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
- 'jemalloc' 'libspnav')
-makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
-[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=("git://git.blender.org/blender-addons.git"
- "git://git.blender.org/blender-addons-contrib.git"
- "git://git.blender.org/blender-translations.git"
- "git://git.blender.org/scons.git")
-if [[ -n $_gittag ]]; then
- source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
-else
- source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
-fi
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
-
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-
- git submodule init
- git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
- git config submodule."release/scripts/addons_contrib".url ${srcdir}/blender-addons-contrib
- git config submodule."release/datafiles/locale".url ${srcdir}/blender-translations
- git config submodule."scons".url ${srcdir}/scons
- git submodule update
-
- # We need this to build with Python 3.5/3.6, remove in a release after 2.76rc1
- git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
- git submodule update
-}
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- mkdir build && cd build
-
- [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
- cmake -C../build_files/cmake/config/blender_full.cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DWITH_INSTALL_PORTABLE=OFF \
- -DWITH_PYTHON_INSTALL=OFF \
- -DOPENIMAGEIO_ROOT_DIR=/usr \
- -DWITH_LLVM=ON \
- -DWITH_SYSTEM_OPENJPEG=ON \
- -DWITH_GL_PROFILE_CORE=OFF \
- -DWITH_GL_PROFILE_ES20=OFF \
- -DLLVM_VERSION=3.5 \
- -DLLVM_STATIC=ON \
- -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
- -DWITH_CYCLES_OSL=ON \
- -DPYTHON_VERSION=3.5 \
- -DPYTHON_LIBPATH=/usr/lib \
- -DPYTHON_LIBRARY=python3.5m \
- -DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver/build"
-
- make DESTDIR="${pkgdir}" install
- python -m compileall "${pkgdir}/usr/share/blender"
- python -O -m compileall "${pkgdir}/usr/share/blender"
-}
Copied: blender/repos/community-staging-x86_64/PKGBUILD (from rev 141640, blender/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-26 03:47:53 UTC (rev 141641)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak <john at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+
+# Sometimes blender.org takes some time to release patch releases and because Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either backport fixes
+# or simply roll with a new version. I usually choose the latter when the former seems
+# unreasonable.
+
+#_gittag=v2.76-rc2
+_gitcommit=e24ea81d65416d778ded6c7b9698dd673e2ed6b9
+
+pkgname=blender
+pkgver=2.76rc2
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=1
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org"
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35')
+[[ $CARCH == x86_64 ]] && makedepends+=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+install=blender.install
+source=("git://git.blender.org/blender-addons.git"
+ "git://git.blender.org/blender-addons-contrib.git"
+ "git://git.blender.org/blender-translations.git"
+ "git://git.blender.org/scons.git")
+if [[ -n $_gittag ]]; then
+ source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+else
+ source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ git submodule init
+ git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+ git config submodule."release/scripts/addons_contrib".url ${srcdir}/blender-addons-contrib
+ git config submodule."release/datafiles/locale".url ${srcdir}/blender-translations
+ git config submodule."scons".url ${srcdir}/scons
+ git submodule update
+
+ # We need this to build with Python 3.5/3.6, remove in a release after 2.76rc1
+ git cherry-pick --no-commit 6844b02a71bd9d84af5bdbcb32eb49ea6ac552e7
+ git submodule update
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ mkdir build && cd build
+
+ [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
+
+ cmake -C../build_files/cmake/config/blender_full.cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DWITH_INSTALL_PORTABLE=OFF \
+ -DWITH_PYTHON_INSTALL=OFF \
+ -DOPENIMAGEIO_ROOT_DIR=/usr \
+ -DWITH_LLVM=ON \
+ -DWITH_SYSTEM_OPENJPEG=ON \
+ -DWITH_GL_PROFILE_CORE=OFF \
+ -DWITH_GL_PROFILE_ES20=OFF \
+ -DLLVM_VERSION=3.5 \
+ -DLLVM_STATIC=ON \
+ -DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+ -DWITH_CYCLES_OSL=ON \
+ -DWITH_CYCLES_PTEX=ON \
+ -DWITH_OPENSUBDIV=ON \
+ -DPYTHON_VERSION=3.5 \
+ -DPYTHON_LIBPATH=/usr/lib \
+ -DPYTHON_LIBRARY=python3.5m \
+ -DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/build"
+
+ make DESTDIR="${pkgdir}" install
+ python -m compileall "${pkgdir}/usr/share/blender"
+ python -O -m compileall "${pkgdir}/usr/share/blender"
+}
Deleted: community-staging-x86_64/blender.install
===================================================================
--- community-staging-x86_64/blender.install 2015-09-26 03:47:46 UTC (rev 141640)
+++ community-staging-x86_64/blender.install 2015-09-26 03:47:53 UTC (rev 141641)
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: blender/repos/community-staging-x86_64/blender.install (from rev 141640, blender/trunk/blender.install)
===================================================================
--- community-staging-x86_64/blender.install (rev 0)
+++ community-staging-x86_64/blender.install 2015-09-26 03:47:53 UTC (rev 141641)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list