Search Criteria
Package Details: lib32-wildmidi 0.4.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-wildmidi.git (read-only, click to copy) |
---|---|
Package Base: | lib32-wildmidi |
Description: | Simple software MIDI player which has a core softsynth library (32-bit) |
Upstream URL: | https://github.com/Mindwerks/wildmidi |
Licenses: | GPL-3.0-or-later AND LGPL-3.0-or-later |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 8 |
Popularity: | 0.006422 |
First Submitted: | 2016-06-06 07:00 (UTC) |
Last Updated: | 2025-08-02 20:40 (UTC) |
Dependencies (6)
- lib32-alsa-lib
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-eacAUR)
- wildmidi
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (make)
Required by (18)
- lib32-gst-libav (make)
- lib32-gst-libav-git (make)
- lib32-gst-plugin-gtk-git (make)
- lib32-gst-plugin-va-git (make)
- lib32-gst-plugins-bad
- lib32-gst-plugins-bad (make)
- lib32-gst-plugins-bad-git
- lib32-gst-plugins-bad-git (make)
- lib32-gst-plugins-bad-libs (make)
- lib32-gst-plugins-bad-libs-git (make)
- lib32-gst-plugins-base-git (make)
- lib32-gst-plugins-base-libs-git (make)
- lib32-gst-plugins-good-git (make)
- lib32-gst-plugins-ugly (make)
- lib32-gst-plugins-ugly-git (make)
- lib32-gst-rtsp-server-git (make)
- lib32-gstreamer-git (make)
- lib32-gstreamer-vaapi-git (make)
Latest Comments
Alvaro commented on 2025-06-28 17:59 (UTC)
I got it to work by following the suggestion of the error message, appending
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
to the cmake command in the build stage.graem commented on 2025-05-11 22:26 (UTC)
upstream has changed to github, no longer builds
rodrigo21 commented on 2021-03-28 20:27 (UTC) (edited on 2021-03-28 21:43 (UTC) by rodrigo21)
@Tomato Fixed.
Tomato commented on 2021-03-28 20:15 (UTC)
for some reason the compiled files end up in
x86_64-pc-linux-gnu
subdirectory, so for the package to build, they need to be moved up by one level:DDoSolitary commented on 2020-11-26 05:11 (UTC)
The pkgconfig file incorrectly points to
/usr/lib
, resulting in build failures of lib32-gst-plugins-bad.We need to add
-DLIB_SUFFIX=32
and removemv lib lib32