* [gentoo-commits] gentoo-x86 commit in media-sound/solfege: solfege-3.21.4.ebuild ChangeLog
@ 2013-04-02 6:24 Tim Harder (radhermit)
0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-04-02 6:24 UTC (permalink / raw
To: gentoo-commits
radhermit 13/04/02 06:24:57
Modified: ChangeLog
Added: solfege-3.21.4.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path
1.91 media-sound/solfege/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/solfege/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 15 Jan 2013 18:35:39 -0000 1.90
+++ ChangeLog 2 Apr 2013 06:24:57 -0000 1.91
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/solfege
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/ChangeLog,v 1.90 2013/01/15 18:35:39 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/ChangeLog,v 1.91 2013/04/02 06:24:57 radhermit Exp $
+
+*solfege-3.21.4 (02 Apr 2013)
+
+ 02 Apr 2013; Tim Harder <radhermit@gentoo.org> +solfege-3.21.4.ebuild:
+ Version bump.
*solfege-3.20.8 (15 Jan 2013)
1.1 media-sound/solfege/solfege-3.21.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/solfege-3.21.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/solfege/solfege-3.21.4.ebuild?rev=1.1&content-type=text/plain
Index: solfege-3.21.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/solfege-3.21.4.ebuild,v 1.1 2013/04/02 06:24:57 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="sqlite"
inherit python-single-r1
DESCRIPTION="GNU Solfege is a program written to help you practice ear training."
HOMEPAGE="http://www.solfege.org"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa oss"
RDEPEND="${PYTHON_DEPS}
>=dev-python/pygtk-2.12
gnome-base/librsvg
alsa? ( dev-python/pyalsa )
!oss? ( media-sound/timidity++ )"
DEPEND="${PYTHON_DEPS}
dev-lang/swig
sys-devel/gettext
sys-apps/texinfo
virtual/pkgconfig
dev-libs/libxslt
app-text/txt2man
>=app-text/docbook-xsl-stylesheets-1.60"
RESTRICT="test"
src_prepare() {
sed -i -e '/^CFLAGS/s:-I/usr/src/linux/include::' \
solfege/soundcard/Makefile || die "sed failed"
}
src_configure() {
local xslloc=$( xmlcatalog /etc/xml/catalog http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl | sed 's@file://@@' )
econf \
--enable-docbook-stylesheet=${xslloc} \
$(use_enable oss oss-sound)
}
src_compile() {
emake skipmanual=yes
}
src_install() {
emake DESTDIR="${ED}" nopycompile=YES skipmanual=yes install
dodoc AUTHORS *hange*og FAQ README
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-02 6:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 6:24 [gentoo-commits] gentoo-x86 commit in media-sound/solfege: solfege-3.21.4.ebuild ChangeLog Tim Harder (radhermit)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox