Update Looper URL
This commit is contained in:
parent
a49f6962bb
commit
2bd1302b51
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ inherit cmake git-r3
|
||||||
DESCRIPTION="Audio player that supports looping audio metadata"
|
DESCRIPTION="Audio player that supports looping audio metadata"
|
||||||
|
|
||||||
# Homepage, not used by Portage directly but handy for developer reference
|
# Homepage, not used by Portage directly but handy for developer reference
|
||||||
HOMEPAGE="https://complecwaft.com/catmeow/neko-player/"
|
HOMEPAGE="https://complecwaft.com/catmeow/looper/"
|
||||||
|
|
||||||
# Point to any required sources; these will be automatically downloaded by
|
# Point to any required sources; these will be automatically downloaded by
|
||||||
# Portage.
|
# Portage.
|
||||||
EGIT_REPO_URI="https://complecwaft.com/catmeow/neko-player.git"
|
EGIT_REPO_URI="https://complecwaft.com/catmeow/looper.git"
|
||||||
EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp subprojects/soundtouch subprojects/protobuf-c)
|
EGIT_SUBMODULES=(subprojects/vgmstream subprojects/SDL-Mixer-X backends/ui/imgui/imgui backends/imgui/IconFontsCppHeaders subprojects/jsoncpp subprojects/soundtouch subprojects/protobuf-c)
|
||||||
# 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}
|
||||||
|
|
Loading…
Reference in a new issue