Merge updates from master

This commit is contained in:
Repository mirror & CI
2021-04-24 06:49:55 +00:00
8 changed files with 25 additions and 85 deletions

View File

@@ -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() {

View File

@@ -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

View File

@@ -1 +0,0 @@
DIST kissfft-131.tar.gz 44748 BLAKE2B 71418543995ce5bd26d12077bd7de24978ca30c827ea4fa210c63bb42fc64ee2449825605cc498d090670b08aaec08ea22901ae790a8276f156b899a687d5bc7 SHA512 6cc7efbe898287cdc623970f84b57c6a71148ded78732c36c4bd376a122efcf6c27d3a61679fccfbe47d0e79c7d1f3065b21a7091110154e402c0b2a49a378f9

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
</pkgmetadata>

View File

@@ -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() {

View File

@@ -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 \