public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/specimen: specimen-0.5.2_rc3-r1.ebuild ChangeLog specimen-0.5.2_rc3.ebuild
@ 2015-02-20 15:09 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2015-02-20 15:09 UTC (permalink / raw
  To: gentoo-commits

yngwin      15/02/20 15:09:07

  Modified:             ChangeLog
  Added:                specimen-0.5.2_rc3-r1.ebuild
  Removed:              specimen-0.5.2_rc3.ebuild
  Log:
  Update to EAPI=5 (bug #540800) and fix underlinking with patch by Ted Tanberry (bug #499718)
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.22                 media-sound/specimen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	5 May 2012 08:52:46 -0000	1.21
+++ ChangeLog	20 Feb 2015 15:09:07 -0000	1.22
@@ -1,6 +1,14 @@
 # ChangeLog for media-sound/specimen
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v 1.21 2012/05/05 08:52:46 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/ChangeLog,v 1.22 2015/02/20 15:09:07 yngwin Exp $
+
+*specimen-0.5.2_rc3-r1 (20 Feb 2015)
+
+  20 Feb 2015; Ben de Groot <yngwin@gentoo.org>
+  +files/specimen-0.5.2_rc3-underlinking.patch, +specimen-0.5.2_rc3-r1.ebuild,
+  -specimen-0.5.2_rc3.ebuild:
+  Update to EAPI=5 (bug #540800) and fix underlinking with patch by Ted Tanberry
+  (bug #499718)
 
   05 May 2012; Michał Górny <mgorny@gentoo.org> specimen-0.5.2_rc3.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -83,4 +91,3 @@
 
   29 Jun 2004; Frank van de Pol <fvdpol@gentoo.org> :
   New ebuild donated by mikael soderholm <gnarlie@ihku.org>, closing bug #55340.
-



1.1                  media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild?rev=1.1&content-type=text/plain

Index: specimen-0.5.2_rc3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/specimen/specimen-0.5.2_rc3-r1.ebuild,v 1.1 2015/02/20 15:09:07 yngwin Exp $

EAPI=5
inherit autotools eutils

MY_P=${P/_/-}

DESCRIPTION="A Midi Controllable Audio Sampler"
HOMEPAGE="http://zhevny.com/specimen"
SRC_URI="http://zhevny.com/${PN}/files/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc sparc x86"
IUSE="lash"

RDEPEND=">=media-sound/jack-audio-connection-kit-0.109.2
	>=media-libs/alsa-lib-0.9
	media-libs/libsamplerate
	media-libs/libsndfile
	>=media-libs/phat-0.4
	dev-libs/libxml2:2
	x11-libs/gtk+:2
	gnome-base/libgnomecanvas
	lash? ( media-sound/lash )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S="${WORKDIR}"/${MY_P}

src_prepare() {
	epatch "${FILESDIR}/${P}-jackmidi.patch" \
		"${FILESDIR}/${P}-underlinking.patch"
	eautoreconf
}

src_configure() {
	econf $(use_enable lash)
}

src_install() {
	default
	dodoc AUTHORS BUGS ChangeLog NEWS PROFILE \
		README ROADMAP TODO STYLE TODO WISHLIST
	doicon pixmaps/${PN}.png
	make_desktop_entry ${PN} Specimen ${PN}
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-20 23:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 15:09 [gentoo-commits] gentoo-x86 commit in media-sound/specimen: specimen-0.5.2_rc3-r1.ebuild ChangeLog specimen-0.5.2_rc3.ebuild Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox