Skip to content

Commit

Permalink
assimp-git: Update to git SHA [71cc642]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Jun 21, 2015
1 parent 804fd96 commit 0a8f6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-assimp-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_realname=assimp
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git"
pkgver=r2029.bd0c283
pkgver=r2740.71cc642
pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner (mingw-w64)"
arch=('any')
Expand All @@ -16,7 +16,7 @@ source=("${_realname}"::"git+https://github.com/assimp/assimp.git"
'build-fixes.patch')
options=(!strip staticlibs)
md5sums=('SKIP'
'8627cd14b63ff5ea524c1a9ba62ebbce')
'eb7991c3764c438801238e3dbb125d54')

pkgver() {
cd "$srcdir/$_realname"
Expand Down
15 changes: 0 additions & 15 deletions mingw-w64-assimp-git/build-fixes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,3 @@

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
--- assimp/test/unit/Main.cpp.orig 2014-06-12 22:00:03.635600000 +0400
+++ assimp/test/unit/Main.cpp 2014-06-12 22:00:14.150000000 +0400
@@ -25,10 +25,9 @@
aiDefaultLogStream_DEBUGGER | aiDefaultLogStream_FILE);

// .. and C. They should smoothly work together
+ aiLogStream logS = aiGetPredefinedLogStream(aiDefaultLogStream_FILE, "AssimpLog_C.txt");
aiEnableVerboseLogging(AI_TRUE);
- aiAttachLogStream(&aiGetPredefinedLogStream(
- aiDefaultLogStream_FILE,
- "AssimpLog_C.txt"));
+ aiAttachLogStream(&logS);


// ............................................................................

0 comments on commit 0a8f6aa

Please sign in to comment.