summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-sound/lmms: add binding := to fltk, soname changedIonen Wolkens2024-12-262-2/+2
| | | | | | Also cleanup lower bound, <1.3.0 is long gone. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-sound/lmms: mark as LTO-unsafeEli Schwartz2024-07-311-1/+8
| | | | | | | Fixed upstream in git, leave off of live ebuild. Closes: https://bugs.gentoo.org/860867 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* media-sound/lmms: add missing testsuite dependencyEli Schwartz2024-07-312-2/+42
| | | | | | | | | | | | | | | | | | | | | | It needs dev-qt/qttest in order to link tests successfully. And there is also a cmake warning that Qt5::Test was linked to, but not found, and that's a bug -- due to cmake's excellent, world-class type safety, this is NOT obviously a detectable error when you can simply assume maybe it means `-lQt5::Test`, but in the minimum version that the live ebuild uses, the fact that the string name includes "::" means cmake can and in fact does error out since "::" is reserved for imported libraries. So the live ebuild actually fails to configure without qttest, but even the versioned release would error out when running the testsuite and attempting to compile the test program. Of course, the versioned release also doesn't *connect* the testsuite, and one of the test cases appears to fail anyway even if you manually cd and run it by hand. Naturally, there is no buildsystem option to disable this. Instead, we use a filthy sed to the test directory when not building tests. Closes: https://bugs.gentoo.org/879567 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* media-sound/lmms: WANT_QT5 not present in live anymoreMiroslav Šulc2024-06-251-1/+0
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: fixed desktop database updateMiroslav Šulc2024-06-252-3/+3
| | | | | Closes: https://bugs.gentoo.org/910671 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: organized variablesMiroslav Šulc2024-06-241-2/+2
| | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: Fix segfault related to kwidgetsaddonsBrandon Little2024-06-242-0/+76
| | | | | | | Closes: https://bugs.gentoo.org/907285 Signed-off-by: Brandon Little <blittle@inco.cc> Closes: https://github.com/gentoo/gentoo/pull/37197 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms-9999: Fix lmms-9999-no_compress_man.patchUsername404-592024-06-231-7/+7
| | | | | | | Closes: https://bugs.gentoo.org/931147 Signed-off-by: Username404-59 <w.iron.zombie@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37085 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: drop 1.2.2Andreas Sturmlechner2024-03-082-113/+0
| | | | | Closes: https://bugs.gentoo.org/926327 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Stabilize 1.2.2-r1 x86, #926327Sam James2024-03-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/lmms: Stabilize 1.2.2-r1 amd64, #926327Sam James2024-03-071-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/lmms: fix ladspa plugin pathsSam James2023-07-226-8/+212
| | | | | | Bug: https://github.com/LMMS/lmms/issues/5884 Closes: https://bugs.gentoo.org/907285 Signed-off-by: Sam James <sam@gentoo.org>
* media-sound/lmms: Switch IUSE=pulseaudio to media-libs/libpulseAndreas Sturmlechner2023-05-291-2/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: reassign polynomial-c's packagesJoonas Niilola2022-06-291-4/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-sound/lmms: Remove redundant calls to xdg_pkg_* functionsSamuel Bauer2021-04-141-12/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Reliably set bash-completion dir via eclassLars Wendler2021-04-141-2/+3
| | | | | | Thanks-to: Samuel Bauer <samuel.bauer@yahoo.fr> Bug: https://bugs.gentoo.org/670722 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: removed obsolete 1.2.1Miroslav Šulc2020-08-113-172/+0
| | | | | Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: x86 stable wrt bug #736366Agostino Sarubbo2020-08-111-1/+1
| | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/lmms: amd64 stable wrt bug #736366Agostino Sarubbo2020-08-101-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* profiles/updates: pkgmove media-libs/ladspa-cmt → media-plugins/cmt-pluginsMiroslav Šulc2020-08-093-3/+3
| | | | | Closes: https://bugs.gentoo.org/540018 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: x86 stable wrt bug #728114Agostino Sarubbo2020-07-211-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/lmms: Don't compress manpage during buildLars Wendler2020-07-202-0/+41
| | | | | | Closes: https://bugs.gentoo.org/733284 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: amd64 stable wrt bug #728114Agostino Sarubbo2020-07-201-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/lmms: Bump to version 1.2.2Lars Wendler2020-07-052-0/+109
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: fixed compilation with qt 5.15 in 1.2.1Miroslav Šulc2020-06-132-1/+66
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* media-sound/lmms: removed obsolete 1.2.0Miroslav Šulc2020-06-132-107/+0
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* */*: Switch polynomial-c maintained packages to cmake.eclassAndreas Sturmlechner2019-12-313-12/+12
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Fix metadata.xml typoAndreas Sturmlechner2019-11-151-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Removed oldLars Wendler2019-10-212-109/+0
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Bump to version 1.2.1Lars Wendler2019-10-212-0/+107
| | | | | Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Bump to version 1.2.0Lars Wendler2019-06-112-0/+107
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Added dev-qt/qtx11extras to DEPEND.Lars Wendler2019-04-112-2/+6
| | | | | | Closes: https://bugs.gentoo.org/683062 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Drop oldAndreas Sturmlechner2019-03-313-123/+0
| | | | | | Closes: https://bugs.gentoo.org/677910 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Drop nonexistent cmake optionAndreas Sturmlechner2019-03-312-2/+0
| | | | | | | | | | Removed upstream in commits: 61dfed942189b270d377c8cf57e62bfc7026d851 3f6ff1deb016c8730d498f3ffb2b36dbbea6689a Closes: https://bugs.gentoo.org/677910 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Synced live ebuild.Lars Wendler2019-03-131-11/+16
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Bump to version 1.2.0_rc8Lars Wendler2019-03-132-0/+108
| | | | | | Closes: https://bugs.gentoo.org/680046 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-sound/lmms: Drop 1.1.90Andreas Sturmlechner2019-01-092-88/+0
| | | | | | | Does not build anymore with Qt version in tree. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Fix build with Qt 5.11.0Andreas Sturmlechner2018-11-222-1/+25
| | | | | | | | Using upstream patch from git master (>1.2.0_rc7). Closes: https://bugs.gentoo.org/670250 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-sound/lmms: Added mp3 USE flag.Anthony Parsons2018-08-141-1/+3
| | | | | Bug: https://bugs.gentoo.org/662382 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* media-sound/lmms: do not alternate wine dependency anymoreMikle Kolyada2018-01-073-6/+6
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* media-sound/lmms: Swap dep order for wine depNP-Hardass2017-12-133-3/+3
| | | | Package-Manager: Portage-2.3.18, Repoman-2.3.6
* media-sound/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* media-sound/lmms: Synced live ebuild.Lars Wendler2017-11-301-2/+13
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-sound/lmms: Bump to version 1.2.0_rc4Lars Wendler2017-11-302-0/+99
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-sound/lmms: Proxied maintainer retiredJonas Stein2017-10-131-8/+0
| | | | | | | Remove proxied maintainer from metadata as requested per mail. Closes: https://bugs.gentoo.org/632898 Package-Manager: Portage-2.3.11, Repoman-2.3.3
* media-sound/lmms: metadata.xml indentationAndreas Sturmlechner2017-09-261-31/+31
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* media-sound/lmms: Drop oldAndreas Sturmlechner2017-09-266-240/+0
| | | | | Gentoo-bug: 631906 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* media-sound/lmms: Drop USE=qt5 and make it unconditionalAndreas Sturmlechner2017-09-262-54/+54
| | | | | | | | | - Drop unused eutils.eclass - Sort DEPENDs - Remove duplicate KEYWORDS Gentoo-bug: 631906 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* media-sound/lmms: allow use of virtual/wineNP-Hardass2017-09-205-8/+8
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3