From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10F0B158200 for ; Tue, 16 Sep 2025 18:32:22 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EE9A6340EAF for ; Tue, 16 Sep 2025 18:32:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E6E3A110571; Tue, 16 Sep 2025 18:32:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DB85D110571 for ; Tue, 16 Sep 2025 18:32:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94BF0335D6A for ; Tue, 16 Sep 2025 18:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A9203935 for ; Tue, 16 Sep 2025 18:32:19 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1758047534.221cd15be52814b1f216284a63f0babf5bb03dd8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gmmlib/Manifest media-libs/gmmlib/gmmlib-22.8.2.ebuild X-VCS-Directories: media-libs/gmmlib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 221cd15be52814b1f216284a63f0babf5bb03dd8 X-VCS-Branch: master Date: Tue, 16 Sep 2025 18:32:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac41eb4b-7052-47dc-a400-5deb270732e1 X-Archives-Hash: 659830f99df65679c180f7f6b87169d4 commit: 221cd15be52814b1f216284a63f0babf5bb03dd8 Author: Matt Turner gentoo org> AuthorDate: Tue Sep 16 17:56:17 2025 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 16 18:32:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221cd15b media-libs/gmmlib: Version bump to 22.8.2 Signed-off-by: Matt Turner gentoo.org> media-libs/gmmlib/Manifest | 1 + media-libs/gmmlib/gmmlib-22.8.2.ebuild | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/media-libs/gmmlib/Manifest b/media-libs/gmmlib/Manifest index 024c9a6971ee..56cb3a9837e0 100644 --- a/media-libs/gmmlib/Manifest +++ b/media-libs/gmmlib/Manifest @@ -1 +1,2 @@ DIST intel-gmmlib-22.8.1.tar.gz 872429 BLAKE2B 2528a47bd489f01a3ea813bb8945ab565212050148d9bb790d3ef3ade3a949ce2c9d0c8e97669cb8a1dc765cf5e772bf51f74edb8ae34667d9e785937d99b764 SHA512 418189d687fcc8971fdafce1cf91e0bdc414c22b8249fcc2a482503aa58a977cc263786a37ef7bcc640d472a643180507e1c5ec66d20bda5334671d424cdfacd +DIST intel-gmmlib-22.8.2.tar.gz 872485 BLAKE2B 91fe504340d82685936efe434f57b72a3f6c89a9e0762a9bdc3ff25dbb0a7a10064d1e4987140a622f1055d5613beee0329f4ce079f29208e4774b745de0f947 SHA512 9ded1bff169e2e37f9d7418d6734b2b69de9470a6ecd7747d4bddbe75f16752aaf649e209cdd85a489b747cd7d03e1e6acc9a3021ca72e850c759947c50effda diff --git a/media-libs/gmmlib/gmmlib-22.8.2.ebuild b/media-libs/gmmlib/gmmlib-22.8.2.ebuild new file mode 100644 index 000000000000..fa5d1a4e3495 --- /dev/null +++ b/media-libs/gmmlib/gmmlib-22.8.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +if [[ ${PV} == *9999 ]] ; then + : ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"} + if [[ ${PV%9999} != "" ]] ; then + : ${EGIT_BRANCH:="release/${PV%.9999}"} + fi + inherit git-r3 +else + KEYWORDS="~amd64" + SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" + S="${WORKDIR}/${PN}-intel-${P}" +fi + +DESCRIPTION="Intel Graphics Memory Management Library" +HOMEPAGE="https://github.com/intel/gmmlib" + +LICENSE="MIT" +SLOT="0/12.3" +IUSE="+custom-cflags test" +RESTRICT="!test? ( test )" + +PATCHES=( + "${FILESDIR}"/${PN}-20.2.2_conditional_testing.patch + "${FILESDIR}"/${PN}-22.7.3_cmake_project.patch + "${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch +) + +multilib_src_configure() { + local mycmakeargs=( + -DBUILD_TESTING="$(usex test)" + -DOVERRIDE_COMPILER_FLAGS="$(usex !custom-cflags)" + ) + + cmake_src_configure +}