mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/iir1: add 1.10.0
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST iir1-1.10.0.tar.gz 2327584 BLAKE2B 4517e4cec32fb78bed20af4cdb3e68b917f32fa58cb3027a22d361dfe3230c8c7fd88561c90343227403f165647a474c36da32c35f679750145d3bdf667e0a58 SHA512 f50b925394f79662ae021c02e60667273a5d4615f2ef9f88d256c3c6dbb0f7d851207b65e2da56b69a97e576b3bb611653fde421df4ae0a952615d29be2f33a6
|
||||
DIST iir1-1.9.5.tar.gz 2115864 BLAKE2B adecbe0bf434e9851293378658bc2e6b1f3f45d3d5c3c05f82239b859bfc8b31a65255231d527e6c5ab8c34cea53d6f4095cb413f44d4b784724928def4cf0d8 SHA512 2b0658a621cdfb57796cf2fea5411975b442af4af267bce2f613ae53f43572f208fdea59d7ea0178e9984e311c406f289166789aa423505ac8ed2b889ddc9f64
|
||||
|
||||
23
media-libs/iir1/iir1-1.10.0.ebuild
Normal file
23
media-libs/iir1/iir1-1.10.0.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="DSP IIR realtime filter library written in C++"
|
||||
HOMEPAGE="https://github.com/berndporr/iir1"
|
||||
SRC_URI="https://github.com/berndporr/iir1/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DIIR1_BUILD_DEMO=no
|
||||
-DIIR1_BUILD_TESTING=$(usex test)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user