openal is not needed, as it is included in the package. Sound works without openal being installed in system.
Search Criteria
Package Details: unigine-superposition 1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unigine-superposition.git (read-only, click to copy) |
---|---|
Package Base: | unigine-superposition |
Description: | Interactive Unigine Benchmark: walk through a lab of a lone professor |
Upstream URL: | https://benchmark.unigine.com/superposition |
Licenses: | custom:UNIGINE Engine |
Submitter: | fordprefect |
Maintainer: | fordprefect (alex_courtis) |
Last Packager: | fordprefect |
Votes: | 18 |
Popularity: | 0.26 |
First Submitted: | 2017-04-12 16:44 (UTC) |
Last Updated: | 2022-05-14 18:22 (UTC) |
Dependencies (9)
- fontconfig (fontconfig-srb, fontconfig-minimal-git, fontconfig-git, fontconfig-ubuntu)
- gcc-libs (fastgcc, gcc-libs-git)
- libgl (glshim-git, libhybris-ext-libgl-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, swiftshader-git, amdgpu-pro-libgl-cfe, amdgpu-pro-libgl, libglvnd)
- libxinerama (libxinerama-randr-git)
- libxkbcommon-x11 (libxkbcommon-x11-git)
- libxrandr (libxrandr-git)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- qt5-declarative (qt5-declarative-git)
- openal (openal-git, openal-minimal-git) (optional) – sound support
Required by (0)
Sources (2)
Latest Comments
MarsSeed commented on 2022-06-20 23:57 (UTC)
limokig421 commented on 2022-06-14 12:18 (UTC)
the build() command didn't work for me, changed it to: ./${_pkgname}-${pkgver}.run --noexec --nox11 --target ${pkgname}
the original was: sh ${_pkgname}-${pkgver}.run --target ${pkgname} --noexec
MarsSeed commented on 2022-05-13 20:54 (UTC)
Please kindly change upstream URL to this:
vityafx commented on 2021-01-21 15:57 (UTC) (edited on 2021-01-21 15:57 (UTC) by vityafx)
God how long it takes to download the run file (same happens for heaven and valley). Waiting for 30 minutes to download a 1.5GB file with my gigabit connection.
fordprefect commented on 2020-12-29 10:08 (UTC)
@Lizzias: try deleting the faulty source and download again. I just checked the current sources and the checksums havent changed.
LizziAS commented on 2020-12-24 00:48 (UTC) (edited on 2020-12-24 00:51 (UTC) by LizziAS)
makepkg -si ==> Making package: unigine-superposition 1.1-1 (Wed 23 Dec 2020 07:51:00 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found Unigine_Superposition-1.1.run -> Found Superposition.desktop ==> Validating source files with sha512sums... Unigine_Superposition-1.1.run ... FAILED Superposition.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!
pappl commented on 2020-10-20 15:27 (UTC) (edited on 2020-10-20 15:27 (UTC) by pappl)
ERROR with Pamac (AUR):
Erstelle unigine-superposition... ==> Erstelle Paket: unigine-superposition 1.1-1 (Di 20 Okt 2020 17:14:40) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... ==> Empfange Quellen... -> Unigine_Superposition-1.1.run gefunden -> Superposition.desktop gefunden ==> Überprüfe source Dateien mit sha512sums... Unigine_Superposition-1.1.run ... Durchgelaufen Superposition.desktop ... Durchgelaufen ==> Entferne existierendes $srcdir/ Verzeichnis... ==> Entpacke Quellen... ==> Entferne existierendes $pkgdir/ Verzeichnis... ==> Beginne build()... xterm: cannot load font "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1" ==> Betrete fakeroot Umgebung... ==> Beginne package()... /var/tmp/pamac-build-pappl/unigine-superposition/PKGBUILD: Zeile 24: cd: /var/tmp/pamac-build-pappl/unigine-superposition/src/unigine-superposition: Datei oder Verzeichnis nicht gefunden ==> FEHLER: Ein Fehler geschah in package(). Breche ab...
vesterlay commented on 2020-05-07 00:30 (UTC)
==> Starting build()...
Unigine_Superposition-1.1.run: line 311: exec: -t: invalid option
exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
Logs from pamac
fordprefect commented on 2020-03-11 15:16 (UTC)
makepkg is part of pacman and the official way to build AUR packages. Installing happens via pacman, and everything is tracked properly. No need to worry about that!
bkb commented on 2020-03-11 15:08 (UTC) (edited on 2020-03-11 15:14 (UTC) by bkb)
I'm just afraid that the "makepkg" method doesn't integrate this package in the update ring of the package manager (and setup all it has to setup in the system), so I prefer to give a solution that i'm sure it does
And I listen about your complain about wrapper concern. But the default method of the wrapper works for all the package but not yours, they will not change an universal method just for your package. Instead it's better that you change your method to make like all other working package or that we use a workaround with the wrappers
fordprefect commented on 2020-03-11 14:07 (UTC)
every AUR wrapper uses makepkg under the hood. They are wrappers, not reimplementations. However, there wrapper potentially introduce bugs which have nothing to do with makepkg and the PKGBUILD in question, putting the maintenance burden of the wrapper on the maintainer of the AUR package in question.
bkb commented on 2020-03-11 14:03 (UTC) (edited on 2020-03-11 14:04 (UTC) by bkb)
Shouldn't yay
use makepkg
? If so, theres actually no problem with makepkg
considering that it succeeds to install here
fordprefect commented on 2020-03-11 11:31 (UTC)
Please refrain from suggesting AUR helpers in the comments! The only supported way of building is via makepkg. Helpers can and should be used, but in case of problems retry with makepkg and report errors based on that.
bkb commented on 2020-03-11 11:27 (UTC) (edited on 2020-03-11 11:28 (UTC) by bkb)
@kaefert It's mysterious that pamac
can install everything but this package
I installed yay
in pamac
and did ln -s /var/tmp/pamac-build-$USER/unigine-superposition ~/.cache/yay/; yay -Syu unigine-superposition
and it worked just fine
fordprefect commented on 2020-01-13 09:01 (UTC)
@kaefert: Please do not report problem when using an AUR helper (in your case pamac), since they are not supported. Use plain makepkg instead. In your case the fix is simple: just change the directory in line 24 to the name of the directory you find in src/.
kaefert commented on 2020-01-12 21:45 (UTC)
had to unpack the downloaded package manually, aur installation ended with:
/var/tmp/pamac-build-thomas/unigine-superposition/PKGBUILD: line 24: cd: /var/tmp/pamac-build-thomas/unigine-superposition/src/unigine-superposition: No such file or directory ==> ERROR: A failure occurred in package().
webreflection commented on 2018-10-11 13:02 (UTC)
this page swallowed twice my comment, so I'll post a link on how to run this demo on ArchLinux.
TL;DR you need Qt5.9 and Xorg.
https://gist.github.com/WebReflection/651507bdcfd212c1c6eeaa68d2b76116
alex_courtis commented on 2018-10-02 09:57 (UTC)
From Unigine - super quick response!
Hi Alex,
We decided to not change the release version since the changes are basically in two missing files in the installer. Yes, I know that it may be confusing, but in terms of benchmark functionality- not other files were changed. These missing libraries allow us to get rid of OpenSSL errors on some Linux distros.
In case of other major / minor changes that directly affects the benchmarking process we will for sure change the version number.
Sorry for the inconvenience caused.
alex_courtis commented on 2018-10-02 09:43 (UTC)
Raised a ticket with Unigine to include the patch version number in the release.
alex_courtis commented on 2018-10-02 08:33 (UTC)
Hello @fordprefect
I'm happy to update this package if you grant me access.
JohnDeVries commented on 2018-09-12 09:43 (UTC)
I can confirm that the .run file has been changed, without upstream bumping the version, new sha512 is f4fcc04ced770f26a8a1280df1adea1597621bf02dbbc5fc230cf09a11c99e6f9c4b0b912ddd94840bcdb43e601328d677cf7bf9aac0430dc73797d9365191f5
webreflection commented on 2018-08-03 08:15 (UTC)
the sha256sum is f4fcc04ced770f26a8a1280df1adea1597621bf02dbbc5fc230cf09a11c99e6f9c4b0b912ddd94840bcdb43e601328d677cf7bf9aac0430dc73797d9365191f5
Zeioth commented on 2018-07-28 05:47 (UTC) (edited on 2018-07-28 05:47 (UTC) by Zeioth)
Even easier solution:
1) sudo mount -o remount,size=20G,noatime /tmp
2) Install superposition using yaourt or pamac
Zeioth commented on 2018-06-24 16:21 (UTC) (edited on 2018-06-24 16:35 (UTC) by Zeioth)
@fordprefect thank you, that fixed the problem. Just be aware that most people will try to install the package using 'pamac' or 'yaourt', so probably more people is going to experience this issue in the future.
Also, an incorrect version of OpenSSL provokes the next error: qt.network.ssl: QSslSocket: cannot resolve SSLv3_server_method
JohnDeVries commented on 2018-06-20 08:48 (UTC)
@fordprefect nice! You can now get rid of the imagemagick build dependency ;)
fordprefect commented on 2018-06-19 19:39 (UTC)
@JohnDeVries: thanks, implemented.
JohnDeVries commented on 2018-06-19 17:59 (UTC) (edited on 2018-06-22 12:20 (UTC) by JohnDeVries)
In order to re-use the icons provided to use by the installer, I would suggest changing the icons part of the PKGBUILD to this:
# icons
for RES in 16 24 32 48 64 128 256
do
install -Dm644 icons/superposition_icon_${RES}.png "${pkgdir}/usr/share/icons/hicolor/${RES}x${RES}/apps/Superposition.png"
done
and removing imagemagick from the dependcies.
fordprefect commented on 2018-05-17 08:23 (UTC)
@Zeinoth: Firstly, you are not compiling. This PKGBUILD is just repackaging stuff. Next, I am quite sure you are using an AUR wrapper (e.g. yaourt). Those usually build in /tmp, which is a virtual filesystem in the RAM. Please clone the package to your local harddisk and build the package the proper way with makepkg. If this does not fix your problem (it's just a guess), please report in more detail what you are doing.
Zeioth commented on 2018-05-17 03:07 (UTC) (edited on 2018-05-17 03:09 (UTC) by Zeioth)
Fail to compile. I get this error even when I have more than 200 GB free:
cat: Write error: There is no space left on the device
bsdtar: Write error
It happen right after "Compressing package"...
JohnDeVries commented on 2018-05-04 15:56 (UTC) (edited on 2018-05-04 15:59 (UTC) by JohnDeVries)
@fordprefect there is no need to resize the icons: resized versions are already present in the extracted icons folder. So you shouldn't need imagemagick.
anonfunc commented on 2018-02-23 02:21 (UTC)
@fordperfect your .desktop points to /opt/unigine-superposition/bin/launcher, not to /usr/bin/unigine-superposition
Pinned Comments
fordprefect commented on 2020-03-11 11:31 (UTC)
Please refrain from suggesting AUR helpers in the comments! The only supported way of building is via makepkg. Helpers can and should be used, but in case of problems retry with makepkg and report errors based on that.