Update and rename Looper package

This commit is contained in:
Zachary Hall 2024-09-28 10:35:27 -07:00
parent bd7e0b459f
commit 97748eb943
2 changed files with 1 additions and 2 deletions

View file

@ -32,7 +32,6 @@ HOMEPAGE="https://complecwaft.com/catmeow/neko-player/"
# Portage. # Portage.
EGIT_REPO_URI="https://complecwaft.com/catmeow/neko-player.git" EGIT_REPO_URI="https://complecwaft.com/catmeow/neko-player.git"
EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp) EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp)
EGIT_COMMIT="HEAD^1"
# Source directory; the dir where the sources can be found (automatically # Source directory; the dir where the sources can be found (automatically
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} # unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
# If you don't need to change it, leave the S= line out of the ebuild # If you don't need to change it, leave the S= line out of the ebuild
@ -105,7 +104,7 @@ DEPEND="media-libs/libsdl2 media-libs/sdl2-image media-libs/libsoundtouch dev-li
# only need to be present in the native build system (CBUILD). Example: # only need to be present in the native build system (CBUILD). Example:
BDEPEND="virtual/pkgconfig" BDEPEND="virtual/pkgconfig"
MYCMAKEARGS=( "-DDISABLE_GTK_UI=ON" ) MYCMAKEARGS=( "-DDISABLE_GTK_UI=ON" "-DBUILD_SOUNDTOUCH=ON" "-DCMAKE_BUILD_TYPE=RelWithDebInfo")
# The following src_configure function is implemented as default by portage, so # The following src_configure function is implemented as default by portage, so
# you only need to call it if you need a different behaviour. # you only need to call it if you need a different behaviour.
#src_configure() { #src_configure() {