diff --git a/media-gfx/glimpse/glimpse-0.2.0.ebuild b/media-gfx/glimpse/glimpse-0.2.0.ebuild index ca55db4982..b20d0e5ac8 100644 --- a/media-gfx/glimpse/glimpse-0.2.0.ebuild +++ b/media-gfx/glimpse/glimpse-0.2.0.ebuild @@ -7,7 +7,7 @@ EAPI=7 GNOME2_EAUTORECONF=yes WANT_AUTOMAKE= -inherit autotools gnome2 virtualx +inherit autotools gnome2 toolchain-funcs virtualx DESCRIPTION="Image editor based on the GNU Image Manipulation Program" HOMEPAGE="https://glimpse-editor.org/" @@ -120,6 +120,7 @@ src_prepare() { -i configure || die # bug #615144 fgrep -q GIMP_DISABLE_DEPRECATED configure || die # bug #615144, self-test + export CC_FOR_BUILD="$(tc-getBUILD_CC)" } _adjust_sandbox() { diff --git a/media-video/ciano/ciano-0.2.4.ebuild b/media-video/ciano/ciano-0.2.4.ebuild index 184825fb39..bb822f3066 100644 --- a/media-video/ciano/ciano-0.2.4.ebuild +++ b/media-video/ciano/ciano-0.2.4.ebuild @@ -1,12 +1,13 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome2-utils meson vala xdg +PYTHON_COMPAT=( python3_{8,9} ) +inherit gnome2-utils meson python-any-r1 vala xdg DESCRIPTION="A multimedia file converter focused on simplicity" -HOMEPAGE="https://robertsanseries.github.io/ciano" +HOMEPAGE="https://robertsanseries.github.io/ciano/" SRC_URI="https://github.com/robertsanseries/ciano/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" @@ -14,6 +15,7 @@ SLOT="0" KEYWORDS="~amd64" DEPEND="dev-libs/granite" +BDEPEND="${PYTHON_DEPS}" RDEPEND=" ${DEPEND} media-video/ffmpeg diff --git a/sci-libs/kissfft/Manifest b/sci-libs/kissfft/Manifest deleted file mode 100644 index b772ae85a8..0000000000 --- a/sci-libs/kissfft/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kissfft-131.tar.gz 44748 BLAKE2B 71418543995ce5bd26d12077bd7de24978ca30c827ea4fa210c63bb42fc64ee2449825605cc498d090670b08aaec08ea22901ae790a8276f156b899a687d5bc7 SHA512 6cc7efbe898287cdc623970f84b57c6a71148ded78732c36c4bd376a122efcf6c27d3a61679fccfbe47d0e79c7d1f3065b21a7091110154e402c0b2a49a378f9 diff --git a/sci-libs/kissfft/kissfft-131.ebuild b/sci-libs/kissfft/kissfft-131.ebuild deleted file mode 100644 index 8a1bbe1508..0000000000 --- a/sci-libs/kissfft/kissfft-131.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid" -HOMEPAGE="https://github.com/mborgerding/kissfft" - -LICENSE="BSD" -IUSE="test" -RESTRICT="!test? ( test )" -SLOT="0" - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/mborgerding/kissfft" - inherit git-r3 -else - SRC_URI="https://github.com/mborgerding/kissfft/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DEPEND="sci-libs/fftw:3.0" -RDEPEND="${DEPEND}" - -src_install() { - dolib.so libkissfft.so - doheader kiss_fft.h -} - -src_test() { - make -C test testcpp && test/testcpp || die - make -C test DATATYPE=simd CFLAGADD="$(CFLAGADD)" test || die -} diff --git a/sci-libs/kissfft/kissfft-9999.ebuild b/sci-libs/kissfft/kissfft-9999.ebuild deleted file mode 100644 index 0c8c52a0ac..0000000000 --- a/sci-libs/kissfft/kissfft-9999.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid" -HOMEPAGE="https://github.com/mborgerding/kissfft" - -LICENSE="BSD" -IUSE="test" -RESTRICT="!test? ( test )" -SLOT="0" - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/mborgerding/kissfft" - inherit git-r3 -else - SRC_URI="https://github.com/mborgerding/kissfft/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DEPEND="sci-libs/fftw:3.0" -RDEPEND="${DEPEND}" - -src_install() { - dolib.so libkissfft.so - doheader kiss_fft.h -} - -src_test() { - make testall || die -} diff --git a/sci-libs/kissfft/metadata.xml b/sci-libs/kissfft/metadata.xml deleted file mode 100644 index 01c1fc8487..0000000000 --- a/sci-libs/kissfft/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - davidroman96@gmail.com - David Roman - - diff --git a/sys-process/iotop-c/iotop-c-1.17.ebuild b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild similarity index 69% rename from sys-process/iotop-c/iotop-c-1.17.ebuild rename to sys-process/iotop-c/iotop-c-1.17-r1.ebuild index 033feb5343..d778526f66 100644 --- a/sys-process/iotop-c/iotop-c-1.17.ebuild +++ b/sys-process/iotop-c/iotop-c-1.17-r1.ebuild @@ -3,10 +3,14 @@ EAPI=7 +inherit fcaps linux-info toolchain-funcs + DESCRIPTION="top utility for IO (C port)" HOMEPAGE="https://github.com/Tomas-M/iotop" SRC_URI="https://github.com/Tomas-M/iotop/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/iotop-${PV}" + LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -16,10 +20,14 @@ RDEPEND="sys-libs/ncurses:= DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S="${WORKDIR}/iotop-${PV}" +CONFIG_CHECK="~TASK_IO_ACCOUNTING ~TASK_DELAY_ACCT ~TASKSTATS ~VM_EVENT_COUNTERS" + +FILECAPS=( + cap_net_admin=eip usr/bin/iotop +) src_compile() { - emake V=1 + emake V=1 CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" } src_install() { diff --git a/x11-misc/xob/xob-0.2.ebuild b/x11-misc/xob/xob-0.2.ebuild index 2a73d3f57f..0b54a84338 100644 --- a/x11-misc/xob/xob-0.2.ebuild +++ b/x11-misc/xob/xob-0.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit toolchain-funcs + DESCRIPTION="A lightweight overlay volume (or anything) bar for the X Window System" HOMEPAGE="https://github.com/florentc/xob" SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -17,6 +19,11 @@ RDEPEND=" " DEPEND="${RDEPEND}" +src_compile() { + tc-export CC + default +} + src_install() { emake prefix="${EPREFIX}"/usr \ sysconfdir="${EPREFIX}"/etc \