The repository for the cryptocurrency applications

*** UNDER CONSTRUCTION ***
There will be the repository with a software for cryptocurrencies.
There are two build targets:
***EL6***
Based on SLE 11 SP1 repository (which I know better than the real EL6).
It already has kernel 2.6.32 and GTK 2.18.
There are some updated packages to make it compatible with EL6:
Xorg 7.4 -> 7.5 (for the Qt5 that is needed by wallets. Also for Xinput 2 and Raw Input support in Qt5);
Mesa 7.7 -> 7.9 (for EGL and GLES 1 and 2 libraries);
// the minimum required version of Mesa is 7.9, not the 7.8-gles branch. Because of 7.8 version has libGLESv2.so.1 library, hovewer we need libGLESv2.so.2
Glibc 2.11 -> 2.12;
OpenSSL 0.9.8 -> 1.0;
rpm is now including xz support;
GCC 4.3 -> 10.
***SLE-11***
Based in SLE 11 SP3 repository + security module (to get OpenSSL 1). It has 1.0.1g version of OpenSSL.
There are some upgraded packages:
libxcb 1.1 -> 1.5
libX11 1.1 -> 1.3
WARNING: in libxcb 1.4 version, the libxcb-xlib library was dropped. To backwards compability for an applications that're already linked with it, SUSE developers maked a stub library. The only one application cannot work with this stub, it's libX11 1.1. So we upgrade only it, and didn't touch all another apps. Any applications compiled with libxcb 1.4 or newer are didn't depends of this library anymore.
Summary:
I'll build some packages (like cryptowallets and mining software) and put them into /opt directory. I will also put all the dependencies (like Qt5 and the current SSL if needed, and the current C++ Runtime) into /opt for make it portable.

Name Changed
Comments 0
openSUSE Build Service is sponsored by