diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-02 15:13:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-02 15:13:47 -0300 |
commit | fe12aecd01be673959477cd59e0a5ab022887b30 (patch) | |
tree | bf83a1848537651e12c69e9fc7fd12712e07c1a2 /libre/blender-libre | |
parent | f44cf917af2eea72885df9ce1108a667859b8aa1 (diff) | |
parent | 01d99056e6808d5af7fe42be5a6f9773b54b901e (diff) | |
download | abslibre-fe12aecd01be673959477cd59e0a5ab022887b30.tar.gz abslibre-fe12aecd01be673959477cd59e0a5ab022887b30.tar.bz2 abslibre-fe12aecd01be673959477cd59e0a5ab022887b30.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/blender-libre')
-rw-r--r-- | libre/blender-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/blender-libre/PKGBUILD b/libre/blender-libre/PKGBUILD index a721f66f9..441e658a9 100644 --- a/libre/blender-libre/PKGBUILD +++ b/libre/blender-libre/PKGBUILD @@ -14,8 +14,8 @@ fi epoch=7 pkgver=2.66a _pyver=3.3 -pkgrel=2 -pkgdesc="Fully integrated 3D graphics creation suite, without nonfree povray, cuda and redcode support$_spndesc" +pkgrel=3 +pkgdesc="Fully integrated 3D graphics creation suite, without nonfree povray and cuda support$_spndesc" arch=( i686 x86_64 @@ -85,7 +85,7 @@ build() { -DWITH_CYCLES_OSL=ON\ -DWITH_FFTW3=ON\ -DWITH_GAMEENGINE=ON\ - -DWITH_IMAGE_REDCODE=OFF\ + -DWITH_IMAGE_REDCODE=ON\ -DWITH_INSTALL_PORTABLE=OFF\ -DWITH_JACK=ON\ -DWITH_MOD_OCEANSIM=ON\ |