diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-05-29 21:18:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-05-29 21:18:33 +0100 |
commit | 63a4617476a3b084928b38d816b9ed6e196d62f5 (patch) | |
tree | f1c7e30e8c9b33d9f7e7b0a2e3dbd1d1121358c4 /media-sound/sox | |
parent | 662f71ae67cd775d7fbb79b5091676c0e07a992b (diff) |
gentoo auto-resync : 29:05:2023 - 21:18:33
Diffstat (limited to 'media-sound/sox')
-rw-r--r-- | media-sound/sox/Manifest | 1 | ||||
-rw-r--r-- | media-sound/sox/sox-14.4.2_p20210509-r1.ebuild | 108 |
2 files changed, 0 insertions, 109 deletions
diff --git a/media-sound/sox/Manifest b/media-sound/sox/Manifest index 33c2fc40c89e..4c86205cbe80 100644 --- a/media-sound/sox/Manifest +++ b/media-sound/sox/Manifest @@ -1,4 +1,3 @@ DIST sox-14.4.2_p20210509.zip 942551 BLAKE2B 2ddd229faacb9190fe18052b1c02da40d4c3f24fc73dd08b28ac99bef267cb05f8bcbf64e0c397c391b3be2467667783ed94f6c60798af069567e1c237ec9ccd SHA512 4868f9b77141b7e2caf2571ceb68a48bd744732e72f63ed787f8e0b9fe39b77de4e998b32d99c2500e10b017a1fd1a3379f4f9f8b67db6093b85d02cb3447934 -EBUILD sox-14.4.2_p20210509-r1.ebuild 2870 BLAKE2B 55274e3192062a4b37e28b2c328aea44cb8c508342000ec766d58cc05477080ff4f49e324cde996135408563b7e79fd551fb413fde975eea924b2d2d1374d19d SHA512 68909dd01cc6f6c1f2f0fbe6ba286a1e25122601e402ee2a2fed3539cefcb258d67bf0b8c872f6b332c8cd553a317851516f5b17087438803b139697748eae28 EBUILD sox-14.4.2_p20210509-r2.ebuild 2799 BLAKE2B 23db0c255bd4c26338c731fe4538f91f8f3588fba21dcd90c031db6b4a702cce7c20b9b4cb11fc19455e5de397523a8370c12f42e11b34a77768b5093a59af2d SHA512 8df71c748f53e4e0d1ce41e5dd7f488a04e7ac325ed28a01493e2c482fb01b619b7b2670f7817628d6ecc6030ba89724bfe691cfe1328a9f89228dc3a7f22ef1 MISC metadata.xml 709 BLAKE2B 29d863a59fa534ccdaf3ccfe73ec03ff931055b7537ce3ef1111a596c8178f944910cd3c917e25f778a1e297d5fd0023833d0a8556adb6cd187fbd59e2ff5703 SHA512 a40c70b421b78a8bf2b7044b1b512600120c0352bf61755ba7d48af621fcc33c82ef3c7eff3df10c913add4b7250f7fb7461ea7171b21a07f306794d7c1cbdbf 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:=.*:='':" {} + -} |