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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC3DA15806E for ; Mon, 29 May 2023 17:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC120E0769; Mon, 29 May 2023 17:28:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C53F1E0769 for ; Mon, 29 May 2023 17:28:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5700341043 for ; Mon, 29 May 2023 17:28:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A459A72 for ; Mon, 29 May 2023 17:28:41 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1685381314.08c68eccb80dbdbfc17d178d5251e553a3958d28.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sox/sox-14.4.2_p20210509-r1.ebuild X-VCS-Directories: media-sound/sox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 08c68eccb80dbdbfc17d178d5251e553a3958d28 X-VCS-Branch: master Date: Mon, 29 May 2023 17:28:41 +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: a2bcb8c5-52a6-4741-862d-e06eb521c824 X-Archives-Hash: 5a93cd6275e75ee5c8908a47b30d4127 commit: 08c68eccb80dbdbfc17d178d5251e553a3958d28 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 17:28:23 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 17:28:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08c68ecc media-sound/sox: drop 14.4.2_p20210509-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/sox/sox-14.4.2_p20210509-r1.ebuild | 108 ------------------------- 1 file changed, 108 deletions(-) diff --git a/media-sound/sox/sox-14.4.2_p20210509-r1.ebuild b/media-sound/sox/sox-14.4.2_p20210509-r1.ebuild deleted file mode 100644 index 12f1dbd258b9..000000000000 --- a/media-sound/sox/sox-14.4.2_p20210509-r1.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -# We take a snapshot because of the huge number of security -# and other fixes since the release of 14.4.2. -# Recommend mirroring the snapshot; unclear if they are stable URIs. -COMMIT="42b3557e13e0fe01a83465b672d89faddbe65f49" -MY_P="sox-code-${COMMIT}" - -DESCRIPTION="The swiss army knife of sound processing programs" -HOMEPAGE="http://sox.sourceforge.net" -# Source: https://sourceforge.net/code-snapshots/git/s/so/sox/code.git/${MY_P}.zip -SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${MY_P}.zip -> ${P}.zip" -S="${WORKDIR}/${MY_P}" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="alsa amr ao encode flac id3tag ladspa mad ogg openmp oss opus png pulseaudio sndfile sndio static-libs twolame wavpack" - -BDEPEND=" - app-arch/unzip - virtual/pkgconfig -" -RDEPEND=" - dev-libs/libltdl:0= - >=media-sound/gsm-1.0.12-r1 - sys-apps/file - alsa? ( media-libs/alsa-lib ) - amr? ( media-libs/opencore-amr ) - ao? ( media-libs/libao:= ) - encode? ( >=media-sound/lame-3.98.4 ) - flac? ( >=media-libs/flac-1.1.3:= ) - id3tag? ( media-libs/libid3tag:= ) - ladspa? ( media-libs/ladspa-sdk ) - mad? ( media-libs/libmad ) - ogg? ( - media-libs/libogg - media-libs/libvorbis - ) - opus? ( - media-libs/opus - media-libs/opusfile - ) - png? ( - media-libs/libpng:0= - sys-libs/zlib - ) - pulseaudio? ( media-sound/pulseaudio ) - sndfile? ( >=media-libs/libsndfile-1.0.11 ) - sndio? ( media-sound/sndio:= ) - twolame? ( media-sound/twolame ) - wavpack? ( media-sound/wavpack )" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS ) - -src_prepare() { - default - - # bug #386027 - sed -i -e 's:CFLAGS="-g":CFLAGS="$CFLAGS -g":' configure.ac || die - - # bug #712630 - if use elibc_musl ; then - ewarn "Applying musl workaround for bug #712630." - ewarn "File-type detection with pipes may be missing." - sed -i '/error FIX NEEDED HERE/d' src/formats.c || die - fi - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable alsa) \ - $(use_enable amr amrnb) \ - $(use_enable amr amrwb) \ - $(use_enable ao) \ - $(use_with encode lame) \ - $(use_enable flac) \ - $(use_with id3tag) \ - $(use_with ladspa) \ - $(use_with mad) \ - $(use_enable openmp) \ - $(use_enable ogg oggvorbis) \ - $(use_enable oss) \ - $(use_enable opus) \ - $(use_with png) \ - $(use_enable pulseaudio) \ - $(use_enable sndfile) \ - $(use_enable sndio) \ - $(use_enable static-libs static) \ - $(use_with twolame) \ - $(use_enable wavpack) \ - --with-distro="Gentoo" -} - -src_install() { - default - # libltdl is used for loading plugins, keeping libtool files with empty - # dependency_libs what otherwise would be -exec rm -f {} + - find "${ED}" -name '*.la' -exec sed -i -e "/^dependency_libs/s:=.*:='':" {} + -}