public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/
Date: Fri, 13 Nov 2020 09:56:28 +0000 (UTC)	[thread overview]
Message-ID: <1605261365.f9694218b1cfa5ddb578b9290331ab3b77a54ea2.asturm@gentoo> (raw)

commit:     f9694218b1cfa5ddb578b9290331ab3b77a54ea2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 19:22:51 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 13 09:56:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9694218

media-sound/jack-audio-connection-kit: Drop 0.125.0 (r0)

Closes: https://bugs.gentoo.org/744805
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../jack-audio-connection-kit-0.125.0.ebuild       | 75 ----------------------
 1 file changed, 75 deletions(-)

diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
deleted file mode 100644
index 2bf8c095b50..00000000000
--- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic eutils multilib-minimal
-
-DESCRIPTION="A low-latency audio server"
-HOMEPAGE="http://www.jackaudio.org"
-SRC_URI="https://github.com/jackaudio/jack1/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86"
-IUSE="cpu_flags_x86_3dnow altivec alsa coreaudio doc debug examples oss cpu_flags_x86_sse pam"
-
-# readline: only used for jack_transport -> useless for non native ABIs
-# libsndfile: ditto for jackrec
-RDEPEND="
-	sys-libs/db:=[${MULTILIB_USEDEP}]
-	sys-libs/readline:0=
-	>=media-libs/libsndfile-1.0.0
-	alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
-	>=media-libs/libsamplerate-0.1.8-r1[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-RDEPEND="${RDEPEND}
-	alsa? ( sys-process/lsof )
-	pam? ( sys-auth/realtime-base )"
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS TODO README )
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.125.0-freebsd.patch"
-)
-
-multilib_src_configure() {
-	local myconf=""
-
-	# Disabling CPU Detection (dynsimd) disables optimized asm routines (3dnow
-	# or sse)
-	if use cpu_flags_x86_3dnow || use cpu_flags_x86_sse ; then
-		myconf="${myconf} --enable-dynsimd"
-	fi
-
-	use doc || export ac_cv_prog_HAVE_DOXYGEN=false
-
-	ECONF_SOURCE="${S}" econf \
-		$(use_enable altivec) \
-		$(use_enable alsa) \
-		$(use_enable coreaudio) \
-		$(use_enable debug) \
-		$(use_enable oss) \
-		--disable-portaudio \
-		--disable-firewire \
-		$(use_enable cpu_flags_x86_sse sse) \
-		--with-html-dir=/usr/share/doc/${PF} \
-		${myconf}
-
-	if [ "${ABI}" != "${DEFAULT_ABI}" ] ; then
-		for i in tools man ; do
-			sed -i -e "s/ ${i}//" Makefile || die
-		done
-	fi
-}
-
-multilib_src_install_all() {
-	einstalldocs
-	if use examples; then
-		dodoc -r "${S}/example-clients"
-		docompress -x /usr/share/doc/${PF}/example-clients
-	fi
-}


             reply	other threads:[~2020-11-13  9:56 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13  9:56 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-19  6:47 [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/ Miroslav Šulc
2023-03-10  6:05 Viorel Munteanu
2022-11-10  5:28 Sam James
2022-07-15  7:58 David Seifert
2022-04-24  2:29 Sam James
2022-03-09 23:12 Sam James
2021-08-18  9:09 Marek Szuba
2020-10-07  6:54 Agostino Sarubbo
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-06  4:54 Sam James
2020-10-06  4:42 Sam James
2020-09-07  7:31 Sergei Trofimovich
2020-08-31 21:14 Thomas Deutschmann
2020-08-31  2:52 Sam James
2020-08-30 18:30 Sam James
2020-08-25 12:46 Sam James
2020-08-14  8:19 Sergei Trofimovich
2020-08-14  8:16 Sergei Trofimovich
2020-08-11  9:19 Miroslav Šulc
2020-08-09 15:44 Miroslav Šulc
2020-08-09  7:17 Miroslav Šulc
2019-08-01 12:38 Tim Harder
2019-05-14 17:53 Aaron Bauman
2018-08-18  5:33 Mikle Kolyada
2018-07-20 22:24 Sergei Trofimovich
2018-05-14 11:49 Tobias Klausmann
2018-04-30 14:24 Mikle Kolyada
2018-04-16 18:36 Sergei Trofimovich
2018-04-15 18:58 Thomas Deutschmann
2018-04-15  9:20 Sergei Trofimovich
2018-04-14 18:30 Aaron Bauman
2017-06-25 19:40 Alexis Ballier
2017-06-16 10:10 Alexis Ballier
2017-06-16 10:10 Alexis Ballier
2016-09-27 14:13 Alexis Ballier
2016-07-24 17:44 Michael Palimaka
2016-02-18 11:26 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1605261365.f9694218b1cfa5ddb578b9290331ab3b77a54ea2.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox