New package: furnace#2066
Open
ChunkyHamsterfly wants to merge 1 commit intotermux-user-repository:masterfrom
Open
New package: furnace#2066ChunkyHamsterfly wants to merge 1 commit intotermux-user-repository:masterfrom
ChunkyHamsterfly wants to merge 1 commit intotermux-user-repository:masterfrom
Conversation
Closed
| TERMUX_PKG_VERSION=0.6.8.3 | ||
| TERMUX_PKG_SRCURL=https://github.com/tildearrow/furnace/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz | ||
| TERMUX_PKG_SHA256=c54b93dc7211a8e86828ea6b436628920df7a7dc87b130b3752f2251f5466e9c | ||
| TERMUX_PKG_DEPENDS="alsa-lib, fftw, fmt, freetype, libglvnd, libsndfile, libx11, pulseaudio, sdl2, zlib" |
Member
There was a problem hiding this comment.
It could have sdl2 | sdl2-compat instead of just sdl2 so that it can be used by people using sdl2-compat also. Also, instead of libglvnd, it can probably have opengl specified like other packages which depend on that
Member
|
When I try to compile it in Termux or cross-compile it, I see this error, I can see from Arch Linux's package that it needs its submodule to build: In Termux, you could make the Line 6 in e61512c or alternatively, you could set up the submodule some other way, like some way that only downloads the one necessary submodule instead of all four. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@licy183
Before attempting to build this, could you please review the buildscript and tell me if I'm missing something? Thanks in advance.