From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/
Date: Sat, 13 Jul 2024 21:28:04 +0000 (UTC) [thread overview]
Message-ID: <1720905582.7794cd240727b8af8ad17af61fcd8d8cf41a2f90.sam@gentoo> (raw)
commit: 7794cd240727b8af8ad17af61fcd8d8cf41a2f90
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 21:19:42 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 21:19:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7794cd24
games-util/basis_universal: drop 1.16.3-r1
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-util/basis_universal/Manifest | 1 -
.../basis_universal-1.16.3-r1.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/games-util/basis_universal/Manifest b/games-util/basis_universal/Manifest
index 2eba747cecf8..e7c1a030df36 100644
--- a/games-util/basis_universal/Manifest
+++ b/games-util/basis_universal/Manifest
@@ -1,2 +1 @@
-DIST basis_universal-1.16.3.tar.gz 29151155 BLAKE2B e3ef3ead6223aa73012bd74e51dae269746cfcf2720c524be8096ce8643777723888f98a140d2e28c881ed60ab54b7ea6fef4205b72757d72e766f85806b4484 SHA512 3dca02ad6c14e74df7a89d3b2a59b970635cf5e268b96eb91b10033e2b8e635c83aca6b8e9b34a1b689ed5ffe7c8348d15b8524385f6d07a51cc34a46246a0b7
DIST basis_universal-1.16.4.tar.gz 29156236 BLAKE2B 7beb64406a849e052e74a360803ddf197daaf74f6682f372535645f4e148b28da45c93607b54b81e82a70d44e878489c54cb5054155c5837fecef951e3fd9a2a SHA512 7f7dd62741b4a3e13050233a2ed751e6108cde9eab7b05ea5882ded6ab49fe181cc30e795cf73f8fa625a71e77ae891fda5ea84e20b632b1397844d6539715b3
diff --git a/games-util/basis_universal/basis_universal-1.16.3-r1.ebuild b/games-util/basis_universal/basis_universal-1.16.3-r1.ebuild
deleted file mode 100644
index d5ffebc5b256..000000000000
--- a/games-util/basis_universal/basis_universal-1.16.3-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake toolchain-funcs
-
-DESCRIPTION="Basis Universal GPU Texture Codec"
-HOMEPAGE="https://github.com/BinomialLLC/basis_universal"
-# dist .zip is just a exe for windows
-SRC_URI="https://github.com/BinomialLLC/basis_universal/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 zstd? ( BSD )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="cpu_flags_x86_sse4_1 opencl zstd"
-
-# zstd is bundled, see https://github.com/BinomialLLC/basis_universal/pull/228
-DEPEND="
- opencl? ( virtual/opencl )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.16.3-respect-CFLAGS.patch
- "${FILESDIR}"/${PN}-1.16.3-fix-RPATH.patch
- "${FILESDIR}"/${PN}-1.16.3-SSE4.1-AVX-checks.patch
-)
-
-src_configure() {
- local x64=ON
- if $(tc-getCC) -dM -E -x c - < <(echo 'int main() { }') | grep -qi "#define __PTRDIFF_WIDTH__ 32" ; then
- x64=OFF
- fi
-
- local mycmakeargs=(
- -DBUILD_X64=${x64}
- -DOPENCL=$(usex opencl)
- -DSSE=$(usex cpu_flags_x86_sse4_1)
- -DZSTD=$(usex zstd)
- )
-
- cmake_src_configure
-}
next reply other threads:[~2024-07-13 21:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-13 21:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-01 3:57 [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/ Sam James
2023-09-19 17:49 Sam James
2023-04-25 21:25 Sam James
2023-01-28 9:29 Arthur Zamarin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1720905582.7794cd240727b8af8ad17af61fcd8d8cf41a2f90.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox