mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
media-libs/game-music-emu: drop 0.6.3-r1
Closes: https://bugs.gentoo.org/956612 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST game-music-emu-0.6.3.tar.xz 234412 BLAKE2B 21edd8f5e868231424c56dad6740a5c7cb8e7f503b707dc56ea71d7a75085566b2bd0c2060b0f9e919f858c13821b3810959cff96c41f9248bb3b98f12eb22f7 SHA512 4b20c69ced696bb879c34bcb7ce0f5f276642458d4cebca8ede673eed7d50664e527626e2077f85a3411a26660f1b3f01e43cccd72945e1edb2994421efeb552
|
||||
DIST libgme-0.6.4-src.tar.gz 343689 BLAKE2B ea4134ad44cf8d60c24f60386cdd99b5cf046adfa4d50604296170327cbb6f51cbb44b2d332f5f3b8f752986f2c8085eba994e846257dbb9bdcc921a07752afd SHA512 4c8c4ee31c767bdf1ef62fce8062d817caee442bcefdf7cd8114cc0168794aa2a29e84d5fb1848a415eb385b22459fcfad3df7007a7a39801da8ac7c53f733af
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-multilib multibuild
|
||||
|
||||
DESCRIPTION="Video game music file emulators"
|
||||
HOMEPAGE="https://bitbucket.org/mpyne/game-music-emu/wiki/Home"
|
||||
SRC_URI="https://bitbucket.org/mpyne/game-music-emu/downloads/${P}.tar.xz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( sys-process/parallel )"
|
||||
DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( changes.txt design.txt gme.txt readme.txt )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_UBSAN=off # disabled so that if gcc[-sanitize] it does not fail to compile
|
||||
)
|
||||
cmake-multilib_src_configure
|
||||
}
|
||||
|
||||
multilib_src_test() {
|
||||
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${BUILD_DIR}/gme" \
|
||||
emake -C "${S}/test" test \
|
||||
LIBGME_NEW_PATH="${BUILD_DIR}/gme/libgme.so" \
|
||||
CXXFLAGS="${CXXFLAGS}" LIBRARIES="${BUILD_DIR}/gme"
|
||||
}
|
||||
Reference in New Issue
Block a user