* [gentoo-commits] gentoo-x86 commit in media-sound/wildmidi: wildmidi-0.3.7.ebuild ChangeLog
@ 2014-05-30 22:11 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-05-30 22:11 UTC (permalink / raw
To: gentoo-commits
hwoarang 14/05/30 22:11:29
Modified: ChangeLog
Added: wildmidi-0.3.7.ebuild
Log:
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path
1.28 media-sound/wildmidi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 21 May 2014 20:33:36 -0000 1.27
+++ ChangeLog 30 May 2014 22:11:29 -0000 1.28
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/wildmidi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.27 2014/05/21 20:33:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.28 2014/05/30 22:11:29 hwoarang Exp $
+
+*wildmidi-0.3.7 (30 May 2014)
+
+ 30 May 2014; Markos Chandras <hwoarang@gentoo.org> +wildmidi-0.3.7.ebuild:
+ Version bump
*wildmidi-0.3.6 (21 May 2014)
1.1 media-sound/wildmidi/wildmidi-0.3.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?rev=1.1&content-type=text/plain
Index: wildmidi-0.3.7.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v 1.1 2014/05/30 22:11:29 hwoarang Exp $
EAPI=5
inherit cmake-utils readme.gentoo
DESCRIPTION="Midi processing library and a midi player using the gus patch set"
HOMEPAGE="http://www.mindwerks.net/projects/wildmidi/"
SRC_URI="http://github.com/Mindwerks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
IUSE="+alsa openal oss +player"
DEPEND="player? (
alsa? ( media-libs/alsa-lib )
openal? ( media-libs/openal )
)"
RDEPEND="${DEPEND}
media-sound/timidity-freepats"
REQUIRED_USE="player? ( ^^ ( alsa oss openal ) )"
DOC_CONTENTS="${PN} is using timidity-freepats for midi playback.
A default configuration file was placed on /etc/${PN}/${PN}.cfg.
For more information please read the ${PN}.cfg manpage."
src_prepare() {
# alsa openal oss only make sense if player is enabled. See CMakeLists.txt
if ! use player && (use alsa || use openal || use oss); then
ewarn
ewarn "The 'alsa', 'openal' and 'oss' use flags only make sense if"
ewarn "the 'player' use flags is selected and as a result they will be"
ewarn "ignored in this build"
ewarn
fi
cmake-utils_src_prepare
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_want alsa)
$(cmake-utils_use_want openal)
$(cmake-utils_use_want oss)
$(cmake-utils_use_want player)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
find "${D}" -name '*.la' -exec rm -f {} +
insinto /etc/${PN}/
doins cfg/${PN}.cfg
readme.gentoo_create_doc
}
pkg_postinst() {
if [[ -e "${ROOT}"/etc/${PN}.cfg ]]; then
elog
elog "Old /etc/${PN}.cfg detected!"
elog "Please migrate your configuration file to"
elog "/etc/${PN}/ directory which is now the default"
elog "location for the ${PN} configuration file."
elog
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/wildmidi: wildmidi-0.3.7.ebuild ChangeLog
@ 2014-06-07 10:29 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2014-06-07 10:29 UTC (permalink / raw
To: gentoo-commits
hwoarang 14/06/07 10:29:51
Modified: wildmidi-0.3.7.ebuild ChangeLog
Log:
Fix SRC_URI. Bug #512532 by O.Sezer
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path
1.2 media-sound/wildmidi/wildmidi-0.3.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild?r1=1.1&r2=1.2
Index: wildmidi-0.3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wildmidi-0.3.7.ebuild 30 May 2014 22:11:29 -0000 1.1
+++ wildmidi-0.3.7.ebuild 7 Jun 2014 10:29:51 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v 1.1 2014/05/30 22:11:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.3.7.ebuild,v 1.2 2014/06/07 10:29:51 hwoarang Exp $
EAPI=5
inherit cmake-utils readme.gentoo
DESCRIPTION="Midi processing library and a midi player using the gus patch set"
HOMEPAGE="http://www.mindwerks.net/projects/wildmidi/"
-SRC_URI="http://github.com/Mindwerks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="http://github.com/Mindwerks/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
1.29 media-sound/wildmidi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 30 May 2014 22:11:29 -0000 1.28
+++ ChangeLog 7 Jun 2014 10:29:51 -0000 1.29
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/wildmidi
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.28 2014/05/30 22:11:29 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.29 2014/06/07 10:29:51 hwoarang Exp $
+
+ 07 Jun 2014; Markos Chandras <hwoarang@gentoo.org> wildmidi-0.3.7.ebuild:
+ Fix SRC_URI. Bug #512532 by O.Sezer
*wildmidi-0.3.7 (30 May 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-07 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 22:11 [gentoo-commits] gentoo-x86 commit in media-sound/wildmidi: wildmidi-0.3.7.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2014-06-07 10:29 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox