5.5.1 is out
Search Criteria
Package Details: unreal-engine-bin 5.5.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unreal-engine-bin.git (read-only, click to copy) |
---|---|
Package Base: | unreal-engine-bin |
Description: | The world's most open and advanced real-time 3D creation tool |
Upstream URL: | https://www.unrealengine.com/ |
Keywords: | 3d game-engine unreal |
Licenses: | custom |
Conflicts: | unreal-engine, unreal-engine-4, unreal-engine-git |
Provides: | unreal-engine |
Submitter: | ttc0419 |
Maintainer: | ttc0419 |
Last Packager: | ttc0419 |
Votes: | 31 |
Popularity: | 0.74 |
First Submitted: | 2022-07-23 17:30 (UTC) |
Last Updated: | 2024-11-15 14:58 (UTC) |
Dependencies (11)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- glu (glu-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- lttng-ust2.12
- nss (nss-hgAUR)
- pango (pango-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- android-ndkAUR (android-ndk-10eAUR, android-ndk-14bAUR, android-ndk-11cAUR, android-ndk-16bAUR, android-ndk-r18bAUR, android-ndk-19AUR, android-ndk-20bAUR, android-ndk-r17cAUR, android-ndk-16b-optAUR, android-ndk-25AUR, android-ndk-betaAUR, android-ndk-26AUR) (optional) – Android build support
- clionAUR (optional) – CLion IDE support
- code (visual-studio-code-binAUR, visual-studio-code-cli-binAUR, vscodius-binAUR) (optional) – Visual Studio Code IDE support
Required by (1)
- colosseum (requires unreal-engine)
Sources (9)
ufo_driver commented on 2024-12-17 17:55 (UTC)
BuyMyMojo commented on 2024-11-12 23:06 (UTC)
Quick git patch for installing version 5.5:
diff --git a/PKGBUILD b/PKGBUILD
index 2b2f6d8..43d56b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: William Tang <ttc0419@outlook.com>
pkgname=unreal-engine-bin
-pkgver=5.4.4
+pkgver=5.5.0
pkgrel=1
pkgdesc="The world's most open and advanced real-time 3D creation tool"
arch=('x86_64')
url='https://www.unrealengine.com/'
license=('custom')
conflicts=('unreal-engine' 'unreal-engine-4' 'unreal-engine-git')
-provides=('unreal-engine=5.2')
+provides=('unreal-engine=5.5')
depends=('alsa-lib' 'at-spi2-core' 'glu' 'lttng-ust2.12' 'nss' 'pango' 'vulkan-icd-loader')
optdepends=('android-ndk: Android build support'
'clion: CLion IDE support'
@@ -16,7 +16,7 @@ optdepends=('android-ndk: Android build support'
DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the zip file manually from https://www.unrealengine.com/linux')
source=("manual://Linux_Unreal_Engine_${pkgver}.zip" 'unreal-engine.desktop' 'unreal-engine.xml' {16,24,32,48,64,256}.png)
-sha256sums=('4155bcfa0840a0678149e882cfd6a3021b589a1a19261bf974863897a10e8902'
+sha256sums=('e44062e0a52afd14d2cd5b28ddad791849b2db12c780337b9a02013334aa9e81'
'8a71e10dee1d44ad6f85d993bdf25dd4835f6415e983125ac79a912ee0c3d905'
'752dc3628639adb84ebda281040ec106227431eb7a5f92375511d96c6ceacf91'
'16197bc88f2ec77ad2690fae280bf3584c54c7d7b018d8fa4086b7c00fd4effc'
I also noticed that the providex=()
was not updated since version 5.2 so I upped that, hopefully we can see this updated soon
rutra8002 commented on 2024-08-17 18:55 (UTC)
5.4.3 is out
ttc0419 commented on 2024-06-10 04:51 (UTC)
@rabcor the url only works for limited time as it's signed by the server and you MUST agree the EULA to use the software, it's a license issue. Gnome still does not offer wayland for shell by default, I'll look into it when it does.
rabcor commented on 2024-06-09 17:06 (UTC) (edited on 2024-06-09 21:34 (UTC) by rabcor)
5.4.2 is out, by the way, why do you not just put the direct download link for the binaries in the pkgbuild? You do not actually need to be logged in for the link to work.
binarydepth, wayland support is broken, you need to recompile sdl for ue or use x11.
binarydepth commented on 2024-06-07 13:36 (UTC)
Doesn't launch complaining of video driver
rabcor commented on 2024-05-01 15:24 (UTC)
5.4.1 is out.
asessionguy commented on 2024-01-21 19:02 (UTC) (edited on 2024-01-21 19:03 (UTC) by asessionguy)
Editor wasn't starting because of wayland on GNOME 45:
[2024.01.21-18.59.06:093][ 0]LogInit: Initializing SDL.
[2024.01.21-18.59.06:093][ 0]LogInit: Warning: Could not initialize SDL: wayland not available
[2024.01.21-18.59.06:093][ 0]LogInit: Warning: FLinuxSplashState::InitSplashResources() : InitSDL() failed, there will be no splash.
[2024.01.21-18.59.06:093][ 0]LogInit: Initializing SDL.
[2024.01.21-18.59.06:094][ 0]LogInit: Warning: Could not initialize SDL: wayland not available
So I had to start it with: SDL_VIDEODRIVER=x11 /opt/unreal-engine/Engine/Binaries/Linux/UnrealEditor
SolaoBajiuik commented on 2023-11-08 23:04 (UTC)
If you can please update this to Unreal Engine 5.3.2, it would be greatly appreciated.
Pinned Comments
ttc0419 commented on 2022-07-23 17:34 (UTC) (edited on 2024-05-05 07:21 (UTC) by ttc0419)
To build this package, you need to:
PKGBUILD
and install the package using commandmakepkg -si
Note: Do NOT disable IPv6 as the zen server needs it to start. Please vote for the package if you think it's helpful ;-)