Package Details: lmms-git 1.3.0.alpha.1.r974.g38236a851-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: GPL2
Conflicts: lmms
Provides: lmms
Submitter: Wintervenom
Maintainer: xente
Last Packager: xente
Votes: 32
Popularity: 0.003342
First Submitted: 2009-04-19 19:14 (UTC)
Last Updated: 2026-05-02 21:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

milkii commented on 2020-01-05 01:26 (UTC)

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 (UTC)

perl-list-moreutils and perl-xml-parser are required when building from a clean chroot

MrSoup678 commented on 2019-06-18 15:51 (UTC)

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 (UTC)

Disowning, since I don't have the time to actively maintain this package.

dvzrv commented on 2018-10-18 08:34 (UTC)

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 (UTC)

There is already a package lmms-qt5-git in AUR.

agapito commented on 2017-11-25 16:42 (UTC)

Should be better start using qt5 version: build() { cd -- "$srcdir/$_pkgname" cmake -DCMAKE_INSTALL_PREFIX=/usr -USE=vst -DWANT_QT5=ON make -j$(nproc) }

difarem commented on 2017-11-25 16:15 (UTC) (edited on 2017-11-25 16:25 (UTC) by difarem)

Adopted the package, set up git submodules so rpmalloc is built. EDIT: well, it seems like something's wrong with the packaging. Will look into and try to fix at soon as possible.