Package Details: velocity-xbox360-git 0.1.0.0.r1256.2c15bb6-4

Git Clone URL: https://aur.archlinux.org/velocity-xbox360-git.git (read-only, click to copy)
Package Base: velocity-xbox360-git
Description: A cross-platform application built using the Qt framework which allows you to browse and edit Xbox 360 files.
Upstream URL: https://github.com/hetelek/Velocity.git
Licenses: GPL3
Submitter: the-k
Maintainer: Cj-Malone (Bakasura)
Last Packager: Bakasura
Votes: 2
Popularity: 0.000000
First Submitted: 2014-05-04 13:46 (UTC)
Last Updated: 2023-01-07 00:14 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

Bakasura commented on 2021-10-23 02:46 (UTC)

To run as root:

sudo QT_X11_NO_MITSHM=1 velocity

Latest Comments

Sterophonick commented on 2024-04-03 02:32 (UTC)

Package appears to be compiling properly again.

missingSleepDeps commented on 2023-07-04 18:59 (UTC)

Build fails here:

g++ -m64 -Ibuild/include -O3 -finline-functions  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/hash/sha1/sha160.cpp -o build/lib/hash_sha1_sha160.o
src/hash/gost_3411/gost_3411.cpp: In member function ‘void Botan::GOST_34_11::compress_n(const Botan::byte*, size_t)’:
src/hash/gost_3411/gost_3411.cpp:94:19: error: ‘uint64_t’ does not name a type
   94 |             const uint64_t UVk = U[k] ^ V[k];
      |                   ^~~~~~~~
src/hash/gost_3411/gost_3411.cpp:12:1: note: ‘uint64_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   11 | #include <botan/internal/xor_buf.h>
  +++ |+#include <cstdint>
   12 | 
src/hash/gost_3411/gost_3411.cpp:96:41: error: ‘UVk’ was not declared in this scope
   96 |                key[4*l+k] = get_byte(l, UVk);
      |                                         ^~~
g++ -m64 -Ibuild/include -O3 -finline-functions  -D_REENTRANT -Wno-long-long -W -Wall -fPIC -fvisibility=hidden -c src/hash/sha1_sse2/sha1_sse2.cpp -o build/lib/hash_sha1_sse2.o
make: *** [Makefile:990: build/lib/hash_gost_3411.o] Error 1
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...

Bakasura commented on 2021-10-23 02:46 (UTC)

To run as root:

sudo QT_X11_NO_MITSHM=1 velocity