[arch-commits] Commit in blender/repos (10 files)

2016-02-18 Thread Sven-Hendrik Haase
Date: Friday, February 19, 2016 @ 02:39:14
  Author: svenstaro
Revision: 162405

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  blender/repos/community-staging-i686/PKGBUILD
(from rev 162404, blender/trunk/PKGBUILD)
  blender/repos/community-staging-i686/blender.install
(from rev 162404, blender/trunk/blender.install)
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 162404, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/blender.install
(from rev 162404, blender/trunk/blender.install)
Deleted:
  blender/repos/community-staging-i686/PKGBUILD
  blender/repos/community-staging-i686/blender.install
  blender/repos/community-staging-i686/ffmpeg-3.0.patch
  blender/repos/community-staging-x86_64/PKGBUILD
  blender/repos/community-staging-x86_64/blender.install
  blender/repos/community-staging-x86_64/ffmpeg-3.0.patch

---+
 /PKGBUILD |  196 
 /blender.install  |   26 +++
 community-staging-i686/PKGBUILD   |  105 ---
 community-staging-i686/blender.install|   13 -
 community-staging-i686/ffmpeg-3.0.patch   |   56 
 community-staging-x86_64/PKGBUILD |  105 ---
 community-staging-x86_64/blender.install  |   13 -
 community-staging-x86_64/ffmpeg-3.0.patch |   56 
 8 files changed, 222 insertions(+), 348 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-02-19 01:39:08 UTC (rev 162404)
+++ community-staging-i686/PKGBUILD 2016-02-19 01:39:14 UTC (rev 162405)
@@ -1,105 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# 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.76b
-#_gitcommit=4f8e05
-
-pkgname=blender
-pkgver=2.76.b
-#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=4
-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"
-"ffmpeg-3.0.patch")
-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'
- '0ebec522bf78bc3b2b3ebd939bafc779'
- '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
-
-  # ffmpeg-3.0 fixes
-  git cherry-pick -n 0b03785eb5d46dfc053d7f8ef4924219fe7759c5
-  git cherry-pick -n b82538d3b77e4b9fe3791059fef2e604d56f747f
-  patch -Np1 < ${srcdir}/ffmpeg-3.0.patch
-}
-
-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_

[arch-commits] Commit in blender/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:07
  Author: stephane
Revision: 87404

db-move: moved blender from [community-testing] to [community] (i686, x86_64)

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 87401, blender/repos/community-testing-i686/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 87401, blender/repos/community-testing-i686/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 87401, blender/repos/community-testing-x86_64/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 87401, blender/repos/community-testing-x86_64/blender.install)
Deleted:
  blender/repos/community-i686/PKGBUILD
  blender/repos/community-i686/blender.install
  blender/repos/community-testing-i686/
  blender/repos/community-testing-x86_64/
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender.install

--+
 /PKGBUILD|  204 +
 /blender.install |   26 
 community-i686/PKGBUILD  |  102 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|  102 --
 community-x86_64/blender.install |   13 --
 6 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:05 UTC (rev 87403)
+++ community-i686/PKGBUILD 2013-03-31 19:18:07 UTC (rev 87404)
@@ -1,102 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from svn directly.
-
-_svn=false
-
-pkgname=blender
-true && pkgver=2.66a # Hack for svn
-true && pkgrel=1
-epoch=7
-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'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ $_svn = false ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('dde8211818e35b00a1c01a11efef4533')
-else
-  source=()
-  md5sums=()
-fi
-
-_svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender";
-_svnmod="blender"
-
-build() {
-if [[ $_svn = true ]]; then
-  cd "$srcdir"
-  msg "Connecting to SVN server"
-
-  if [[ -d "$_svnmod/.svn" ]]; then
-(cd "$_svnmod" && svn up )
-  else
-svn co "$_svntrunk" --config-dir ./ "$_svnmod"
-  fi
-
-  msg "SVN checkout done or server timeout"
-  msg "Starting build..."
-
-  rm -rf "$srcdir/$_svnmod-build"
-  cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
-  cd "$srcdir/$_svnmod-build"
-else
-  cd "$srcdir/$pkgname-$pkgver"
-fi
-
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD=OFF"
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda/ \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-$ENABLESSE2
-
-  make $MAKEFLAGS
-
-  make
-}
-
-package() {
-  if [[ $_svn = true ]]; then
-cd "$srcdir/$_svnmod-build/build"
-  else
-cd "$srcdir/$pkgname-$pkgver/build"
-  fi
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 87401, 
blender/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:07 UTC (rev 87404)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tobias 
+# Maintainer: Sven-Hendrik Haase 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svn=false
+
+pkgname=

[arch-commits] Commit in blender/repos (10 files)

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:25
  Author: stephane
Revision: 83241

db-move: moved blender from [community-testing] to [community] (i686, x86_64)

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 83238, blender/repos/community-testing-i686/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 83238, blender/repos/community-testing-i686/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 83238, blender/repos/community-testing-x86_64/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 83238, blender/repos/community-testing-x86_64/blender.install)
Deleted:
  blender/repos/community-i686/PKGBUILD
  blender/repos/community-i686/blender.install
  blender/repos/community-testing-i686/
  blender/repos/community-testing-x86_64/
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender.install

--+
 community-i686/PKGBUILD  |  207 ++---
 community-i686/blender.install   |   26 ++--
 community-x86_64/PKGBUILD|  207 ++---
 community-x86_64/blender.install |   26 ++--
 4 files changed, 228 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:24 UTC (rev 83240)
+++ community-i686/PKGBUILD 2013-01-28 16:49:25 UTC (rev 83241)
@@ -1,106 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Apparently, the blender guys refuse to release source tarballs for
-# intermediate releases that deal mainly with binaries but incorporate tiny
-# minor changes from svn. Since I'm sick and tired of the urges of users that
-# look for release numbers only, we make a messy PKGBUILD that can checkout svn
-# release if necessary.
-
-_svn=false
-
-pkgname=blender
-true && pkgver=2.65a # Hack for svn
-true && pkgrel=2
-epoch=6
-# We will have to keep increasing the epoch because the idiots at blender.org 
keep releasing
-# versions that use letter suffixes that are normally used in alpha releases 
but are actually
-# more recent than those without the suffix.
-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'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio')
-makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ $_svn = false ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('3bbe18060c5c9c2ad600c8bfe8ee4786')
-else
-  source=()
-  md5sums=()
-fi
-
-_svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender";
-_svnmod="blender"
-
-build() {
-if [[ $_svn = true ]]; then
-  cd "$srcdir"
-  msg "Connecting to SVN server"
-
-  if [[ -d "$_svnmod/.svn" ]]; then
-(cd "$_svnmod" && svn up )
-  else
-svn co "$_svntrunk" --config-dir ./ "$_svnmod"
-  fi
-
-  msg "SVN checkout done or server timeout"
-  msg "Starting build..."
-
-  rm -rf "$srcdir/$_svnmod-build"
-  cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
-  cd "$srcdir/$_svnmod-build"
-else
-  cd "$srcdir/$pkgname-$pkgver"
-fi
-
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD=OFF"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit/ \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-$ENABLESSE2
-
-  make $MAKEFLAGS
-
-  make
-}
-
-package() {
-  if [[ $_svn = true ]]; then
-cd "$srcdir/$_svnmod-build/build"
-  else
-cd "$srcdir/$pkgname-$pkgver/build"
-  fi
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 83238, 
blender/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:25 UTC (rev 83241)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tob