From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA342158086 for ; Sun, 5 Dec 2021 03:53:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 034D92BC089; Sun, 5 Dec 2021 03:53:18 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1A862BC089 for ; Sun, 5 Dec 2021 03:53:17 +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 7D071343252 for ; Sun, 5 Dec 2021 03:53:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E474B14D for ; Sun, 5 Dec 2021 03:53:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638676370.6608f92a76237bedab022c62bef7cf157e2b28a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/maxcso/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/maxcso/Manifest dev-util/maxcso/maxcso-1.13.0.ebuild dev-util/maxcso/maxcso-9999.ebuild dev-util/maxcso/metadata.xml X-VCS-Directories: dev-util/maxcso/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6608f92a76237bedab022c62bef7cf157e2b28a6 X-VCS-Branch: master Date: Sun, 5 Dec 2021 03:53:14 +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: 6be8ee84-1a00-40c7-9bfd-40a5edc61c39 X-Archives-Hash: 8c556e597cec21994af7b0f0d560f6d6 commit: 6608f92a76237bedab022c62bef7cf157e2b28a6 Author: orbea riseup net> AuthorDate: Mon Nov 29 22:47:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 5 03:52:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6608f92a dev-util/maxcso: New package Closes: https://github.com/gentoo/gentoo/pull/23119 Signed-off-by: Sam James gentoo.org> dev-util/maxcso/Manifest | 1 + dev-util/maxcso/maxcso-1.13.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ dev-util/maxcso/maxcso-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++ dev-util/maxcso/metadata.xml | 17 +++++++++++++++++ 4 files changed, 90 insertions(+) diff --git a/dev-util/maxcso/Manifest b/dev-util/maxcso/Manifest new file mode 100644 index 000000000000..3b0c381aed69 --- /dev/null +++ b/dev-util/maxcso/Manifest @@ -0,0 +1 @@ +DIST maxcso-1.13.0.tar.gz 3734868 BLAKE2B 8c8db7741d8c5fb42ca26660221f2f56141845ad8ab95cf84e910e15b6a01109203015de9fec51da23e786a5015399bfdee2782f7e195c6557ce2e05c901f4e4 SHA512 1d09dee8094d09debe69764f06356339de60da01aaaac7d372c66c4909b86625114f8d6dbdce22d9d700340f9a7b07f1ff71031ad8f1465a65fd38cd5df21209 diff --git a/dev-util/maxcso/maxcso-1.13.0.ebuild b/dev-util/maxcso/maxcso-1.13.0.ebuild new file mode 100644 index 000000000000..a9f29908ada6 --- /dev/null +++ b/dev-util/maxcso/maxcso-1.13.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Fast cso compressor" +HOMEPAGE="https://github.com/unknownbrackets/maxcso" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/unknownbrackets/maxcso.git" +else + SRC_URI="https://github.com/unknownbrackets/maxcso/archive/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="ISC MIT LGPL-2.1+ Apache-2.0" +SLOT="0" + +BDEPEND="virtual/pkgconfig" +RDEPEND=" + app-arch/lz4 + dev-libs/libuv + sys-libs/zlib +" +DEPEND="${RDEPEND}" + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install + dodoc README.md README_CSO.md README_ZSO.md +} diff --git a/dev-util/maxcso/maxcso-9999.ebuild b/dev-util/maxcso/maxcso-9999.ebuild new file mode 100644 index 000000000000..a9f29908ada6 --- /dev/null +++ b/dev-util/maxcso/maxcso-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Fast cso compressor" +HOMEPAGE="https://github.com/unknownbrackets/maxcso" +if [[ "${PV}" == *9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/unknownbrackets/maxcso.git" +else + SRC_URI="https://github.com/unknownbrackets/maxcso/archive/v${PV}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="ISC MIT LGPL-2.1+ Apache-2.0" +SLOT="0" + +BDEPEND="virtual/pkgconfig" +RDEPEND=" + app-arch/lz4 + dev-libs/libuv + sys-libs/zlib +" +DEPEND="${RDEPEND}" + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install + dodoc README.md README_CSO.md README_ZSO.md +} diff --git a/dev-util/maxcso/metadata.xml b/dev-util/maxcso/metadata.xml new file mode 100644 index 000000000000..f8d5fdccbd73 --- /dev/null +++ b/dev-util/maxcso/metadata.xml @@ -0,0 +1,17 @@ + + + + + orbea@riseup.net + orbea + + + proxy-maint@gentoo.org + Proxy Maintainers + + + A fast ISO to CSO compression program for use with PSP and PS2 + emulators, which uses multiple algorithms for best compression + ratio. + +