Search Criteria
Package Details: lmms-git 1.2.1.r583.gb2c4f2939-1
Git Clone URL: | https://aur.archlinux.org/lmms-git.git (read-only, click to copy) |
---|---|
Package Base: | lmms-git |
Description: | The Linux MultiMedia Studio. |
Upstream URL: | https://lmms.io |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Wintervenom |
Maintainer: | MrSoup678 |
Last Packager: | MrSoup678 |
Votes: | 28 |
Popularity: | 0.011761 |
First Submitted: | 2009-04-19 19:14 |
Last Updated: | 2020-03-04 18:45 |
Dependencies (21)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- fltk (fltk11, fltk-xcas, fltk-git, fltk-mod)
- fluidsynth (fluidsynth-git)
- lame (lame-svn, lame-altivec)
- libgig (libgig-svn)
- qt5-x11extras (qt5-x11extras-git)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-hg, sdl2_compat12-git)
- stk
- carla (carla-debug-git, carla-git) (make)
- cmake (cmake-git) (make)
- doxygen (doxygen-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git) (make)
- git (git-git) (make)
- ladspa (make)
- perl-list-moreutils (make)
- perl-xml-parser (make)
- qt5-tools (qt5-tools-git) (make)
- wine (wine-unity3d-git, wine-vulkan-git, wine-valve-git, wine-no-pe, wine-git, wine-staging-git, wine-valve, wine-stable-next, wine-stable, wine-staging) (make)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-git, pulseaudio-hsphfpd, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pipewire-common-pulse-git, pipewire-pulse-git, pipewire-pulse) (optional) – pulseaudio support
- wine (wine-unity3d-git, wine-vulkan-git, wine-valve-git, wine-no-pe, wine-git, wine-staging-git, wine-valve, wine-stable-next, wine-stable, wine-staging) (optional) – VST plugin support
Required by (2)
- lmms-orgmaker-samples (requires lmms)
- proaudio-meta (requires lmms)
Latest Comments
1 2 3 4 5 6 Next › Last »
MrSoup678 commented on 2020-03-04 18:46
Updated. I don't know if it will ask for updates in the future.
hugegameartgd commented on 2020-03-04 12:05
@MrSoup678 Please recompile and update this package with its release version correctly
hugegameartgd commented on 2020-02-09 18:15
On yay after
yay -Syu
I still shows an update even after a cleanBuild upgradedlmms-git
(seems like package release version is broken).I get:
milk commented on 2020-01-05 01:26
The lack of the dependencies noted previously in the comments means this package cannot currently automatically be build using Travis CI.
PedroHLC commented on 2019-11-25 00:51
perl-list-moreutils
andperl-xml-parser
are required when building from a clean chrootMrSoup678 commented on 2019-06-18 15:51
Old PKGBUILD had a bug where bash auto-completion script would install in $PKGDIR$PKGDIR (effectively). I just fixed that problem
difarem commented on 2018-11-14 17:24
Disowning, since I don't have the time to actively maintain this package.
dvzrv commented on 2018-10-18 08:34
Please switch this to qt5, so the other package can be deleted. There is no use in using qt4 anymore and keeping this duplication alive.
haawda commented on 2017-12-06 19:58
There is already a package lmms-qt5-git in AUR.
agapito commented on 2017-11-25 16:42
Should be better start using qt5 version:
build() {
cd -- "$srcdir/$_pkgname"
cmake -DCMAKE_INSTALL_PREFIX=/usr -USE=vst -DWANT_QT5=ON
make -j$(nproc)
}