aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Denisov <pavel.a.denisov@gmail.com>2017-01-29 11:56:59 +0300
committerJustin Lecher <jlec@gentoo.org>2017-01-29 11:59:22 +0000
commit3b81a0278098614577ceef8dbf53f6175be50fe8 (patch)
treebbf6bc0bc04dfd2bc35ebf5283c23f317854bdd7 /sci-misc/praat
parentsci-biology/BBmap: version bump (diff)
downloadsci-3b81a0278098614577ceef8dbf53f6175be50fe8.tar.gz
sci-3b81a0278098614577ceef8dbf53f6175be50fe8.tar.bz2
sci-3b81a0278098614577ceef8dbf53f6175be50fe8.zip
sci-misc/praat: Version Bump (#723)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-misc/praat')
-rw-r--r--sci-misc/praat/Manifest1
-rw-r--r--sci-misc/praat/praat-6.0.23.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/sci-misc/praat/Manifest b/sci-misc/praat/Manifest
index 578c77952..af2f1cff3 100644
--- a/sci-misc/praat/Manifest
+++ b/sci-misc/praat/Manifest
@@ -1 +1,2 @@
DIST praat-5.4.19.tar.gz 7072754 SHA256 4397d30adf1bb882065c446aa04a3598c381ac754e74405f257e646b73c3b9d0 SHA512 7f560a6264fddeb62da16b6d77f0a2ddb3b4c3ff6305886ea483130afda46a4e6269c9b1ab86cede56a640593287d491eb8933b50d351464c0fde0558c700c39 WHIRLPOOL 1d848440b1b15b503a56e36899ba299a0e6a73f5e6c9ff887497f2dd81a353e33a405b5be8714d87c8d0874b12482325078b2abd7d4ebc7deb9fbeb8b6b83e59
+DIST praat-6.0.23.tar.gz 11629967 SHA256 bc6f5ff8f50851c4cef4c3c37b184c0f7c634d67ae8e23b55f80a0edfb14cf6c SHA512 e310a0bbfaba75debd2940ffcee0d39c55068464b88fc4329762d5217e674689afea73c0783f4428ad82834fa50d85b4483ce339c2babcea75568b306b0f2355 WHIRLPOOL e764893eb7ee80c484d1ce8d3f0d3652e137e641505950de6a0dbd434c6a9e5441d14e034926e6d09b6abc0154c80a624f2bfd3d84f14eb71d8ee1688da9617b
diff --git a/sci-misc/praat/praat-6.0.23.ebuild b/sci-misc/praat/praat-6.0.23.ebuild
new file mode 100644
index 000000000..59ec3b8e8
--- /dev/null
+++ b/sci-misc/praat/praat-6.0.23.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Speech analysis and synthesis"
+HOMEPAGE="http://www.fon.hum.uva.nl/praat/ https://github.com/praat/praat"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+ x11-libs/gtk+:2
+ media-libs/alsa-lib
+ media-sound/pulseaudio"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ eapply_user
+ # TODO: following line should be updated for non-linux etc. builds
+ # (Flammie does not have testing equipment)
+ cp "${S}"/makefiles/makefile.defs.linux.pulse "${S}"/makefile.defs || die
+}
+
+src_install() {
+ dobin ${PN}
+ insinto /usr/share/${PN}
+ doins -r test
+}