public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/
@ 2023-04-25 21:25 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-04-25 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4a9057157eb7b863d788cd488714a9fa1033d604
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 21:25:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 21:25:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a905715

games-util/basis_universal: Keyword 1.16.3 arm64, #905059

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-util/basis_universal/basis_universal-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/basis_universal/basis_universal-1.16.3.ebuild b/games-util/basis_universal/basis_universal-1.16.3.ebuild
index 239d01901831..52186a78cf33 100644
--- a/games-util/basis_universal/basis_universal-1.16.3.ebuild
+++ b/games-util/basis_universal/basis_universal-1.16.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BinomialLLC/basis_universal/archive/refs/tags/${PV}.
 
 LICENSE="Apache-2.0 zstd? ( BSD )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="cpu_flags_x86_sse4_1 opencl zstd"
 
 # zstd is bundled, see https://github.com/BinomialLLC/basis_universal/pull/228


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/
@ 2024-07-13 21:28 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-07-13 21:28 UTC (permalink / raw
  To: gentoo-commits

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


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/
@ 2023-10-01  3:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-10-01  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c8943fac113b3306a7996b1511a0e1bf6b1180d5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 03:51:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 03:51:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8943fac

games-util/basis_universal: add 1.16.4

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-util/basis_universal/Manifest                |  1 +
 .../basis_universal/basis_universal-1.16.4.ebuild  | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/games-util/basis_universal/Manifest b/games-util/basis_universal/Manifest
index 58fd6f56d6b3..2eba747cecf8 100644
--- a/games-util/basis_universal/Manifest
+++ b/games-util/basis_universal/Manifest
@@ -1 +1,2 @@
 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.4.ebuild b/games-util/basis_universal/basis_universal-1.16.4.ebuild
new file mode 100644
index 000000000000..d5ffebc5b256
--- /dev/null
+++ b/games-util/basis_universal/basis_universal-1.16.4.ebuild
@@ -0,0 +1,44 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/
@ 2023-09-19 17:49 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-09-19 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6bbb5dc6cb1a87a6fc4db93c5c95d16f3ee9faf4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 17:38:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:49:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbb5dc6

games-util/basis_universal: fix RDEPEND typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{basis_universal-1.16.3.ebuild => basis_universal-1.16.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/basis_universal/basis_universal-1.16.3.ebuild b/games-util/basis_universal/basis_universal-1.16.3-r1.ebuild
similarity index 98%
rename from games-util/basis_universal/basis_universal-1.16.3.ebuild
rename to games-util/basis_universal/basis_universal-1.16.3-r1.ebuild
index 52186a78cf33..d5ffebc5b256 100644
--- a/games-util/basis_universal/basis_universal-1.16.3.ebuild
+++ b/games-util/basis_universal/basis_universal-1.16.3-r1.ebuild
@@ -19,7 +19,7 @@ IUSE="cpu_flags_x86_sse4_1 opencl zstd"
 DEPEND="
 	opencl? ( virtual/opencl )
 "
-RDEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.16.3-respect-CFLAGS.patch


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/
@ 2023-01-28  9:29 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-01-28  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d5116e3ef74e3f67c6c4e50a590bb6f2a93e9a40
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 09:29:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 09:29:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5116e3e

games-util/basis_universal: Keyword 1.16.3 x86, #892329

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-util/basis_universal/basis_universal-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/basis_universal/basis_universal-1.16.3.ebuild b/games-util/basis_universal/basis_universal-1.16.3.ebuild
index d89b78821f60..298c8ecdb705 100644
--- a/games-util/basis_universal/basis_universal-1.16.3.ebuild
+++ b/games-util/basis_universal/basis_universal-1.16.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/BinomialLLC/basis_universal/archive/refs/tags/${PV}.
 
 LICENSE="Apache-2.0 zstd? ( BSD )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="cpu_flags_x86_sse4_1 opencl zstd"
 
 # zstd is bundled, see https://github.com/BinomialLLC/basis_universal/pull/228


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-07-13 21:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-25 21:25 [gentoo-commits] repo/gentoo:master commit in: games-util/basis_universal/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-07-13 21:28 Sam James
2023-10-01  3:57 Sam James
2023-09-19 17:49 Sam James
2023-01-28  9:29 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox