Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
2216d13c
Commit
2216d13c
authored
3 years ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Rebuild openal package for universal macos support
parent
e91f4c06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
autobuild.xml
+6
-6
6 additions, 6 deletions
autobuild.xml
indra/cmake/OPENAL.cmake
+7
-0
7 additions, 0 deletions
indra/cmake/OPENAL.cmake
indra/newview/viewer_manifest.py
+2
-2
2 additions, 2 deletions
indra/newview/viewer_manifest.py
with
15 additions
and
8 deletions
autobuild.xml
+
6
−
6
View file @
2216d13c
...
...
@@ -1726,11 +1726,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
0f3237cdfa760f16a690c1eb35f67d90b1f8305fa6108ddfdab4daf58999dd7568ff713a77e1b0f3fc0a495956b97fef45d6f8642e44e6a802a6941fabfdbfe9
</string>
<string>
6359e6b21b7f01b4f551e270c4eec363a3e43756e2360323f95d1f5e1562e6ec3c3d82baba65557f611e4566e571ce7a9fa5de95dc7b7d7390ead9df3539b0f4
</string>
<key>
hash_algorithm
</key>
<string>
blake2b
</string>
<key>
url
</key>
<string>
https://git.alchemyviewer.org/api/v4/projects/141/packages/generic/openal/1.21.1.1
31
0/openal-1.21.1-darwin64-1
31
0.tar.zst
</string>
<string>
https://git.alchemyviewer.org/api/v4/projects/141/packages/generic/openal/1.21.1.1
44
0/openal-1.21.1-darwin64-1
44
0.tar.zst
</string>
</map>
<key>
name
</key>
<string>
darwin64
</string>
...
...
@@ -1740,11 +1740,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
e
57559027bf5c36e531b57e7e28a139f714497932359adff1b9a0589bb2e8abace5fb52994002d421059b43532f48b27b2519c460891cc815c31a255269ff916
</string>
<string>
e
bfb74be84eba8927cfde61660ec2fb0cf41e40add643f12568e85e4e7f5edd22535310a739533bd7447d8e871d33a0f13b03616d7d34c5520b572f4307da3d4
</string>
<key>
hash_algorithm
</key>
<string>
blake2b
</string>
<key>
url
</key>
<string>
https://git.alchemyviewer.org/api/v4/projects/141/packages/generic/openal/1.21.1.1
31
0/openal-1.21.1-linux64-1
31
0.tar.zst
</string>
<string>
https://git.alchemyviewer.org/api/v4/projects/141/packages/generic/openal/1.21.1.1
44
0/openal-1.21.1-linux64-1
44
0.tar.zst
</string>
</map>
<key>
name
</key>
<string>
linux64
</string>
...
...
@@ -1754,11 +1754,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>
archive
</key>
<map>
<key>
hash
</key>
<string>
1a6b651db66bcdb010883d93017bfe76f6dc91412776c7f7c347ea40fe455e7d26a92073c1e770e232bb720e2ca23bd8d4c6d4e772742ec8f043add294fcc11e
</string>
<string>
c5f609abada2dd0476da90b9bef1e3d15b38989dc51c14fc18ade99f4257c8724cf0daf6af0987c135f5a29fd414ee4afd039819f65ad4cc950d962968b3f4a8
</string>
<key>
hash_algorithm
</key>
<string>
blake2b
</string>
<key>
url
</key>
<string>
https://git.alchemyviewer.org/api/v4/projects/141/packages/generic/openal/1.21.1.1
31
0/openal-1.21.1-windows64-1
31
0.tar.zst
</string>
<string>
https://git.alchemyviewer.org/api/v4/projects/141/packages/generic/openal/1.21.1.1
44
0/openal-1.21.1-windows64-1
44
0.tar.zst
</string>
</map>
<key>
name
</key>
<string>
windows64
</string>
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/OPENAL.cmake
+
7
−
0
View file @
2216d13c
...
...
@@ -16,6 +16,13 @@ if (USE_OPENAL)
set
(
FREEALUT_LIBRARIES
debug
${
ARCH_PREBUILT_DIRS_DEBUG
}
/alut.lib
optimized
${
ARCH_PREBUILT_DIRS_RELEASE
}
/alut.lib
)
elseif
(
DARWIN
)
set
(
OPENAL_LIBRARIES
debug
${
ARCH_PREBUILT_DIRS_DEBUG
}
/libopenal.dylib
optimized
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libopenal.dylib
)
set
(
FREEALUT_LIBRARIES
debug
${
ARCH_PREBUILT_DIRS_DEBUG
}
/libalut.dylib
optimized
${
ARCH_PREBUILT_DIRS_RELEASE
}
/libalut.dylib
)
else
()
set
(
OPENAL_LIBRARIES openal
)
set
(
FREEALUT_LIBRARIES alut
)
...
...
This diff is collapsed.
Click to expand it.
indra/newview/viewer_manifest.py
+
2
−
2
View file @
2216d13c
...
...
@@ -848,8 +848,8 @@ def construct(self):
if
self
.
args
[
'
openal
'
]
==
'
ON
'
or
self
.
args
[
'
openal
'
]
==
'
TRUE
'
:
for
libfile
in
(
'
libopenal.
*.
dylib
'
,
'
libalut.
*.
dylib
'
,
'
libopenal.dylib
'
,
'
libalut.dylib
'
,
):
self
.
path
(
libfile
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment