From 97748eb943306b63ca4fe547a150aa87925dc002 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 28 Sep 2024 10:35:27 -0700 Subject: [PATCH] Update and rename Looper package --- media-sound/{neko-player => looper}/Manifest | 0 .../neko-player-999.ebuild => looper/looper-9999.ebuild} | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename media-sound/{neko-player => looper}/Manifest (100%) rename media-sound/{neko-player/neko-player-999.ebuild => looper/looper-9999.ebuild} (98%) diff --git a/media-sound/neko-player/Manifest b/media-sound/looper/Manifest similarity index 100% rename from media-sound/neko-player/Manifest rename to media-sound/looper/Manifest diff --git a/media-sound/neko-player/neko-player-999.ebuild b/media-sound/looper/looper-9999.ebuild similarity index 98% rename from media-sound/neko-player/neko-player-999.ebuild rename to media-sound/looper/looper-9999.ebuild index 42b834d..d26c842 100644 --- a/media-sound/neko-player/neko-player-999.ebuild +++ b/media-sound/looper/looper-9999.ebuild @@ -32,7 +32,6 @@ HOMEPAGE="https://complecwaft.com/catmeow/neko-player/" # Portage. 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_COMMIT="HEAD^1" # Source directory; the dir where the sources can be found (automatically # 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 @@ -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: 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 # you only need to call it if you need a different behaviour. #src_configure() {