mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/gmmlib: removed 21.3.4 as it is identical to 22.0.0
Closes: https://github.com/gentoo/gentoo/pull/23404 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
5790ecfdbf
commit
74271caaed
@@ -1,2 +1 @@
|
||||
DIST intel-gmmlib-21.3.3.tar.gz 747305 BLAKE2B ef055bfdb6efccec5e2e7618677a97b38e314f44486c0d99e704281f2cb78acdf64a1737a8ae2c33b9dde6f60a284b83d9b5ca1949c5a5c7a34894cdbfbb9347 SHA512 9680b2c38f71467a7c4f2c1a6136d1de9c906355ca675ebbafc697daea15fe615aa45f3af3140330f1610946f9c55471038eeb815b1d677b64efb4896515d8fb
|
||||
DIST intel-gmmlib-21.3.4.tar.gz 755751 BLAKE2B 1774b0a4dfc0d08b3d3cd196a12bca900f6e6869f012f17897f60cf12779e740ef53b563521766acdef7461b899163d36060f323561ddacc14c0b951f1fbf24d SHA512 e20e90b38b2e6af2b9013e6d77819c9ce7575bb9cf46f6755b6b84455baac20c9493a0cd38ff50181a24936b7d35b1dfb224ad0f5b88be81daf92727c9668b69
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Intel Graphics Memory Management Library"
|
||||
HOMEPAGE="https://github.com/intel/gmmlib"
|
||||
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-intel-${P}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="+custom-cflags test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch
|
||||
"${FILESDIR}"/${PN}-20.4.1_custom_cflags.patch
|
||||
"${FILESDIR}"/${PN}-20.3.2_cmake_project.patch
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TESTING="$(usex test)"
|
||||
-DBUILD_TYPE="Release"
|
||||
-DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user