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: Tue, 10 Oct 2023 17:57:54 +0000 (UTC)	[thread overview]
Message-ID: <1696960671.9b520c8081c4aee7a8877a8e93c17f71ba9eeaa0.mgorny@gentoo> (raw)

commit:     9b520c8081c4aee7a8877a8e93c17f71ba9eeaa0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 15:47:35 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 17:57:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b520c80

app-arch/advancecomp: Bump to 2.6

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

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

diff --git a/app-arch/advancecomp/Manifest b/app-arch/advancecomp/Manifest
index fc18aefa31d7..cc99230eb93b 100644
--- a/app-arch/advancecomp/Manifest
+++ b/app-arch/advancecomp/Manifest
@@ -1 +1,2 @@
 DIST advancecomp-2.5.tar.gz 1315529 BLAKE2B 6d5844e64595f611ecf5a1ae69fa0208d324745fde91e63e2d934ca7c7ea6ce67da88063563ccfb67d8762eccff0723bc8f0e47b9322691a67bc7cc80a2039b0 SHA512 3beb26e9afdafb62ab13c3c56902b71b5dabccfa458c9930bdfd0a835149c46bed22bfac7b529c341f241bb8f7670c4cda4c50fd34df31b9a3902f8b8b655049
+DIST advancecomp-2.6.tar.gz 1343700 BLAKE2B 8666565721090217c396cb992b62c3f7c4c06932705db1f71acaa8283fd2795206808811ecd293344293e01a15da58675e8f397f1114c5ad5cc3186627286979 SHA512 10cc2a72b0cf486868b52cdb78a8dc2c965bfa9f43f712fdf97af58e4b0eac62460a635fe58435e2efbc605ed281b8bf0dc560b08bbbe66ee5a8673ec40ea0a6

diff --git a/app-arch/advancecomp/advancecomp-2.6.ebuild b/app-arch/advancecomp/advancecomp-2.6.ebuild
new file mode 100644
index 000000000000..eaedfe05ebdc
--- /dev/null
+++ b/app-arch/advancecomp/advancecomp-2.6.ebuild
@@ -0,0 +1,43 @@
+# 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"
+# Tests seem to rely on exact output:
+# https://sourceforge.net/p/advancemame/bugs/270/
+RESTRICT="test"
+
+RDEPEND="
+	app-arch/bzip2:=
+	sys-libs/zlib:=
+"
+DEPEND="
+	${RDEPEND}
+"
+
+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-10-10 17:57 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10 17:57 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-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
2023-01-22 18:56 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=1696960671.9b520c8081c4aee7a8877a8e93c17f71ba9eeaa0.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