From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A92651382C5 for ; Sat, 12 Jun 2021 09:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F06B8E081E; Sat, 12 Jun 2021 09:43:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D82E4E081E for ; Sat, 12 Jun 2021 09:43:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBD78335CFF for ; Sat, 12 Jun 2021 09:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83BF2797 for ; Sat, 12 Jun 2021 09:43:15 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1623490992.5593674ca518e53755920264c6c64d68547be8df.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linuxsampler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/linuxsampler/Manifest media-sound/linuxsampler/linuxsampler-2.1.1.ebuild X-VCS-Directories: media-sound/linuxsampler/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5593674ca518e53755920264c6c64d68547be8df X-VCS-Branch: master Date: Sat, 12 Jun 2021 09:43:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c5614b5-6c8b-4677-8402-834573a83a95 X-Archives-Hash: dd54708d84241498c8771bd7a1c69403 commit: 5593674ca518e53755920264c6c64d68547be8df Author: Miroslav Šulc gentoo org> AuthorDate: Sat Jun 12 09:43:01 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jun 12 09:43:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5593674c media-sound/linuxsampler: removed obsolete 2.1.1 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/linuxsampler/Manifest | 1 - media-sound/linuxsampler/linuxsampler-2.1.1.ebuild | 79 ---------------------- 2 files changed, 80 deletions(-) diff --git a/media-sound/linuxsampler/Manifest b/media-sound/linuxsampler/Manifest index a6539430110..f06007d683c 100644 --- a/media-sound/linuxsampler/Manifest +++ b/media-sound/linuxsampler/Manifest @@ -1,2 +1 @@ -DIST linuxsampler-2.1.1.tar.bz2 1410461 BLAKE2B dacaab33601f25954ea1a3380c8e28358d2111b664982f25ec9cac46adb99241ecfd53101ca3b23428c1a16fcef738b1e7e481b1c7eeb6d9659773f5b8856b55 SHA512 3f172efe40bbe130a2ac09f9393a46a30cc327a6754a80fdb36e65276518ec82befa2075acc567ccd99c22d9859c1a65f58ff2ad7af70cd9e4649ae14fd5357c DIST linuxsampler-2.2.0.tar.bz2 1507276 BLAKE2B 9650938d0aace876e817884121b824713dd2f747505344d7895e7d99da62f2214fb4c4bf43c398f4e486202e23e7a57288e19734e8c565a917d823169deb717a SHA512 9015bb8d3af125e13c5c2ef3ae2d3987f7b7dda72e238cff25e622a3291019f5e392195dd27e7e783c70d877d9b267915fc443369eb17117e5eb7c54b8496c68 diff --git a/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild b/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild deleted file mode 100644 index 7236b6df4f2..00000000000 --- a/media-sound/linuxsampler/linuxsampler-2.1.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic - -DESCRIPTION="Software audio sampler engine with professional grade features" -HOMEPAGE="https://www.linuxsampler.org/" -SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="alsa doc jack lv2 sf2 sqlite" -REQUIRED_USE="|| ( alsa jack )" - -RDEPEND=" - >=media-libs/libgig-4.2.0 - media-libs/libsndfile[-minimal] - alsa? ( media-libs/alsa-lib ) - jack? ( virtual/jack ) - lv2? ( media-libs/lv2 ) - sqlite? ( >=dev-db/sqlite-3.3 ) -" -DEPEND="${RDEPEND} - media-libs/dssi - media-libs/ladspa-sdk -" -BDEPEND=" - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -PATCHES=( - "${FILESDIR}/${PN}-2.0.0-nptl-hardened.patch" - "${FILESDIR}/${PN}-2.0.0-lv2-automagic.patch" - "${FILESDIR}/${P}-fix-yyterror-not-declared.patch" -) - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - default - # Force regeneration of the file to let it build with all bison - # versions, bug #556204 - rm src/network/lscpparser.cpp || die - eautoreconf -} - -src_configure() { - append-cxxflags -std=c++14 - - local myeconfargs=( - --disable-arts-driver - --disable-static - $(use_enable alsa alsa-driver) - $(use_enable jack jack-driver) - $(use_enable lv2) - $(use_enable sqlite instruments-db) - $(use_enable sf2 sf2-engine) - ) - econf "${myeconfargs[@]}" -} - -src_compile() { - emake - use doc && emake docs -} - -src_install() { - use doc && local HTML_DOCS=( doc/html/. ) - default - find "${D}" -name '*.la' -delete || die - - # lscp files conflict with nilfs-utils, bug #556330 - mv "${D}/usr/bin/lscp" "${D}/usr/bin/lscp-${PN}" || die - mv "${D}/usr/share/man/man1/lscp.1" "${D}/usr/share/man/man1/lscp-${PN}.1" || die -}