crispy doom version bump
This commit is contained in:
parent
d12c2d99c1
commit
049ab070ca
@ -1,3 +1,5 @@
|
||||
DIST crispy-doom-6.0.tar.gz 2499918 BLAKE2B fc864ae55100db0d074d14eae795bd603b355fba8eaa783b564b167cf1bf65ff1e97f4640d2b0d56f8c4ec076125fd0f0e2a95bc5eac7251997e9f7757f4d295 SHA512 44ab9ffea1febe7eaab0c28d5dd178df821c200354aa9aeecd0b84dbe98419a037416f8d8e6176611dbd1a2dba8ec050d9e7267c61dcf8640c08c422765b270f
|
||||
DIST crispy-doom-7.0.tar.gz 2583285 BLAKE2B 307a2f98e37ac902e938433d9ee660e301ea38f1f0404354e1c0e3cb7d7c06c576da6711465f050ab7a25e2417edc8845db3ffb018b5eec588799d08084ff578 SHA512 d2e182f8a81b164d09ff0ed2bb7f507349f9edf55b3d1a62b54a0cc76dd3b407722704dd3e58d5736018807c8c39147401972e05f0d6ebb8606d016e2b68b37f
|
||||
EBUILD crispy-doom-6.0.ebuild 1235 BLAKE2B 80ce432db5b8f118f6c9082f9b59d826fced7018b7a081f8cda2bfb16409784d0a94cfc31014558fb7d085e70b9dd1279ab85ebbb9033d8ad723625b7840b3e8 SHA512 f9f8580ed5bf3c3ff35ef886be2e0523c2bd3f59c35d1a27b391c5e0205d0f48263bd41bc6abfd05652f6d8d832679e370ff6e250c973107e144df0438a6edfd
|
||||
EBUILD crispy-doom-7.0.ebuild 1310 BLAKE2B b83cc2013a18f1b77c33391f11a2b3f23b79aa989f333f0547e9ac39bc077f50c0e34536ea11cc0512b5b13d5c6cb91db4be4dd3b702787606548b82c0a150db SHA512 a855a369c9ae40b13d8edde7b5cf32d1908453dd406551c0f973b8ed61e8eac3988e3fdce07d9c2a9e4cc8b681acdd264478e8cfc077a7b16467035393e5f841
|
||||
MISC metadata.xml 244 BLAKE2B c868d151b81a299adb629476d8a1cf4aef25f0bfe22a0d3d1d0522dda5b9f18b7b6628655a1cea8a0ecf22c1284230b7fda98ee78eec53338d73e93d4df232d3 SHA512 e8dd6eabe095c2a205abbec715ce1d5ac0bd4209a78189b0141d2472165ca7dbee91cd49555f6861efa7a437ba621ae421308522b4dea9b5c6299721819fdafa
|
||||
|
69
games-fps/crispy-doom/crispy-doom-7.0.ebuild
Normal file
69
games-fps/crispy-doom/crispy-doom-7.0.ebuild
Normal file
@ -0,0 +1,69 @@
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit autotools prefix python-any-r1 xdg
|
||||
|
||||
DESCRIPTION="Fork of Chocolatey Doom with visual crispness enhancements"
|
||||
HOMEPAGE="https://github.com/fabiangreffrath/crispy-doom"
|
||||
SRC_URI="https://github.com/fabiangreffrath/crispy-doom/archive/refs/tags/crispy-doom-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc libsamplerate +midi png truecolor vorbis"
|
||||
|
||||
DEPEND="
|
||||
media-libs/libsdl2[video]
|
||||
media-libs/sdl2-mixer[midi?,vorbis?]
|
||||
media-libs/sdl2-net
|
||||
media-sound/fluidsynth
|
||||
sys-libs/zlib
|
||||
libsamplerate? ( media-libs/libsamplerate )
|
||||
png? ( media-libs/libpng:= )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
|
||||
DOCS=(
|
||||
"AUTHORS"
|
||||
"CHANGELOG.md"
|
||||
"HACKING.md"
|
||||
"NEWS.md"
|
||||
"NOT-BUGS.md"
|
||||
"PHILOSOPHY.md"
|
||||
"README.md"
|
||||
"README.Music.md"
|
||||
"README.Strife.md"
|
||||
"RELEASE_NOTES.md"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
hprefixify src/d_iwad.c
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-bash-completion \
|
||||
$(use_enable doc) \
|
||||
$(use_enable truecolor) \
|
||||
--disable-fonts \
|
||||
--disable-icons \
|
||||
$(use_with libsamplerate) \
|
||||
$(use_with png libpng)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
# Remove redundant documentation files
|
||||
rm -r "${ED}/usr/share/doc/"* || die
|
||||
|
||||
einstalldocs
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20240116 || ( >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure install postinst postrm preinst prepare setup
|
||||
DEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net media-sound/fluidsynth sys-libs/zlib libsamplerate? ( media-libs/libsamplerate ) png? ( media-libs/libpng:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
DESCRIPTION=Fork of Chocolatey Doom with visual crispness enhancements
|
||||
@ -11,5 +11,5 @@ LICENSE=BSD GPL-2+
|
||||
RDEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net media-sound/fluidsynth sys-libs/zlib libsamplerate? ( media-libs/libsamplerate ) png? ( media-libs/libpng:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fabiangreffrath/crispy-doom/archive/refs/tags/crispy-doom-6.0.tar.gz -> crispy-doom-6.0.tar.gz
|
||||
_eclasses_=gnuconfig b6b3e92f8b8c996400074b5f61a59256 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 libtool 5f49a16f67f81bdf873e3d1f10b10001 autotools 3af8f60c4bdb23e738db506a630898ee prefix eab3c99d77fe00506c109c8a736186f7 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-any-r1 f5169813d1619761b459800587005fd2 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe prefix c3c4c93ebda319c0fa7ed6f942ba1010 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=cd74b97c93142890b45dbb11f4448964
|
||||
|
15
metadata/md5-cache/games-fps/crispy-doom-7.0
Normal file
15
metadata/md5-cache/games-fps/crispy-doom-7.0
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=>=app-portage/elt-patches-20240116 sys-devel/gnuconfig || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 >=dev-build/autoconf-2.71-r6:2.71 ) >=dev-build/libtool-2.4.7-r3
|
||||
DEFINED_PHASES=configure install postinst postrm preinst prepare setup
|
||||
DEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net media-sound/fluidsynth sys-libs/zlib libsamplerate? ( media-libs/libsamplerate ) png? ( media-libs/libpng:= ) dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
DESCRIPTION=Fork of Chocolatey Doom with visual crispness enhancements
|
||||
EAPI=7
|
||||
HOMEPAGE=https://github.com/fabiangreffrath/crispy-doom
|
||||
INHERIT=autotools prefix python-any-r1 xdg
|
||||
IUSE=doc libsamplerate +midi png truecolor vorbis
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD GPL-2+
|
||||
RDEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net media-sound/fluidsynth sys-libs/zlib libsamplerate? ( media-libs/libsamplerate ) png? ( media-libs/libpng:= )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/fabiangreffrath/crispy-doom/archive/refs/tags/crispy-doom-7.0.tar.gz -> crispy-doom-7.0.tar.gz
|
||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 libtool 6b28392a775f807c8be5fc7ec9a605b9 autotools 7d91cc798a8afd8f4e0c6e9587296ebe prefix c3c4c93ebda319c0fa7ed6f942ba1010 eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-any-r1 6ddb5e75c10db046f89ebe39c85e1d82 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=0ce42824ada00b0651a62b329b02ff8e
|
Loading…
x
Reference in New Issue
Block a user