diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-24 06:59:02 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-24 06:59:02 +0000 |
| commit | c5796cbc01277ea57f7a7201ef41e373960f3c7a (patch) | |
| tree | 235fddc7090dd5baccb964b81a2c7b8631df428a /media-libs/SoXt | |
| parent | 09cb45b21c7d590ec2e5955b98678951ada09ff7 (diff) | |
| download | baldeagleos-repo-c5796cbc01277ea57f7a7201ef41e373960f3c7a.tar.gz baldeagleos-repo-c5796cbc01277ea57f7a7201ef41e373960f3c7a.tar.xz baldeagleos-repo-c5796cbc01277ea57f7a7201ef41e373960f3c7a.zip | |
Adding metadata
Diffstat (limited to 'media-libs/SoXt')
| -rw-r--r-- | media-libs/SoXt/SoXt-1.4.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-libs/SoXt/SoXt-1.4.1.ebuild b/media-libs/SoXt/SoXt-1.4.1.ebuild index dd4ccfdfaa84..a925be68ddee 100644 --- a/media-libs/SoXt/SoXt-1.4.1.ebuild +++ b/media-libs/SoXt/SoXt-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,13 +7,14 @@ inherit cmake flag-o-matic MY_P=${P/soxt/SoXt} -HOMEPAGE="https://github.com/coin3d/coin/wiki" DESCRIPTION="GUI binding for using Coin/Open Inventor with Xt/Motif" +HOMEPAGE="https://github.com/coin3d/coin/wiki" SRC_URI="https://github.com/coin3d/soxt/releases/download/v${PV}/${P}-src.tar.gz" +S="${WORKDIR}/soxt" LICENSE="GPL-2" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" SLOT="0" +KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="debug doc" RDEPEND=" @@ -28,9 +29,7 @@ BDEPEND=" doc? ( app-text/doxygen ) " -S="${WORKDIR}/soxt" - -DOCS=(AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt) +DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO BUGS.txt ) src_configure() { use debug && append-cppflags -DSOXT_DEBUG=1 |
