From: "Rui Huang" <vowstar@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/bambustudio-bin/
Date: Wed, 13 Nov 2024 00:26:07 +0000 (UTC) [thread overview]
Message-ID: <1731457533.7a67ed9abe9bea438a6b9130c7b1bf583b609db8.vowstar@gentoo> (raw)
commit: 7a67ed9abe9bea438a6b9130c7b1bf583b609db8
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Wed Nov 13 00:25:33 2024 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Nov 13 00:25:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a67ed9a
media-gfx/bambustudio-bin: drop 01.09.03.50
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>
media-gfx/bambustudio-bin/Manifest | 1 -
.../bambustudio-bin-01.09.03.50.ebuild | 72 ----------------------
2 files changed, 73 deletions(-)
diff --git a/media-gfx/bambustudio-bin/Manifest b/media-gfx/bambustudio-bin/Manifest
index aa84c4477..a6a82c47d 100644
--- a/media-gfx/bambustudio-bin/Manifest
+++ b/media-gfx/bambustudio-bin/Manifest
@@ -1,2 +1 @@
-DIST bambustudio-bin-01.09.03.50.AppImage 103167168 BLAKE2B e5940939a9c88467900d0800a0d0715b9a6f5b4ffb3626d2bf08bbd9db7efdf19bbf4f24acfa4d0690a6f19aeab35c18c63e700d24b38d871f62c68ca26c190f SHA512 69f4fc9018a22aa34e145057f81394b8c5992688c500922618ab199f1f6618ad92aea1a5356f476741b1a60ddea5436adea175c60318aca72ffe198e347d00d7
DIST bambustudio-bin-01.10.00.89.AppImage 112932032 BLAKE2B 1924afb881e6159207775fbb255639d4f5decc52add4acdfd74e847f398c55b901ff375cdbbe5937e414e87f9e1e3bcea1c95d542d200f3f8dd4c165a7b22634 SHA512 3539c22c569298479781dfa5f0a74504d2471397e02dfa5fca3e1d65365b95585f1161182c5004be3793ac732f5d1d94bb6659bc3c5fb20aeb699733894ea71f
diff --git a/media-gfx/bambustudio-bin/bambustudio-bin-01.09.03.50.ebuild b/media-gfx/bambustudio-bin/bambustudio-bin-01.09.03.50.ebuild
deleted file mode 100644
index 360c76e7f..000000000
--- a/media-gfx/bambustudio-bin/bambustudio-bin-01.09.03.50.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="BambuStudio"
-WX_GTK_VER="3.0-gtk3"
-
-inherit desktop wrapper xdg
-
-DESCRIPTION="Bambu Studio is a cutting-edge, feature-rich slicing software"
-HOMEPAGE="https://bambulab.com"
-
-SRC_URI="
- https://github.com/bambulab/${MY_PN}/releases/download/v${PV}/Bambu_Studio_linux_fedora-v${PV}.AppImage \
- -> ${P}.AppImage
-"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-RDEPEND="
- media-gfx/openvdb
- media-libs/glew:0=
- >=media-libs/glm-0.9.9.1
- media-libs/gstreamer
- media-libs/mesa[X(+)]
- net-libs/libsoup:3.0=
- net-libs/webkit-gtk:4.1/0
- >=sci-libs/opencascade-7.3.0:0=
- virtual/glu
- >=x11-libs/cairo-1.8.8:=
- x11-libs/libxkbcommon
- >=x11-libs/pixman-0.30
- x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/patchelf
-"
-
-QA_PREBUILT="*"
-RESTRICT="strip"
-
-src_unpack() {
- mkdir "${S}" || die
- cp "${DISTDIR}/${P}.AppImage" "${S}"/ || die
- pushd "${S}" || die
- chmod +x "${S}/${P}.AppImage" || die
- "${S}/${P}.AppImage" --appimage-extract || die
- rm "${S}/${P}.AppImage" || die
- popd || die
-}
-
-src_install() {
- rm -r squashfs-root/{*.{AppImage,desktop},.DirIcon,usr} || die
- patchelf --replace-needed libwebkit2gtk-4.0.so.37 libwebkit2gtk-4.1.so.0 \
- "${S}"/squashfs-root/bin/bambu-studio || die
- patchelf --replace-needed libjavascriptcoregtk-4.0.so.18 libjavascriptcoregtk-4.1.so.0 \
- "${S}"/squashfs-root/bin/bambu-studio || die
- patchelf --remove-needed libsoup-2.4.so.1 \
- "${S}"/squashfs-root/bin/bambu-studio || die
- patchelf --set-rpath '$ORIGIN' \
- "${S}"/squashfs-root/bin/bambu-studio || die
- insinto /opt/"${PN}"
- doins -r "${S}"/squashfs-root/*
- fperms +x "/opt/${PN}/AppRun" "/opt/${PN}/bin/bambu-studio"
- doicon -s 192 "${S}"/squashfs-root/BambuStudio.png
- domenu "${FILESDIR}/bambu-studio.desktop"
- make_wrapper bambu-studio "/opt/${PN}/AppRun"
-}
next reply other threads:[~2024-11-13 0:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 0:26 Rui Huang [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 9:26 [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/bambustudio-bin/ Rui Huang
2025-02-25 9:47 Rui Huang
2025-02-25 9:47 Rui Huang
2024-12-19 11:41 David Roman
2024-11-19 12:54 Rui Huang
2024-11-19 12:54 Rui Huang
2024-11-13 0:26 Rui Huang
2024-06-26 4:34 Rui Huang
2024-06-25 8:58 Rui Huang
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=1731457533.7a67ed9abe9bea438a6b9130c7b1bf583b609db8.vowstar@gentoo \
--to=vowstar@gmail.com \
--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