public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/
Date: Sun, 22 Jan 2023 18:56:14 +0000 (UTC)	[thread overview]
Message-ID: <1674412952.04b9be40563fedc666e0fe5d06355e24358e6c91.mgorny@gentoo> (raw)

commit:     04b9be40563fedc666e0fe5d06355e24358e6c91
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 18:42:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 18:42:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b9be40

app-arch/advancecomp: Bump to 2.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/advancecomp/Manifest               |  1 +
 app-arch/advancecomp/advancecomp-2.5.ebuild | 44 +++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-arch/advancecomp/Manifest b/app-arch/advancecomp/Manifest
index 6d3c726f0e64..95c3cd38acb5 100644
--- a/app-arch/advancecomp/Manifest
+++ b/app-arch/advancecomp/Manifest
@@ -1,2 +1,3 @@
 DIST advancecomp-2.3.tar.gz 1292157 BLAKE2B 7fdbbc4c53c58a4988339189d5e2e2412e782a69081b6ba39f86f4c2b101b03d8400f8104091eb8b22d2d4969515c8126011e79e346787bddba77d67387a6efe SHA512 87dc6a25139708b975ff138f73555fb2053c0fb8310412823624de7786a2034657fc3b4ddb6eeda332788073bbe21ea955b7368707186ee3bb61d1fe59e672e3
 DIST advancecomp-2.4.tar.gz 1315369 BLAKE2B fba921473efb54493590cc225a7ece2d05a5e7a047e38cebdd14ec6141856b5f7efe0aafd279d399bca7bb836f73a586cd4711e75f2a11047e063bf72d67f15a SHA512 667e0e898208df578a676b6084ca6c8dae119a6006f716b1dfa29cd0ec5b022f7b5fd099d09c25e520bdf90bc5531a7e36ed120472ca732303b719818cc5b712
+DIST advancecomp-2.5.tar.gz 1315529 BLAKE2B 6d5844e64595f611ecf5a1ae69fa0208d324745fde91e63e2d934ca7c7ea6ce67da88063563ccfb67d8762eccff0723bc8f0e47b9322691a67bc7cc80a2039b0 SHA512 3beb26e9afdafb62ab13c3c56902b71b5dabccfa458c9930bdfd0a835149c46bed22bfac7b529c341f241bb8f7670c4cda4c50fd34df31b9a3902f8b8b655049

diff --git a/app-arch/advancecomp/advancecomp-2.5.ebuild b/app-arch/advancecomp/advancecomp-2.5.ebuild
new file mode 100644
index 000000000000..5c05f17047f0
--- /dev/null
+++ b/app-arch/advancecomp/advancecomp-2.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Recompress ZIP, PNG and MNG, considerably improving compression"
+HOMEPAGE="
+	https://www.advancemame.it/comp-readme.html
+	https://github.com/amadvance/advancecomp/
+"
+SRC_URI="
+	https://github.com/amadvance/advancecomp/releases/download/v${PV}/${P}.tar.gz
+"
+
+LICENSE="GPL-2+ Apache-2.0 LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	app-arch/bzip2:=
+	sys-libs/zlib:=
+"
+DEPEND="
+	${RDEPEND}
+"
+
+# Tests seem to rely on exact output:
+# https://sourceforge.net/p/advancemame/bugs/270/
+RESTRICT="test"
+
+src_configure() {
+	local myconf=(
+		--enable-bzip2
+		# (--disable-* arguments are mishandled)
+		# --disable-debug
+		# --disable-valgrind
+	)
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+	dodoc HISTORY
+}


             reply	other threads:[~2023-01-22 18:56 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22 18:56 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-12  3:59 [gentoo-commits] repo/gentoo:master commit in: app-arch/advancecomp/ Michał Górny
2023-11-11 20:58 Arthur Zamarin
2023-10-10 17:57 Michał Górny
2023-04-08 18:47 Michał Górny
2023-04-08 17:47 Arthur Zamarin
2023-04-08 17:37 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-08 17:31 Arthur Zamarin
2023-04-08 16:59 Arthur Zamarin
2023-01-23  7:34 Michał Górny
2022-11-23  8:31 Arthur Zamarin
2022-11-23  8:30 Sam James
2022-11-23  8:28 Sam James
2022-11-23  8:28 Sam James
2022-11-23  8:28 Sam James
2022-11-23  6:53 Michał Górny
2022-06-06 11:52 Jakov Smolić
2022-06-06 10:42 Jakov Smolić
2022-06-06 10:22 Jakov Smolić
2022-06-06 10:22 Jakov Smolić
2022-06-06  9:39 Jakov Smolić
2022-04-17  8:39 Michał Górny
2021-09-27 14:14 Yixun Lan
2019-12-26 10:53 Michał Górny
2019-09-26  6:52 Sergei Trofimovich
2019-09-26  6:49 Sergei Trofimovich
2019-03-19  2:03 Thomas Deutschmann
2019-03-14 21:14 Agostino Sarubbo
2019-03-11 21:03 Andreas Sturmlechner
2019-03-10  7:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 15:33 Michał Górny
2018-11-25 10:11 Michał Górny
2018-05-26 11:30 Johannes Huber
2018-05-24 14:31 Agostino Sarubbo
2018-05-20 23:46 Matt Turner
2018-05-20 23:46 Matt Turner
2018-05-20 23:46 Matt Turner
2017-12-18 16:15 Michael Weber
2017-12-18 16:15 Michael Weber
2017-12-18 16:15 Michael Weber
2016-05-07 22:22 Michael Weber

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=1674412952.04b9be40563fedc666e0fe5d06355e24358e6c91.mgorny@gentoo \
    --to=mgorny@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