forked from sabotage-linux/sabotage
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase on upstream #1
Merged
Merged
Conversation
This file contains 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
e.g. latest wget 1.21.1. there's probably a way to make fnmatch hack work so our (musl) fnmatch gets used instead of the gnulib version, but i gave up after like 10 different attempts. so packages opting to use the gnulib junk shall have their "superior" version, at the cost of our harddisk space.
those 2 were overlooked in the great kernel-patches purge, d0a6d49 .
this allows them to be bindmounted rather than copied.
it's the arch that probably 90+% of users will build, so default to it.
curl always supports https, and doesn't have two different implementations to test for, so always use it if available.
CONFIG_NETFILTER_XT_MATCH_OWNER: 'owner' match support socket owner matching allows you to match locally-generated packets based on who created the socket: the user or group. It is also possible to check whether a socket actually exists.
latest version bump introduced a regression: the curses check silently failed with netbsd-curses causing the omission of the ccmake tool, which is handy for exploration of possible configuration options.
last 3.6 release. added patch from alpine linux to make interception build on 32-bit. it is also required with previous 3.6 versions.
if this is installed, mesa, ffmpeg and mpv will pick it up when rebuilt.
builds fine with busybox ash nowadays
intel vaapi driver for ironlake, sandybridge, ivybridge, haswell, broadwell, cherryview, braswell, skylake, broxton, kabylake, gemini lake, coffee lake and cannonlake. driver also supports mpeg-2 only decoding for gm45. for experimental h264 decoding on gm45, try alternative driver provided by intel-vaapi-driver-g45 package.
this is the experimental (and abandoned?) intel vaapi driver for GMA 4500 series iGPUs. unlike intel-vaapi-driver-std, it supports h264 decoding with this particular chip. This driver might require some extra configuration like increasing preallocated video ram size for smooth playback.
vaapi driver for intel broadwell, skylake, broxton, apollo lake, kaby lake, coffee lake, whiskey lake, comet lake, amber lake, ice lake, jasper lake, elkhart lake and tiger lake. this is the "free kernel build" which means fully open source shaders and hardware features but limited feature set compared to the nonfree "full feature build".
includes all three variants that overlap slightly with each other in hardware support and features. default is intel-vaapi-driver-std, the original vaapi driver, because it's fast to build and supports wide range of hardware out there. std and g45 override each other, ihd can coexist with std or g45 driver and the correct one is auto guessed or forced with LIBVA_DRIVER_NAME environment variable.
the sdl-sound repo was moved to github, the old hg repo is no longer available. the contents of the new tarball are identical to the previous one, even though the filesize is different. the midi patch fixes issues with GUS-style timidity.cfg and has since been merged upstream.
my patch was actually written against this very version, however it used a tag of the now defunct hg repo, so i had to crunch through the git commit list to find the corresponding commit of the new github repo. according to the author, sdl-sound maintainers are currently preparing a release, so hopefully we will soon have a proper tag to work with. the release, once available, will replace libmodplug's midi player with an integrated timidity version; it remains to be seen whether that's an advantage.
adding latest version that works with llvm 6; current is creduce 2.10.0.
with these improvements, it's now possible to build roughly 50% of packages in "core" metapackage.
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.
No description provided.