From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libbgcode/
Date: Thu, 7 Mar 2024 08:42:06 +0000 (UTC) [thread overview]
Message-ID: <1709800764.fcc5686c0934bb43405ec6be95cbe37c0ed51e55.fordfrog@gentoo> (raw)
commit: fcc5686c0934bb43405ec6be95cbe37c0ed51e55
Author: Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Tue Mar 5 19:23:15 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 08:39:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc5686c
media-gfx/libbgcode: fix dependencies
Closes: https://bugs.gentoo.org/924385
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../libbgcode/libbgcode-0.0.20240220-r1.ebuild | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/media-gfx/libbgcode/libbgcode-0.0.20240220-r1.ebuild b/media-gfx/libbgcode/libbgcode-0.0.20240220-r1.ebuild
new file mode 100644
index 000000000000..d317371d29ee
--- /dev/null
+++ b/media-gfx/libbgcode/libbgcode-0.0.20240220-r1.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=33a1eebfb8e65f333c057c13734f3a838e31d433
+
+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
+}
next reply other threads:[~2024-03-07 8:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-07 8:42 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 8:24 [gentoo-commits] repo/gentoo:master commit in: media-gfx/libbgcode/ Miroslav Šulc
2024-10-06 7:30 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-18 15:05 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=1709800764.fcc5686c0934bb43405ec6be95cbe37c0ed51e55.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