dev-haskell/wxc - 1.0.0.2 (haskell)

Search

Package Information

Description:
wxHaskell C++ wrapper
Homepage:
https://codeberg.org/wxHaskell/wxHaskell/src/branch/master/wxc
License:
wxWinLL-3.1

Ebuild Details

Version EAPI Keywords Slot
1.0.0.2 8 ~amd64 0/1.0.0.2
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

WX_GTK_VER="3.2-gtk3"
inherit wxwidgets cmake

DESCRIPTION="wxHaskell C++ wrapper"
HOMEPAGE="https://codeberg.org/wxHaskell/wxHaskell/src/branch/master/wxc"
SRC_URI="https://codeberg.org/wxHaskell/wxHaskell/archive/${P}.tar.gz"
S="${WORKDIR}/wxhaskell/wxc"

PATCHES=(
	"${FILESDIR}"/${P}-gtk-3.2.0-compat.patch
	)

LICENSE="wxWinLL-3.1"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="gstreamer"

DEPEND="${RDEPEND}"
RDEPEND="x11-libs/wxGTK:${WX_GTK_VER}=[X,gstreamer?,opengl]"


src_compile() {
		sh "${S}"/generate-version-header.sh
		default
	}

USE Flags

Dependencies

DEPEND

x11-libs/wxGTK:3.2-gtk3=[X,gstreamer?,opengl]

RDEPEND

x11-libs/wxGTK:3.2-gtk3=[X,gstreamer?,opengl]

Manifest for 1.0.0.2

Type File Size Source URLs
DIST wxc-1.0.0.2.tar.gz 2339018 bytes https://codeberg.org/wxHaskell/wxHaskell/archive/wxc-1.0.0.2.tar.gz