Update and rename Looper package
This commit is contained in:
parent
bd7e0b459f
commit
97748eb943
2 changed files with 1 additions and 2 deletions
|
@ -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() {
|
Loading…
Reference in a new issue