Search Criteria
Package Details: assimp-net 3.3.1-4
Git Clone URL: | https://aur.archlinux.org/assimp-net.git (read-only, click to copy) |
---|---|
Package Base: | assimp-net |
Description: | A .NET wrapper for the Open Asset Import Library (Assimp). |
Upstream URL: | https://www.nuget.org/packages/AssimpNet/ |
Licenses: | |
Submitter: | None |
Maintainer: | kprkpr (JoseluCross) |
Last Packager: | kprkpr |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-23 14:49 |
Last Updated: | 2017-02-09 17:28 |
Dependencies (5)
- assimp (doomsday)
- opentk
- dos2unix (dos2unix-git) (make)
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly) (make)
- subversion (make)
Required by (1)
- monogame-git (make)
Latest Comments
mcalex commented on 2017-02-12 07:22
64 bit machine. All dependencies installed (once I made opentk from aur).
No worries about the issue, turns out I don't need the package anymore.
kprkpr commented on 2017-02-09 17:03
+mcalex
Here making package does not fail..
You have the dependencies installed?
Your computer is 64bit or 32 bit?
mcalex commented on 2017-02-07 20:01
I'm getting:
/tmp/tmp25f814a4.tmp: line 1: /home/mcalex/data/source/assimp-net/src/assimp-net/AssimpNet.Interop.Generator/bin/Net45-Debug/AssimpNet.Interop.Generator.exe: cannot execute binary file: Exec format error
/usr/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets: error : Command '"/home/mcalex/data/source/assimp-net/src/assimp-net/AssimpNet.Interop.Generator/bin/Net45-Debug/AssimpNet.Interop.Generator.exe" "/home/mcalex/data/source/assimp-net/src/assimp-net/AssimpNet/bin/Net45-Debug/AssimpNet.dll" "/home/mcalex/data/source/assimp-net/src/assimp-net/AssimpNet/AssimpKey.snk"' exited with code: 126.
Task "Exec" execution -- FAILED
Have I done something wrong?
kprkpr commented on 2016-05-29 15:27
+benedelman Fixed
benedelman commented on 2016-05-14 02:39
A note for anyone who is experiencing the following:
svn: E170013: Unable to connect to a repository at URL 'http://assimp-net.googlecode.com/svn/tags/3.3.1'
svn: E160013: '/svn/tags/3.3.1' path not found
There is a git mirror at https://github.com/assimp/assimp-net which can be used. Replace the source line in the PKGBUILD with:
source=("$pkgname::git+https://github.com/assimp/assimp-net.git#tag=$pkgver"
"assimp-net.pc.in"
"AssimpNet.dll.config")