* [gentoo-commits] proj/betagarden:master commit in: media-sound/lmms/
@ 2013-10-13 14:56 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
To: gentoo-commits
commit: 31d2074dc668778ae7e209fe849d7d13b02539da
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:24:07 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:24:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=31d2074d
media-sound/lmms: QA fixes
Package-Manager: portage-2.2.7
---
media-sound/lmms/ChangeLog | 7 +++++++
media-sound/lmms/lmms-9999.ebuild | 6 +++---
media-sound/lmms/metadata.xml | 18 +++++++++---------
3 files changed, 19 insertions(+), 12 deletions(-)
diff --git a/media-sound/lmms/ChangeLog b/media-sound/lmms/ChangeLog
new file mode 100644
index 0000000..9219868
--- /dev/null
+++ b/media-sound/lmms/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for media-sound/lmms
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 13 Oct 2013; Justin Lecher <jlec@gentoo.org> lmms-9999.ebuild, metadata.xml:
+ QA fixes
+
diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild
index 679109e..53ab893 100644
--- a/media-sound/lmms/lmms-9999.ebuild
+++ b/media-sound/lmms/lmms-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/lmms/lmms-0.4.13.ebuild,v 1.1 2012/02/14 12:28:11 aballier Exp $
@@ -16,8 +16,8 @@ KEYWORDS=""
IUSE="alsa debug fftw fluidsynth jack ogg portaudio pulseaudio sdl stk vst"
-RDEPEND="x11-libs/qt-core:4
- x11-libs/qt-gui:4[accessibility]
+RDEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4[accessibility]
>=media-libs/libsndfile-1.0.11
>=media-libs/libsamplerate-0.1.7
x11-libs/libXinerama
diff --git a/media-sound/lmms/metadata.xml b/media-sound/lmms/metadata.xml
index 4175c91..8b9937a 100644
--- a/media-sound/lmms/metadata.xml
+++ b/media-sound/lmms/metadata.xml
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>proaudio</herd>
-<maintainer>
- <email>aballier@gentoo.org</email>
- <name>Alexis Ballier</name>
-</maintainer>
-<maintainer>
- <email>gimpel@sonnenkinder.org</email>
- <name>Thomas Kuther</name>
-</maintainer>
+ <herd>proaudio</herd>
+ <maintainer>
+ <email>aballier@gentoo.org</email>
+ <name>Alexis Ballier</name>
+ </maintainer>
+ <maintainer>
+ <email>gimpel@sonnenkinder.org</email>
+ <name>Thomas Kuther</name>
+ </maintainer>
<use>
<flag name="fluidsynth">Enables Fluidsynth MIDI software synthesis plugin.</flag>
<flag name="stk">Enables STK Mallet plugin.</flag>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-sound/lmms/
@ 2017-06-04 18:17 Justin Lecher
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
To: gentoo-commits
commit: ba8c903d19b8c9f588df8be051886cd85b228a72
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 16:37:57 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 16:37:57 2017 +0000
URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=ba8c903d
media-sound/lmms: Bump EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
media-sound/lmms/lmms-9999.ebuild | 47 ++++++++++++++++++++++-----------------
1 file changed, 26 insertions(+), 21 deletions(-)
diff --git a/media-sound/lmms/lmms-9999.ebuild b/media-sound/lmms/lmms-9999.ebuild
index 48d0d5e..7f1967f 100644
--- a/media-sound/lmms/lmms-9999.ebuild
+++ b/media-sound/lmms/lmms-9999.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit eutils cmake-utils git-2
+inherit eutils cmake-utils git-r3
-DESCRIPTION="Free alternative to popular programs such as Fruityloops, Cubase and Logic"
+DESCRIPTION="Free alternative for Fruityloops, Cubase and Logic"
HOMEPAGE="http://lmms.sourceforge.net/"
EGIT_REPO_URI="git://lmms.git.sf.net/gitroot/${PN}/${PN}"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS=""
-
IUSE="alsa debug fftw fluidsynth jack ogg portaudio pulseaudio sdl stk vst"
-RDEPEND="dev-qt/qtcore:4
+RDEPEND="
+ dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility]
>=media-libs/libsndfile-1.0.11
>=media-libs/libsamplerate-0.1.7
@@ -23,13 +23,17 @@ RDEPEND="dev-qt/qtcore:4
alsa? ( media-libs/alsa-lib )
fftw? ( sci-libs/fftw:3.0 >=x11-libs/fltk-1.3.0_rc3:1 )
jack? ( >=media-sound/jack-audio-connection-kit-0.99.0 )
- ogg? ( media-libs/libvorbis
- media-libs/libogg )
+ ogg? (
+ media-libs/libvorbis
+ media-libs/libogg
+ )
fluidsynth? ( media-sound/fluidsynth )
portaudio? ( >=media-libs/portaudio-19_pre )
pulseaudio? ( media-sound/pulseaudio )
- sdl? ( media-libs/libsdl
- >=media-libs/sdl-sound-1.0.1 )
+ sdl? (
+ media-libs/libsdl
+ >=media-libs/sdl-sound-1.0.1
+ )
stk? ( media-libs/stk )
vst? ( app-emulation/wine )"
DEPEND="${RDEPEND}
@@ -45,22 +49,23 @@ DOCS="README AUTHORS TODO"
PATCHES=( "${FILESDIR}/${PN}-0.4.10-unembedfltk.patch" )
src_configure() {
- mycmakeargs="${mycmakeargs}
+ local mycmakeargs=(
-DWANT_SYSTEM_SR=TRUE
-DWANT_CAPS=FALSE
-DWANT_TAP=FALSE
-DWANT_SWH=FALSE
-DWANT_CMT=FALSE
-DWANT_CALF=TRUE
- $(cmake-utils_use_want alsa ALSA)
- $(cmake-utils_use_want fftw FFTW3F)
- $(cmake-utils_use_want jack JACK)
- $(cmake-utils_use_want ogg OGGVORBIS)
- $(cmake-utils_use_want portaudio PORTAUDIO)
- $(cmake-utils_use_want pulseaudio PULSEAUDIO)
- $(cmake-utils_use_want sdl SDL)
- $(cmake-utils_use_want stk STK)
- $(cmake-utils_use_want vst VST)
- $(cmake-utils_use_want fluidsynth SF2)"
+ -DWANT_ALSA=$(usex alsa)
+ -DWANT_FFTW3F=$(usex fftw)
+ -DWANT_JACK=$(usex jack)
+ -DWANT_OGGVORBIS=$(usex ogg)
+ -DWANT_PORTAUDIO=$(usex portaudio)
+ -DWANT_PULSEAUDIO=$(usex pulseaudio)
+ -DWANT_SDL=$(usex sdl)
+ -DWANT_STK=$(usex stk)
+ -DWANT_VST=$(usex vst)
+ -DWANT_SF2=$(usex fluidsynth)
+ )
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-04 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 14:56 [gentoo-commits] proj/betagarden:master commit in: media-sound/lmms/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2017-06-04 18:17 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox