public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2011-06-25 17:22 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     890d01c1665dd70b1a55fab7af1c5df47fb67ed1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 16:58:22 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 16:58:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=890d01c1

Cleaned ebuild

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-misc/praat/ChangeLog           |    6 +++-
 sci-misc/praat/metadata.xml        |    9 +++---
 sci-misc/praat/praat-5.0.38.ebuild |   49 ----------------------------------
 sci-misc/praat/praat-5.0.45.ebuild |   51 ------------------------------------
 sci-misc/praat/praat-5.1.00.ebuild |   23 ++++++++++------
 sci-misc/praat/praat-5.1.15.ebuild |   23 ++++++++++------
 6 files changed, 38 insertions(+), 123 deletions(-)

diff --git a/sci-misc/praat/ChangeLog b/sci-misc/praat/ChangeLog
index 5c21946..eade52d 100644
--- a/sci-misc/praat/ChangeLog
+++ b/sci-misc/praat/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-misc/praat
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> -praat-5.0.38.ebuild,
+  -praat-5.0.45.ebuild, praat-5.1.00.ebuild, praat-5.1.15.ebuild, metadata.xml:
+  Cleaned ebuild
+
 *praat-5.1.15 (07 Sep 2009)
 
   07 Sep 2009; Flammie Pirinen <flammie@gentoo.org> +praat-5.1.15.ebuild:

diff --git a/sci-misc/praat/metadata.xml b/sci-misc/praat/metadata.xml
index aab6dfb..c8cb1bb 100644
--- a/sci-misc/praat/metadata.xml
+++ b/sci-misc/praat/metadata.xml
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>no-herd</herd>
-<maintainer><email>flammie@gentoo.org</email></maintainer>
-<longdescription lang="en">
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>flammie@gentoo.org</email>
+	</maintainer>
+	<longdescription lang="en">
 	Praat is a phonetic program for computer. It includes speech synthesis,
 	analysis and other tools.
 </longdescription>
 </pkgmetadata>
-

