dev-libs/spsdeclib - 5.2 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/spsdeclib-5.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/spsdeclib-5.2

Or alternatively:

emerge --autounmask-write -a =dev-libs/spsdeclib-5.2

Package Information

Description:
Kryoflux SPS Decoder Library
Homepage:
https://www.kryoflux.com/
License:
Kryoflux-MAME

Ebuild Details

Version EAPI Keywords Slot
5.2 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Kryoflux SPS Decoder Library"
HOMEPAGE="https://www.kryoflux.com/"

SRC_URI="https://www.kryoflux.com/download/${PN}_${PV}_source.zip"
S="${WORKDIR}/SPStudio_Dev/"

LICENSE="Kryoflux-MAME"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"

BDEPEND="app-arch/unzip"

DOCS=( CAPSLib520a.pdf {HISTORY,RELEASE}.txt )

PATCHES=( "${FILESDIR}/spsdeclib-5.2-honor-destdir.patch" )

src_prepare() {
	cmake_src_prepare

	# Remove MSVC compiler-specific attribute
	sed -i -e 's/__cdecl //' LibIPF/Caps{Lib,FDC}.h || die
}

src_install() {
	cmake_src_install

	insinto /usr/include/CAPSImage
	doins Core/CommonTypes.h
}

Inherited Eclasses

Dependencies

BDEPEND

app-arch/unzip

Manifest for 5.2

Type File Size Source URLs
DIST spsdeclib_5.2_source.zip 770742 bytes https://www.kryoflux.com/download/spsdeclib_5.2_source.zip