Search Criteria
Package Details: openal-hrtf 1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openal-hrtf.git (read-only, click to copy) |
---|---|
Package Base: | openal-hrtf |
Description: | Generate HRTF datasets for OpenAL |
Upstream URL: | https://wiki.archlinux.org/index.php/Gaming |
Licenses: | custom |
Submitter: | feilen |
Maintainer: | kevku |
Last Packager: | kevku |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2014-01-31 04:03 (UTC) |
Last Updated: | 2024-01-21 08:56 (UTC) |
Dependencies (4)
- openal (openal-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- libmysofa (libmysofa-gitAUR, libmysofa-3djAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Latest Comments
« First ‹ Previous 1 2
5thDoctor commented on 2019-12-06 22:47 (UTC) (edited on 2019-12-08 05:45 (UTC) by 5thDoctor)
*(Update I found a temporary work around I set my system time to last week the 30th and the SSL certification was able to go through and with bernd_b build file mod I was to build/install again finally.)
I have ran into a problem trying to install log in the brackets below. I attempted editing the build file to point to the git-hub version of openal-soft, but I that just brings up other issues. This SSL certification issue only seems to effect this package for me I even put the url in my web browser and found the same at lest there I could tell firefox to ignore it, but again it didn't help me much in install openal-hrtf.
[ curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. ==> ERROR: Failure while downloading http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.2.tar.bz2 Aborting...} ]
bernd_b commented on 2019-01-19 15:39 (UTC)
To build the package, I had to delete some '=' from the build line to make it look like this:
build() { for hrtftable in CIAIR; do cd $srcdir/$hrtftable makehrtf -r 44100 -i "$srcdir/openal-soft-$_oalversion/utils/$hrtftable.def" -o $srcdir/hrtfs/$hrtftable-%r.mhr makehrtf -r 48000 -i "$srcdir/openal-soft-$_oalversion/utils/$hrtftable.def" -o $srcdir/hrtfs/$hrtftable-%r.mhr done }
feilen commented on 2016-04-09 04:53 (UTC)
t-ask commented on 2016-04-05 13:42 (UTC)
kevincs commented on 2015-11-18 18:21 (UTC) (edited on 2015-11-18 18:28 (UTC) by kevincs)
« First ‹ Previous 1 2