diff --git a/sci-misc/praat/praat-5.0.38.ebuild b/sci-misc/praat/praat-5.0.38.ebuild
deleted file mode 100644
index e3d3932..0000000
--- a/sci-misc/praat/praat-5.0.38.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit versionator
-# FIXME: for versions with last part < 10 pad with zeroes
-MY_PV=$(delete_all_version_separators)
-
-DESCRIPTION="Speech analysis and synthesis"
-SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz"
-HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
-DEPEND="|| ( ( x11-libs/libXmu
-			x11-libs/libXt
-			x11-libs/libX11
-			x11-libs/libICE
-			x11-libs/libXext
-			x11-libs/libSM
-			x11-libs/libXp
-		)
-		virtual/x11
-	)
-	x11-libs/openmotif"
-RDEPEND="${DEPEND}"
-KEYWORDS="~amd64"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/sources_${MY_PV}"
-
-src_compile() {
-	# TODO: following line should be updated for non-linux etc. builds
-	cp "${S}/makefiles/makefile.defs.linux.dynamic" "${S}/makefile.defs"
-	emake || die "emake failed"
-}
-
-src_install() {
-	dobin praat
-	dodir /usr/share/${PN}
-	insinto /usr/share/${PN}
-	doins test/*
-	dodir /usr/share/${PN}/texio
-	insinto /usr/share/${PN}/texio
-	doins test/texio/*
-	dodir /usr/share/${PN}/logisticRegression
-	insinto /usr/share/${PN}/logisticRegression
-	doins test/logisticRegression/*
-}
-

diff --git a/sci-misc/praat/praat-5.0.45.ebuild b/sci-misc/praat/praat-5.0.45.ebuild
deleted file mode 100644
index 27c6bff..0000000
--- a/sci-misc/praat/praat-5.0.45.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit versionator
-# FIXME: for versions with last part < 10 pad with zeroes
-# e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207.
-MY_PV=$(delete_all_version_separators)
-
-DESCRIPTION="Speech analysis and synthesis"
-SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz"
-HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
-DEPEND="|| ( ( x11-libs/libXmu
-			x11-libs/libXt
-			x11-libs/libX11
-			x11-libs/libICE
-			x11-libs/libXext
-			x11-libs/libSM
-			x11-libs/libXp
-		)
-		virtual/x11
-	)
-	x11-libs/openmotif"
-RDEPEND="${DEPEND}"
-KEYWORDS="~amd64"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-S="${WORKDIR}/sources_${MY_PV}"
-
-src_compile() {
-	# TODO: following line should be updated for non-linux etc. builds
-	# (Flammie does not have testing equipment)
-	cp "${S}/makefiles/makefile.defs.linux.dynamic" "${S}/makefile.defs"
-	emake || die "emake failed"
-}
-
-src_install() {
-	dobin praat
-	dodir /usr/share/${PN}
-	insinto /usr/share/${PN}
-	doins test/*
-	dodir /usr/share/${PN}/texio
-	insinto /usr/share/${PN}/texio
-	doins test/texio/*
-	dodir /usr/share/${PN}/logisticRegression
-	insinto /usr/share/${PN}/logisticRegression
-	doins test/logisticRegression/*
-}
-

diff --git a/sci-misc/praat/praat-5.1.00.ebuild b/sci-misc/praat/praat-5.1.00.ebuild
index 25ae8d3..a71a7d3 100644
--- a/sci-misc/praat/praat-5.1.00.ebuild
+++ b/sci-misc/praat/praat-5.1.00.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 inherit versionator
 # FIXME: for versions with last part < 10 pad with zeroes
 # e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207.
@@ -10,7 +12,16 @@ MY_PV=$(delete_all_version_separators)
 DESCRIPTION="Speech analysis and synthesis"
 SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz"
 HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
-DEPEND="|| ( ( x11-libs/libXmu
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	|| (
+		(
+			x11-libs/libXmu
 			x11-libs/libXt
 			x11-libs/libX11
 			x11-libs/libICE
@@ -22,18 +33,13 @@ DEPEND="|| ( ( x11-libs/libXmu
 	)
 	x11-libs/openmotif"
 RDEPEND="${DEPEND}"
-KEYWORDS="~amd64"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
 
 S="${WORKDIR}/sources_${MY_PV}"
 
-src_compile() {
+src_prepare() {
 	# TODO: following line should be updated for non-linux etc. builds
 	# (Flammie does not have testing equipment)
 	cp "${S}/makefiles/makefile.defs.linux.dynamic" "${S}/makefile.defs"
-	emake || die "emake failed"
 }
 
 src_install() {
@@ -48,4 +54,3 @@ src_install() {
 	insinto /usr/share/${PN}/logisticRegression
 	doins test/logisticRegression/*
 }
-

diff --git a/sci-misc/praat/praat-5.1.15.ebuild b/sci-misc/praat/praat-5.1.15.ebuild
index 7009e2a..a71a7d3 100644
--- a/sci-misc/praat/praat-5.1.15.ebuild
+++ b/sci-misc/praat/praat-5.1.15.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 inherit versionator
 # FIXME: for versions with last part < 10 pad with zeroes
 # e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207.
@@ -10,7 +12,16 @@ MY_PV=$(delete_all_version_separators)
 DESCRIPTION="Speech analysis and synthesis"
 SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz"
 HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
-DEPEND="|| ( ( x11-libs/libXmu
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	|| (
+		(
+			x11-libs/libXmu
 			x11-libs/libXt
 			x11-libs/libX11
 			x11-libs/libICE
@@ -22,18 +33,13 @@ DEPEND="|| ( ( x11-libs/libXmu
 	)
 	x11-libs/openmotif"
 RDEPEND="${DEPEND}"
-KEYWORDS="~x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
 
 S="${WORKDIR}/sources_${MY_PV}"
 
-src_compile() {
+src_prepare() {
 	# TODO: following line should be updated for non-linux etc. builds
 	# (Flammie does not have testing equipment)
 	cp "${S}/makefiles/makefile.defs.linux.dynamic" "${S}/makefile.defs"
-	emake || die "emake failed"
 }
 
 src_install() {
@@ -48,4 +54,3 @@ src_install() {
 	insinto /usr/share/${PN}/logisticRegression
 	doins test/logisticRegression/*
 }
-



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2011-10-25 17:16 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2011-10-25 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     07674a8522abaa5ad44d0f665f58718878867b92
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 13:55:35 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 13:55:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=07674a85

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 sci-misc/praat/ChangeLog    |    3 +++
 sci-misc/praat/metadata.xml |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sci-misc/praat/ChangeLog b/sci-misc/praat/ChangeLog
index eade52d..21299dc 100644
--- a/sci-misc/praat/ChangeLog
+++ b/sci-misc/praat/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   25 Jun 2011; Justin Lecher <jlec@gentoo.org> -praat-5.0.38.ebuild,
   -praat-5.0.45.ebuild, praat-5.1.00.ebuild, praat-5.1.15.ebuild, metadata.xml:
   Cleaned ebuild

diff --git a/sci-misc/praat/metadata.xml b/sci-misc/praat/metadata.xml
index c8cb1bb..3c11a92 100644
--- a/sci-misc/praat/metadata.xml
+++ b/sci-misc/praat/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>flammie@gentoo.org</email>
 	</maintainer>



^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2015-09-22 10:06 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-09-22 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     d1f65d818bfcd48df13d4adee3b4626dcf1fbe8d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 10:05:45 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 10:06:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d1f65d81

sci-misc/praat: Version Bump

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-misc/praat/praat-5.1.00.ebuild | 51 --------------------------------------
 sci-misc/praat/praat-5.1.15.ebuild | 51 --------------------------------------
 sci-misc/praat/praat-5.4.19.ebuild | 37 +++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 102 deletions(-)

diff --git a/sci-misc/praat/praat-5.1.00.ebuild b/sci-misc/praat/praat-5.1.00.ebuild
deleted file mode 100644
index 1bca0b0..0000000
--- a/sci-misc/praat/praat-5.1.00.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit versionator
-# FIXME: for versions with last part < 10 pad with zeroes
-# e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207.
-MY_PV=$(delete_all_version_separators)
-
-DESCRIPTION="Speech analysis and synthesis"
-SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz"
-HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="
-	x11-libs/libXmu
-	x11-libs/libXt
-	x11-libs/libX11
-	x11-libs/libICE
-	x11-libs/libXext
-	x11-libs/libSM
-	x11-libs/libXp
-	x11-libs/motif"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/sources_${MY_PV}"
-
-src_prepare() {
-	# TODO: following line should be updated for non-linux etc. builds
-	# (Flammie does not have testing equipment)
-	cp "${S}/makefiles/makefile.defs.linux.dynamic" "${S}/makefile.defs"
-}
-
-src_install() {
-	dobin praat
-	dodir /usr/share/${PN}
-	insinto /usr/share/${PN}
-	doins test/*
-	dodir /usr/share/${PN}/texio
-	insinto /usr/share/${PN}/texio
-	doins test/texio/*
-	dodir /usr/share/${PN}/logisticRegression
-	insinto /usr/share/${PN}/logisticRegression
-	doins test/logisticRegression/*
-}

diff --git a/sci-misc/praat/praat-5.1.15.ebuild b/sci-misc/praat/praat-5.1.15.ebuild
deleted file mode 100644
index 1bca0b0..0000000
--- a/sci-misc/praat/praat-5.1.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit versionator
-# FIXME: for versions with last part < 10 pad with zeroes
-# e.g 4 => 4000, 5.1 => 5100, 5.2.7 => 5207.
-MY_PV=$(delete_all_version_separators)
-
-DESCRIPTION="Speech analysis and synthesis"
-SRC_URI="http://www.fon.hum.uva.nl/praat/${PN}${MY_PV}_sources.tar.gz"
-HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="
-	x11-libs/libXmu
-	x11-libs/libXt
-	x11-libs/libX11
-	x11-libs/libICE
-	x11-libs/libXext
-	x11-libs/libSM
-	x11-libs/libXp
-	x11-libs/motif"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/sources_${MY_PV}"
-
-src_prepare() {
-	# TODO: following line should be updated for non-linux etc. builds
-	# (Flammie does not have testing equipment)
-	cp "${S}/makefiles/makefile.defs.linux.dynamic" "${S}/makefile.defs"
-}
-
-src_install() {
-	dobin praat
-	dodir /usr/share/${PN}
-	insinto /usr/share/${PN}
-	doins test/*
-	dodir /usr/share/${PN}/texio
-	insinto /usr/share/${PN}/texio
-	doins test/texio/*
-	dodir /usr/share/${PN}/logisticRegression
-	insinto /usr/share/${PN}/logisticRegression
-	doins test/logisticRegression/*
-}

diff --git a/sci-misc/praat/praat-5.4.19.ebuild b/sci-misc/praat/praat-5.4.19.ebuild
new file mode 100644
index 0000000..aa51771
--- /dev/null
+++ b/sci-misc/praat/praat-5.4.19.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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/libXmu
+	x11-libs/libXt
+	x11-libs/libX11
+	x11-libs/libICE
+	x11-libs/libXext
+	x11-libs/libSM
+	x11-libs/libXp
+	x11-libs/motif:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	# TODO: following line should be updated for non-linux etc. builds
+	# (Flammie does not have testing equipment)
+	cp "${S}"/makefiles/makefile.defs.linux.alsa "${S}"/makefile.defs
+}
+
+src_install() {
+	dobin ${PN}
+	insinto /usr/share/${PN}
+	doins -r test
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2017-01-29 11:59 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2017-01-29 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     3b81a0278098614577ceef8dbf53f6175be50fe8
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 08:56:59 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 11:59:22 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b81a027

sci-misc/praat: Version Bump (#723)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-misc/praat/praat-6.0.23.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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 0000000..59ec3b8
--- /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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2017-01-29 11:59 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2017-01-29 11:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8cd39c1acd78a4c1e8cb2e785f12e91e289bd6ef
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 08:56:59 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 08:56:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8cd39c1a

sci-misc/praat: Version Bump (#723)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-misc/praat/praat-6.0.23.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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 0000000..59ec3b8
--- /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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2017-03-09 21:22 Christoph Junghans
  0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2017-03-09 21:22 UTC (permalink / raw
  To: gentoo-commits

commit:     93c3466347c59b29c20b6a7b36fe889cd6426d11
Author:     Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Thu Mar  9 08:22:57 2017 +0000
Commit:     Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 08:22:57 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=93c34663

sci-misc/praat: Version bump (#746)

Respect system CFLAGS/CXXFLAGS

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-misc/praat/{praat-6.0.23.ebuild => praat-6.0.26.ebuild} | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-misc/praat/praat-6.0.23.ebuild b/sci-misc/praat/praat-6.0.26.ebuild
similarity index 82%
rename from sci-misc/praat/praat-6.0.23.ebuild
rename to sci-misc/praat/praat-6.0.26.ebuild
index 4cd968299..01f910d56 100644
--- a/sci-misc/praat/praat-6.0.23.ebuild
+++ b/sci-misc/praat/praat-6.0.26.ebuild
@@ -22,7 +22,12 @@ 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
+	cp makefiles/makefile.defs.linux.pulse makefile.defs || die
+
+	cat <<-EOF >> makefile.defs
+		CFLAGS += ${CFLAGS}
+		CXXFLAGS += ${CXXFLAGS}
+	EOF
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2018-06-21 19:52 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2018-06-21 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5d81bcddc4f674a1d40529ac3aa2ad4a20454b5b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 19:51:20 2018 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 19:51:20 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5d81bcdd

sci-misc/praat: Clean old

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-misc/praat/praat-5.4.19.ebuild | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/sci-misc/praat/praat-5.4.19.ebuild b/sci-misc/praat/praat-5.4.19.ebuild
deleted file mode 100644
index 347fe25a8..000000000
--- a/sci-misc/praat/praat-5.4.19.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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/libXmu
-	x11-libs/libXt
-	x11-libs/libX11
-	x11-libs/libICE
-	x11-libs/libXext
-	x11-libs/libSM
-	x11-libs/libXp
-	x11-libs/motif:0="
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	# TODO: following line should be updated for non-linux etc. builds
-	# (Flammie does not have testing equipment)
-	cp "${S}"/makefiles/makefile.defs.linux.alsa "${S}"/makefile.defs
-}
-
-src_install() {
-	dobin ${PN}
-	insinto /usr/share/${PN}
-	doins -r test
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2021-01-13 21:06 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-01-13 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a7f9b480be6e59488b2333d4261355e1033655ed
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Jan 13 21:03:46 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Jan 13 21:03:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a7f9b480

sci-misc/praat: use https

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/praat/praat-6.0.26.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-misc/praat/praat-6.0.26.ebuild b/sci-misc/praat/praat-6.0.26.ebuild
index 01f910d56..6872814e4 100644
--- a/sci-misc/praat/praat-6.0.26.ebuild
+++ b/sci-misc/praat/praat-6.0.26.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="Speech analysis and synthesis"
-HOMEPAGE="http://www.fon.hum.uva.nl/praat/ https://github.com/praat/praat"
+HOMEPAGE="https://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"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2021-03-04 10:42 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     70f58e00e806ee0cfcb0a4fea7867fe1dc8b0575
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 10:41:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 10:41:38 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=70f58e00

sci-misc/praat: version bump 6.1.40, EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/praat/praat-6.1.40.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/sci-misc/praat/praat-6.1.40.ebuild b/sci-misc/praat/praat-6.1.40.ebuild
new file mode 100644
index 000000000..3e7f7d95c
--- /dev/null
+++ b/sci-misc/praat/praat-6.1.40.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Speech analysis and synthesis"
+HOMEPAGE="https://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"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	x11-libs/gtk+:2
+	media-libs/alsa-lib
+	media-sound/pulseaudio"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	# TODO: following line should be updated for non-linux etc. builds
+	# (Flammie does not have testing equipment)
+	cp makefiles/makefile.defs.linux.pulse makefile.defs || die
+
+	cat <<-EOF >> makefile.defs
+		CFLAGS += ${CFLAGS}
+		CXXFLAGS += ${CXXFLAGS}
+	EOF
+}
+
+src_install() {
+	dobin ${PN}
+	insinto /usr/share/${PN}
+	doins -r test
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2021-03-04 10:42 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     10b30889fcf18fb98c923c73e0d00e045296143c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 10:42:00 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 10:42:00 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=10b30889

sci-misc/praat: drop old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/praat/praat-6.0.26.ebuild | 37 -------------------------------------
 1 file changed, 37 deletions(-)

diff --git a/sci-misc/praat/praat-6.0.26.ebuild b/sci-misc/praat/praat-6.0.26.ebuild
deleted file mode 100644
index 6872814e4..000000000
--- a/sci-misc/praat/praat-6.0.26.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Speech analysis and synthesis"
-HOMEPAGE="https://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 makefiles/makefile.defs.linux.pulse makefile.defs || die
-
-	cat <<-EOF >> makefile.defs
-		CFLAGS += ${CFLAGS}
-		CXXFLAGS += ${CXXFLAGS}
-	EOF
-}
-
-src_install() {
-	dobin ${PN}
-	insinto /usr/share/${PN}
-	doins -r test
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2021-03-04 13:53 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-03-04 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ed623a2d8990ad8cc07695594684a6d8732ef17e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar  4 13:45:46 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar  4 13:45:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed623a2d

sci-misc/praat: remove RedundantLongDescription

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/praat/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-misc/praat/metadata.xml b/sci-misc/praat/metadata.xml
index 8b2f625ef..5ca31b49e 100644
--- a/sci-misc/praat/metadata.xml
+++ b/sci-misc/praat/metadata.xml
@@ -4,10 +4,6 @@
 	<maintainer type="person">
 		<email>flammie@gentoo.org</email>
 	</maintainer>
-	<longdescription lang="en">
-Praat is a phonetic program for computer. It includes speech synthesis,
-analysis and other tools.
-</longdescription>
 	<upstream>
 		<remote-id type="github">praat/praat</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-misc/praat/
@ 2021-05-08 13:51 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-05-08 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     64de0fcb29b94a011ebde3ac9f544e1713bf4da7
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat May  8 13:49:05 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May  8 13:50:57 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=64de0fcb

sci-misc/praat: version bump 6.1.42

Bug: https://bugs.gentoo.org/78392
Co-Authored-By: Edgar Uriel Domínguez Espinoza <edgar_uriel84 <AT> genomorro.name>
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-misc/praat/praat-6.1.40.ebuild | 36 -----------------------
 sci-misc/praat/praat-6.1.42.ebuild | 60 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+), 36 deletions(-)

diff --git a/sci-misc/praat/praat-6.1.40.ebuild b/sci-misc/praat/praat-6.1.40.ebuild
deleted file mode 100644
index 3e7f7d95c..000000000
--- a/sci-misc/praat/praat-6.1.40.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Speech analysis and synthesis"
-HOMEPAGE="https://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"
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND="
-	x11-libs/gtk+:2
-	media-libs/alsa-lib
-	media-sound/pulseaudio"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	# TODO: following line should be updated for non-linux etc. builds
-	# (Flammie does not have testing equipment)
-	cp makefiles/makefile.defs.linux.pulse makefile.defs || die
-
-	cat <<-EOF >> makefile.defs
-		CFLAGS += ${CFLAGS}
-		CXXFLAGS += ${CXXFLAGS}
-	EOF
-}
-
-src_install() {
-	dobin ${PN}
-	insinto /usr/share/${PN}
-	doins -r test
-}

diff --git a/sci-misc/praat/praat-6.1.42.ebuild b/sci-misc/praat/praat-6.1.42.ebuild
new file mode 100644
index 000000000..5a60b5149
--- /dev/null
+++ b/sci-misc/praat/praat-6.1.42.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Speech analysis and synthesis"
+SRC_URI="https://github.com/praat/praat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="http://www.fon.hum.uva.nl/praat/"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="+pulseaudio static-libs +X"
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="
+	pulseaudio? ( media-sound/pulseaudio )
+	static-libs? ( media-libs/alsa-lib )
+	X? ( x11-libs/gtk+:3 )
+	!X? ( x11-libs/pango )"
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/praat-${PV}"
+
+src_prepare() {
+	if use X; then
+		if use static-libs; then
+			if use pulseaudio; then
+				cp "${S}/makefiles/makefile.defs.linux.pulse_static" "${S}/makefile.defs"
+			else
+				cp "${S}/makefiles/makefile.defs.linux.alsa" "${S}/makefile.defs"
+			fi
+		else
+			if use pulseaudio; then
+				cp "${S}/makefiles/makefile.defs.linux.pulse" "${S}/makefile.defs"
+			else
+				cp "${S}/makefiles/makefile.defs.linux.silent" "${S}/makefile.defs"
+			fi
+		fi
+	else
+		cp "${S}/makefiles/makefile.defs.linux.nogui" "${S}/makefile.defs"
+	fi
+	cat <<-EOF >> makefile.defs
+		CFLAGS += ${CFLAGS}
+		LDFLAGS += ${LDFLAGS}
+		CXXFLAGS += ${CXXFLAGS}
+	EOF
+	default
+}
+
+src_install() {
+	if [ -e praat_nogui ]; then
+		mv praat_nogui praat
+	elif [ -e praat_static ]; then
+		mv praat_static praat
+	fi
+	dobin praat
+	insinto /usr/share/${PN}/test
+	doins -r test/*
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-05-08 13:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-21 19:52 [gentoo-commits] proj/sci:master commit in: sci-misc/praat/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-05-08 13:51 Andrew Ammerlaan
2021-03-04 13:53 Andrew Ammerlaan
2021-03-04 10:42 Andrew Ammerlaan
2021-03-04 10:42 Andrew Ammerlaan
2021-01-13 21:06 Andrew Ammerlaan
2017-03-09 21:22 Christoph Junghans
2017-01-29 11:59 Justin Lecher
2017-01-29 11:59 Justin Lecher
2015-09-22 10:06 Justin Lecher
2011-10-25 17:16 Justin Lecher
2011-06-25 17:22 Justin Lecher

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