* [gentoo-commits] gentoo-x86 commit in media-libs/stk: ChangeLog stk-4.4.2.ebuild
@ 2011-01-02 14:23 99% Alexis Ballier (aballier)
0 siblings, 0 replies; 1+ results
From: Alexis Ballier (aballier) @ 2011-01-02 14:23 UTC (permalink / raw
To: gentoo-commits
aballier 11/01/02 14:23:05
Modified: ChangeLog
Added: stk-4.4.2.ebuild
Log:
version bump, by Christopher Harvey <chris@basementcode.com>, bug #309037, with some modifications and patches by me.
(Portage version: 2.2.0_alpha11/cvs/Linux x86_64)
Revision Changes Path
1.6 media-libs/stk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Aug 2010 19:06:22 -0000 1.5
+++ ChangeLog 2 Jan 2011 14:23:05 -0000 1.6
@@ -1,6 +1,16 @@
# ChangeLog for media-libs/stk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.5 2010/08/17 19:06:22 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/ChangeLog,v 1.6 2011/01/02 14:23:05 aballier Exp $
+
+*stk-4.4.2 (02 Jan 2011)
+
+ 02 Jan 2011; Alexis Ballier <aballier@gentoo.org> +stk-4.4.2.ebuild,
+ +files/stk-4.4.2/010_all_removeForcedFlags.patch,
+ +files/stk-4.4.2/020_all_noExamplesOrDemo.patch,
+ +files/stk-4.4.2/030_all_sharedlib.patch,
+ +files/stk-4.4.2/040_all_soname.patch, +files/stk-4.4.2/050_all_abiver.patch:
+ version bump, by Christopher Harvey <chris@basementcode.com>, bug #309037,
+ with some modifications and patches by me.
17 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
files/stk-4.3.1-gcc44.patch:
1.1 media-libs/stk/stk-4.4.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/stk-4.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/stk/stk-4.4.2.ebuild?rev=1.1&content-type=text/plain
Index: stk-4.4.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/stk/stk-4.4.2.ebuild,v 1.1 2011/01/02 14:23:05 aballier Exp $
EAPI="2"
inherit eutils autotools
DESCRIPTION="Synthesis ToolKit in C++"
HOMEPAGE="http://ccrma.stanford.edu/software/stk/"
SRC_URI="http://ccrma.stanford.edu/software/stk/release/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug doc jack oss"
RDEPEND="alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-lang/perl"
src_prepare() {
EPATCH_SUFFIX="patch" epatch "${FILESDIR}/${PF}"
eautoreconf
}
src_configure() {
#breaks with --disable-foo...uses as --enable-foo
local myconf
if use debug; then
myconf="${myconf} --enable-debug"
fi
if use oss; then
myconf="${myconf} --with-oss"
fi
if use alsa; then
myconf="${myconf} --with-alsa"
fi
if use jack; then
myconf="${myconf} --with-jack"
fi
econf ${myconf} \
RAWWAVE_PATH=/usr/share/stk/rawwaves/
}
src_install() {
dodoc README || die "Failed to install README"
# install the lib
dolib src/libstk.* || die "Failed to install libstk.*"
# install headers
insinto /usr/include/stk || die "Failed to create header directory."
doins include/*.h include/*.msg include/*.tbl \
|| die "Failed to install msg, tbl and h files."
# install rawwaves
insinto /usr/share/stk/rawwaves || die "Failed to create rawwave directory."
doins rawwaves/*.raw || die "Failed to install rawwave files."
# install docs
if use doc; then
dohtml -r doc/html/* || die "Failed to install docs."
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-01-02 14:23 99% [gentoo-commits] gentoo-x86 commit in media-libs/stk: ChangeLog stk-4.4.2.ebuild Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox