MechDR

Results 39 comments of MechDR

I managed to package it as well, but it seems something is wrong. I get this when trying to run it. ![Amarok_Error](https://github.com/void-linux/void-packages/assets/45944962/73973948-dbce-470b-bede-c8f701c92d54) When I run it with `--debug-audio`, I get...

The functions were just for testing, the final was supposed to have just `build_style=cmake`, `configure_args` and `build_wrksrc`, but the `build_wrksrc` didn't get parsed by xbps-src (or maybe I didn't define...

Could you post your template? See exactly what you changed? Thanks 😉.

@mvf yes, you're correct, it does make the build more correct, build files are placed in `/usr`, except for `/etc`. Will try and install it tomorrow, see what happens (it's...

I think this one is OK. Cross-builds, but to 64-bit arches only becasue `qt5-webengine` can't be cross-built to 32-bit arches from a 64-bit OS (word size mismatch). But, you can...

Some icons are missing though... ![Screenshot_2024-05-25_01-44-02](https://github.com/void-linux/void-packages/assets/45944962/9ec4ad06-6e98-49a4-ae32-6fce3f2f7be9)

A minor update, `breeze-icons` included. ```` # Template file for 'amarok' pkgname=amarok version=3.0.0 revision=1 build_style=cmake configure_args="-DCMAKE_INSTALL_PREFIX=${DESTDIR}/usr -DCMAKE_BUILD_TYPE=debugfull" hostmakedepends="glib-devel extra-cmake-modules pkg-config gettext-devel python3 qt5-tools-devel kcoreaddons-devel kpackage-devel" makedepends="qt5-declarative-devel qt5-quickcontrols2-devel qt5-webengine-devel qt5-webchannel-devel qt5-location-devel...

It works fine on all of the rigs I installed it. Built it for x86_64 and i686 glibc. Have built it for other arches and libcs, but I haven't tested...

@CMahaff It will be needed for a while, since not all instances are still on version 0.19.

It builds. Packaging will require more work (probably, a lot more). The Debian packaging script has to be taken into account. ```` # Template file for 'openboard' pkgname=openboard version=1.7.0 revision=1...