Skip to content

Commit

Permalink
alembic: update to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Mar 14, 2023
1 parent bcf5d8f commit cd1f3da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions mingw-w64-alembic/0001-alembic-1.7.9-fix-windows-build.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt 2020-08-22 19:38:01.472003600 -0400
+++ b/CMakeLists.txt 2020-08-22 19:41:50.743299400 -0400
@@ -80,7 +80,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -74,7 +74,11 @@

# Set static/dynamic build options
SET(LIB_TYPE STATIC)
Expand All @@ -13,7 +13,7 @@
SET(LIBRARY_INSTALL_DIR lib)
SET(ARCHIVE_INSTALL_DIR lib)
IF (ALEMBIC_SHARED_LIBS)
@@ -142,7 +146,7 @@
@@ -131,7 +135,7 @@
endif()
endif()

Expand All @@ -24,11 +24,11 @@
SET(EXTERNAL_MATH_LIBS "")
--- a/lib/Alembic/CMakeLists.txt 2018-10-12 16:57:05.824799900 -0400
+++ b/lib/Alembic/CMakeLists.txt 2018-10-12 17:02:05.467135400 -0400
@@ -86,11 +86,12 @@
ENDIF()
@@ -85,11 +85,12 @@
)

SET( ALEMBIC_LIB_INSTALL_DIR lib CACHE PATH "Where to install the Alembic libs")
+SET( ALEMBIC_BIN_INSTALL_DIR bin CACHE PATH "Where to install the Alembic runtime")
SET( ALEMBIC_LIB_INSTALL_DIR lib CACHE STRING "Where to install the Alembic libs")
+SET( ALEMBIC_BIN_INSTALL_DIR bin CACHE STRING "Where to install the Alembic runtime")
INSTALL(TARGETS Alembic
EXPORT AlembicTargets
LIBRARY DESTINATION ${ALEMBIC_LIB_INSTALL_DIR}
Expand Down
8 changes: 4 additions & 4 deletions mingw-w64-alembic/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=alembic
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.8.4
pkgrel=4
pkgver=1.8.5
pkgrel=1
pkgdesc="A open framework for storing and sharing scene data (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -21,8 +21,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/alembic/${_realname}/archive/${pkgver}.tar.gz"
"0001-alembic-1.7.9-fix-windows-build.patch"
"0002-alembic-1.7.9-remove-msc_ver-and-fix-builtins-and-includes.patch")
sha256sums=('e0fe1e16e6ec9a699b5f016f9e0ed31a384a008cfd9184f31253e2e096b1afda'
'83f80cca3c27bc1ffcfc772010e12c05756178e1107768f55391069db7dde0d0'
sha256sums=('180a12f08d391cd89f021f279dbe3b5423b1db751a9898540c8059a45825c2e9'
'81df673984894ec38b8a24aeb8d3f17a02b3aa697c2c943970b8984024ab9a64'
'639eec0611f3f40a74003e58946f556e6e4e0a54c85f10bcda8c3da1b1de6a81')

prepare() {
Expand Down

0 comments on commit cd1f3da

Please sign in to comment.