# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # ebuild generated by hackport 0.9.0.0.9999 #hackport: flags: opengl-example:examples,+recent-ish,+pkgconfig CABAL_HACKAGE_REVISION=1 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Both high- and low-level bindings to the SDL library (version 2.0.6+)" HOMEPAGE="https://hackage.haskell.org/package/sdl2" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="examples no-linear" RESTRICT=test # requires functional audio and video devices (bad for sandboxes) CABAL_CHDEPS=( 'bytestring >= 0.10.4.0 && < 0.12' 'bytestring >= 0.10.4.0' ) RDEPEND=">=dev-haskell/statevar-1.1.0.0:=[profile?] =dev-haskell/text-1.1.0.0:=[profile?] =dev-haskell/vector-0.10.9.0:=[profile?] =dev-lang/ghc-9.0.2:= media-libs/libsdl2 examples? ( dev-haskell/opengl:=[profile?] ) !no-linear? ( >=dev-haskell/linear-1.10.1.2:=[profile?]