ssuominen 14/06/28 16:32:17 Modified: jackbeat-0.7.6.ebuild ChangeLog Log: Link against gmodule-2.0 libraries wrt #508988 by Gabriel Homeier and Ted Tanberry (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.3 media-sound/jackbeat/jackbeat-0.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jackbeat/jackbeat-0.7.6.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jackbeat/jackbeat-0.7.6.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jackbeat/jackbeat-0.7.6.ebuild?r1=1.2&r2=1.3 Index: jackbeat-0.7.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/jackbeat/jackbeat-0.7.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jackbeat-0.7.6.ebuild 5 May 2012 08:30:50 -0000 1.2 +++ jackbeat-0.7.6.ebuild 28 Jun 2014 16:32:17 -0000 1.3 @@ -1,14 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jackbeat/jackbeat-0.7.6.ebuild,v 1.2 2012/05/05 08:30:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jackbeat/jackbeat-0.7.6.ebuild,v 1.3 2014/06/28 16:32:17 ssuominen Exp $ -EAPI=4 - -inherit eutils autotools +EAPI=5 +inherit autotools eutils DESCRIPTION="An audio sequencer for Linux" HOMEPAGE="http://www.samalyse.com/jackbeat/" -SRC_URI="http://www.samalyse.com/jackbeat/files/${P}.tar.gz" +SRC_URI="http://www.samalyse.com/${PN}/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -33,10 +32,12 @@ virtual/pkgconfig" src_prepare() { - epatch "${FILESDIR}"/${P}-automagic-pulse.patch + epatch \ + "${FILESDIR}"/${P}-automagic-pulse.patch \ + "${FILESDIR}"/${P}-underlinking.patch # Don't install license file - sed -i -e "s:help::" pkgdata/Makefile.am + sed -i -e 's:help::' pkgdata/Makefile.am || die eautoreconf } 1.6 media-sound/jackbeat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jackbeat/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jackbeat/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jackbeat/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/jackbeat/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 May 2012 08:30:50 -0000 1.5 +++ ChangeLog 28 Jun 2014 16:32:17 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/jackbeat -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jackbeat/ChangeLog,v 1.5 2012/05/05 08:30:50 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/jackbeat/ChangeLog,v 1.6 2014/06/28 16:32:17 ssuominen Exp $ + + 28 Jun 2014; Samuli Suominen <[email protected]> + +files/jackbeat-0.7.6-underlinking.patch, jackbeat-0.7.6.ebuild: + Link against gmodule-2.0 libraries wrt #508988 by Gabriel Homeier and Ted + Tanberry 05 May 2012; Michał Górny <[email protected]> jackbeat-0.7.6.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -25,4 +30,3 @@ 22 Jan 2008; Alexis Ballier <[email protected]> +metadata.xml, +jackbeat-0.6.2.ebuild: Initial import, thanks to Benjamin Tremoulheac <[email protected]>, bug #112199 -
