aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/radegast-bin/Manifest2
-rw-r--r--games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild7
2 files changed, 7 insertions, 2 deletions
diff --git a/games-simulation/radegast-bin/Manifest b/games-simulation/radegast-bin/Manifest
index d650648..ae86154 100644
--- a/games-simulation/radegast-bin/Manifest
+++ b/games-simulation/radegast-bin/Manifest
@@ -1,2 +1,2 @@
DIST radegast-2.28.187.tar.bz2 16524212 BLAKE2B 30ee78171227c695417e31514ba451d0dee1c0d05f82e88c2523a2ab9482e8deff849300c9839e8d2b51a85fa1a62e2afe944fd4b90283f2910d3bcf07fae490 SHA512 2f7f3d57ffd4b09da4e3dc8538d73357ae96f090f07f460f94e6a5dfb4e9c832a2caaefa946c7ffb72c282c1b2bc96c9eb216448290f6fef6887ee48eebc6e55
-EBUILD radegast-bin-2.28.187.ebuild 1536 BLAKE2B df457d1e93206e7db895cfe21478b1a2b06b3010ece3052c9cabcd8e4f33398a80e194dcab9ed50923448f7193d4c480fc3fba734af2c840c0ed750190e51c21 SHA512 549e76a79b28376d2bd9057003df7b1d5c24653d97bd8069d00df3c001e684dfc5584cf5e15d24ab6da529d448dbafb5a26c5963951a7f8632ee39fad082445e
+EBUILD radegast-bin-2.28.187.ebuild 1761 BLAKE2B 173dccb30a4ca4ffd83e5994afe2e5b7bee20bae7d956c5292ddc274eda5e24a367c15e75d99b020358f18d3e6545a8e55c51a7c84d1a3ebe1403b8af5d6dfe0 SHA512 e5ede18596e8ec0f17060bbef161d89794ed28756bd6e754e0ca8979114632508834592b867aa835d0038356fd9d403f0f03598765980945cca43f3f0123d9c9
diff --git a/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild b/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild
index 3ebf0aa..1ac94c9 100644
--- a/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild
+++ b/games-simulation/radegast-bin/radegast-bin-2.28.187.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,6 +40,11 @@ src_prepare() {
ln -s libfmodstudio.so.8.14 libfmodstudio.so.8
ln -s libfmodstudio.so.8.14 libfmodstudio.so
+ # fails: DllImport error loading library, but then dies with:
+ # System.BadImageFormatException: Invalid Image
+ ln -s openjpeg-dotnet.dll libopenjpeg-dotnet.dll
+ ln -s openjpeg-dotnet-x86_64.dll libopenjpeg-dotnet-x86_64.dll
+
eapply_user
}