* [gentoo-commits] gentoo-x86 commit in sci-visualization/spectromatic: metadata.xml ChangeLog spectromatic-1.0-r2.ebuild
@ 2014-01-06 13:29 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2014-01-06 13:29 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/06 13:29:11
Modified: metadata.xml ChangeLog spectromatic-1.0-r2.ebuild
Log:
sci-visualization/spectromatic: Punt base.eclass
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.3 sci-visualization/spectromatic/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/metadata.xml?r1=1.2&r2=1.3
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml 26 Nov 2008 10:48:57 -0000 1.2
+++ metadata.xml 6 Jan 2014 13:29:11 -0000 1.3
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
Spectromatic is a program for generating spectrograms from audio
files. Spectrograms are a form of simple time-frequency analysis which
lets you see how the distribution of energy at different frequencies
1.13 sci-visualization/spectromatic/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 7 Aug 2012 02:33:07 -0000 1.12
+++ ChangeLog 6 Jan 2014 13:29:11 -0000 1.13
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/spectromatic
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/ChangeLog,v 1.12 2012/08/07 02:33:07 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/ChangeLog,v 1.13 2014/01/06 13:29:11 jlec Exp $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> spectromatic-1.0-r2.ebuild,
+ metadata.xml:
+ Punt base.eclass
07 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org>
+files/spectromatic-1.0-waveheaderstruct-amd64.patch,
1.6 sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild?r1=1.5&r2=1.6
Index: spectromatic-1.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spectromatic-1.0-r2.ebuild 7 Aug 2012 02:33:07 -0000 1.5
+++ spectromatic-1.0-r2.ebuild 6 Jan 2014 13:29:11 -0000 1.6
@@ -1,27 +1,30 @@
-# 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/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild,v 1.5 2012/08/07 02:33:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild,v 1.6 2014/01/06 13:29:11 jlec Exp $
EAPI=4
-inherit base toolchain-funcs
+inherit eutils toolchain-funcs
MY_P=${PN}_${PV}-1
DESCRIPTION="Generates time-frequency analysis images from wav files"
HOMEPAGE="http://ieee.uow.edu.au/~daniel/software/spectromatic/"
SRC_URI="http://ieee.uow.edu.au/~daniel/software/spectromatic/dist/${MY_P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND="media-libs/libpng
+RDEPEND="
+ media-libs/libpng:0
sci-libs/gsl"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( README )
+
PATCHES=(
"${FILESDIR}"/${P}-makefile.patch
"${FILESDIR}"/${P}-stringliteral.patch
@@ -32,3 +35,7 @@
tc-export CC
export TOPLEVEL_HOME="${EROOT}/usr"
}
+
+src_prepare() {
+ epatch ${PATCHES[@]}
+}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-06 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 13:29 [gentoo-commits] gentoo-x86 commit in sci-visualization/spectromatic: metadata.xml ChangeLog spectromatic-1.0-r2.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox