From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/wildmidi: ChangeLog wildmidi-0.2.3.4-r1.ebuild
Date: Thu, 26 Aug 2010 18:27:50 +0000 (UTC) [thread overview]
Message-ID: <20100826182750.C906120051@flycatcher.gentoo.org> (raw)
hwoarang 10/08/26 18:27:50
Modified: ChangeLog
Added: wildmidi-0.2.3.4-r1.ebuild
Log:
Depend on timidity-freepats. Add default configuration file. Bug #334311. Drop ~arm keyword
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.7 media-sound/wildmidi/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 25 Aug 2010 18:17:11 -0000 1.6
+++ ChangeLog 26 Aug 2010 18:27:50 -0000 1.7
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/wildmidi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.6 2010/08/25 18:17:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/ChangeLog,v 1.7 2010/08/26 18:27:50 hwoarang Exp $
+
+*wildmidi-0.2.3.4-r1 (26 Aug 2010)
+
+ 26 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ +wildmidi-0.2.3.4-r1.ebuild, +files/wildmidi.cfg:
+ Depend on timidity-freepats. Add default configuration file. Bug #334311.
+ Drop ~arm keyword since they need to stabilize timidity-freepats first
25 Aug 2010; Markus Meier <maekke@gentoo.org> wildmidi-0.2.3.4.ebuild:
add ~arm, bug #333941
1.1 media-sound/wildmidi/wildmidi-0.2.3.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.2.3.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/wildmidi/wildmidi-0.2.3.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: wildmidi-0.2.3.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/wildmidi/wildmidi-0.2.3.4-r1.ebuild,v 1.1 2010/08/26 18:27:50 hwoarang Exp $
EAPI=3
inherit base autotools
DESCRIPTION="Midi processing library and a midi player using the gus patch set"
HOMEPAGE="http://wildmidi.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug"
RDEPEND="alsa? ( media-libs/alsa-lib )
media-sound/timidity-freepats"
DEPEND="${RDEPEND}"
src_prepare() {
#Respect LDFLAGS. Reported upstream. Bug id: 3045017
sed -i -e "/^LDFLAGS/s:=:=\"${LDFLAGS}\":" configure.ac || die
eautoreconf
}
src_configure() {
econf \
--disable-werror \
$(use_enable debug) \
$(use alsa || echo --with-oss)
}
src_install() {
base_src_install
find "${D}" -name '*.la' -exec rm -f {} +
insinto /etc
doins "${FILESDIR}"/${PN}.cfg || die
}
pkg_postinst() {
elog "${PN} is using timidity-freepats for midi playback."
elog "A default configuration file was placed on /etc/${PN}.cfg."
elog "For more information please read the ${PN}.cfg manpage."
}
next reply other threads:[~2010-08-26 18:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-26 18:27 Markos Chandras (hwoarang) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-08-26 18:30 [gentoo-commits] gentoo-x86 commit in media-sound/wildmidi: ChangeLog wildmidi-0.2.3.4-r1.ebuild Markos Chandras (hwoarang)
2010-08-26 19:29 Jeroen Roovers (jer)
2010-09-11 14:04 Jeroen Roovers (jer)
2010-09-23 21:54 Markus Meier (maekke)
2010-09-26 21:55 Samuli Suominen (ssuominen)
2010-11-16 13:14 Christian Faulhammer (fauli)
2010-11-17 21:20 Markus Meier (maekke)
2010-11-18 0:16 Markos Chandras (hwoarang)
2010-11-26 16:34 Jeroen Roovers (jer)
2010-11-26 17:26 Jeroen Roovers (jer)
2011-03-16 19:29 Kacper Kowalik (xarthisius)
2015-03-22 15:32 Manuel Rueger (mrueg)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100826182750.C906120051@flycatcher.gentoo.org \
--to=hwoarang@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox