public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libbgcode/
Date: Mon, 18 Mar 2024 15:05:35 +0000 (UTC)	[thread overview]
Message-ID: <1710774321.8d6fff5ca9a2bbcc3b85b65d01289f6755be93e2.fordfrog@gentoo> (raw)

commit:     8d6fff5ca9a2bbcc3b85b65d01289f6755be93e2
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 15:05:21 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 15:05:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6fff5c

media-gfx/libbgcode: bump to 20240318

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-gfx/libbgcode/Manifest                      |  1 +
 media-gfx/libbgcode/libbgcode-0.0.20240318.ebuild | 35 +++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/media-gfx/libbgcode/Manifest b/media-gfx/libbgcode/Manifest
index 0dc3940492a1..4291881afa88 100644
--- a/media-gfx/libbgcode/Manifest
+++ b/media-gfx/libbgcode/Manifest
@@ -1,2 +1,3 @@
 DIST libbgcode-0.0.20231116.tar.gz 455134 BLAKE2B 63c37b7a8189ef5f14539d6e32cc442b91e65a8e0047c1d7cc2b6970a31b2aa02c212c7ed7dec4497392755d64550a28652b04746eaef279d4fb4a8ec58aac12 SHA512 605110a0e4ca16fd497dbe8b15f9794a75c19d5d5367320ddacaa621eb1a4370fcc5b8a799440d8b449774595c5bcbcd2d96fcb574707da475ef85764f9760d3
 DIST libbgcode-0.0.20240220.tar.gz 456416 BLAKE2B 966eadd2888dc733f3bffb919992774e138fe464702b072fd56b0c636cceca9636f1fe1606220ccccc2be44a66e2e999e3b81634c707a19a38b7416da7aa1407 SHA512 258466ebfe4c16fd8074be12434348866378220b64f2687667defa21b919b1e2d8c1dc4d11f829777eacdc785834acaebcb3cb46a903c53f3a2604e70c5bb75c
+DIST libbgcode-0.0.20240318.tar.gz 456456 BLAKE2B e4136c2fb6ce99fb932703520544de22b748d41e6df39425322a554ecccb6dc59c553d9903b7dcaccd30d4985a8506e58c83b8229e48c14e622eda43c6c010a5 SHA512 c5d0172db7251b68763664249e2ac81015cb75fa7674de2d28157dde749248d34b882dc14d260fdd4a47274b39b661459d7346db0da149eb36fd438840013793

diff --git a/media-gfx/libbgcode/libbgcode-0.0.20240318.ebuild b/media-gfx/libbgcode/libbgcode-0.0.20240318.ebuild
new file mode 100644
index 000000000000..b7d9859af31d
--- /dev/null
+++ b/media-gfx/libbgcode/libbgcode-0.0.20240318.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+LIBBGCODE_COMMIT=638538cba6731eeafd47d332df70426d619532b5
+
+DESCRIPTION="Prusa Block & Binary G-code reader / writer / converter"
+HOMEPAGE="https://github.com/prusa3d/libbgcode"
+SRC_URI="https://github.com/prusa3d/libbgcode/archive/${LIBBGCODE_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${LIBBGCODE_COMMIT}"
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-libs/heatshrink-0.4.1
+	>=sys-libs/zlib-1.0
+"
+DEPEND="${RDEPEND}
+	dev-libs/boost
+	test? ( =dev-cpp/catch-2*:0 )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DLibBGCode_BUILD_TESTS=$(usex test)
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-03-18 15:05 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-18 15:05 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06  7:30 [gentoo-commits] repo/gentoo:master commit in: media-gfx/libbgcode/ Miroslav Šulc
2024-10-04  9:31 Sam James
2024-09-03 14:56 Miroslav Šulc
2024-09-03 10:36 Miroslav Šulc
2024-09-01  9:16 Miroslav Šulc
2024-08-30 14:42 Arthur Zamarin
2024-08-06  9:17 Miroslav Šulc
2024-08-04 12:53 Jakov Smolić
2024-07-30 17:26 Miroslav Šulc
2024-07-04 14:08 Miroslav Šulc
2024-03-31  8:40 Miroslav Šulc
2024-03-30 12:37 Arthur Zamarin
2024-03-29  8:52 Miroslav Šulc
2024-03-07  8:42 Miroslav Šulc
2024-03-07  8:42 Miroslav Šulc
2024-03-04 21:03 Sam James
2024-03-04 17:46 Miroslav Šulc
2024-03-04 11:13 Miroslav Šulc
2024-02-01 13:05 Alexey Shvetsov

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=1710774321.8d6fff5ca9a2bbcc3b85b65d01289f6755be93e2.fordfrog@gentoo \
    --to=fordfrog@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