diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-11 17:31:31 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-11 17:31:31 -0200 |
commit | 4bc4b477ce80b006778fed0807e5f93a19ff1f15 (patch) | |
tree | 248754722e5b515794a63711d3385ef74768f068 /artistic/blender-spacenav-libre/PKGBUILD | |
parent | 96f0aa328d7def18d65a49e621abd06ad06105e9 (diff) | |
download | abslibre-4bc4b477ce80b006778fed0807e5f93a19ff1f15.tar.gz abslibre-4bc4b477ce80b006778fed0807e5f93a19ff1f15.tar.bz2 abslibre-4bc4b477ce80b006778fed0807e5f93a19ff1f15.zip |
updating blender-libre
Diffstat (limited to 'artistic/blender-spacenav-libre/PKGBUILD')
-rwxr-xr-x | artistic/blender-spacenav-libre/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/artistic/blender-spacenav-libre/PKGBUILD b/artistic/blender-spacenav-libre/PKGBUILD index 73968cd4b..bcd07aff4 100755 --- a/artistic/blender-spacenav-libre/PKGBUILD +++ b/artistic/blender-spacenav-libre/PKGBUILD @@ -3,8 +3,8 @@ _pkgname=blender pkgname=blender-spacenav-libre -pkgver=2.63a -pkgrel=5 +pkgver=2.64 +pkgrel=1 pkgdesc="A fully integrated 3D graphics creation suite, compiled with spacenav (without nonfree cuda-toolkit support)" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -21,17 +21,17 @@ install=${_pkgname}.install source=(http://download.${_pkgname}.org/source/${_pkgname}-${pkgver}.tar.gz ffmpeg-0.11.patch boost-1.50.patch) -md5sums=('31a60b3ce5466d965cb7e2648995e092' +md5sums=('caec080d2a3dcd57fe1ca20c51c00e53' '9e5649403e51654615d30b10bc460217' '0bab80da07d980c47b8ce3cb998edaef') build() { cd "${srcdir}/${_pkgname}-${pkgver}" - patch -Np1 < "${srcdir}"/ffmpeg-0.11.patch - patch -Np1 < "${srcdir}"/boost-1.50.patch - sed -i "/<libavcodec\/opt.h>/d" intern/ffmpeg/ffmpeg_compat.h - sed -i "/<libavcodec\/opt.h>/d" source/blender/blenkernel/intern/writeffmpeg.c + #patch -Np1 < "${srcdir}"/ffmpeg-0.11.patch + #patch -Np1 < "${srcdir}"/boost-1.50.patch + #sed -i "/<libavcodec\/opt.h>/d" intern/ffmpeg/ffmpeg_compat.h + #sed -i "/<libavcodec\/opt.h>/d" source/blender/blenkernel/intern/writeffmpeg.c mkdir build cd build |