Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
KallistiOS
/
kos-ports
Public
Notifications
You must be signed in to change notification settings
Fork
47
Star
74
Code
Issues
4
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Big rewrite of kos-ports' build system
- #165
#165
Open
pcercuei
wants to merge 27 commits into
KallistiOS:master
KallistiOS/kos-ports:master
from
pcercuei:kos-ports-2.0.0
pcercuei/kos-ports:kos-ports-2.0.0
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Big rewrite of kos-ports' build system
#165
pcercuei
wants to merge 27 commits into
KallistiOS:master
KallistiOS/kos-ports:master
from
pcercuei:kos-ports-2.0.0
pcercuei/kos-ports:kos-ports-2.0.0
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
Big rework of the kos-ports build system
Show description for 5615c9d
pcercuei
committed
5615c9d
View commit details
Copy full SHA for 5615c9d
Browse repository at this point
Add CI
Show description for 4199ef9
pcercuei
committed
4199ef9
View commit details
Copy full SHA for 4199ef9
Browse repository at this point
mruby: Fix build and bump version
Show description for ea8cd4b
pcercuei
committed
ea8cd4b
View commit details
Copy full SHA for ea8cd4b
Browse repository at this point
SDL: Install a .pc file
Show description for ff164b5
pcercuei
committed
ff164b5
View commit details
Copy full SHA for ff164b5
Browse repository at this point
SDL_ttf: Discover SDL using pkg-config
Show description for 55488ba
pcercuei
committed
55488ba
View commit details
Copy full SHA for 55488ba
Browse repository at this point
jimtcl: Disable building of jimsh
Show description for 639e409
pcercuei
committed
639e409
View commit details
Copy full SHA for 639e409
Browse repository at this point
micropython: Fix build and install of headers
Show description for 0e82bae
pcercuei
committed
0e82bae
View commit details
Copy full SHA for 0e82bae
Browse repository at this point
mruby: Fix parallel build
Show description for 803bf69
pcercuei
committed
803bf69
View commit details
Copy full SHA for 803bf69
Browse repository at this point
libmp3: Fix parallel build
Show description for 1e9e74e
pcercuei
committed
1e9e74e
View commit details
Copy full SHA for 1e9e74e
Browse repository at this point
Inherit sysroot path from KallistiOS
Show description for bedfe4f
pcercuei
committed
bedfe4f
View commit details
Copy full SHA for bedfe4f
Browse repository at this point
Use per-arch build directories
Show description for 2ea536f
pcercuei
committed
2ea536f
View commit details
Copy full SHA for 2ea536f
Browse repository at this point
Support arch-specific packages
Show description for 7152aa5
pcercuei
committed
7152aa5
View commit details
Copy full SHA for 7152aa5
Browse repository at this point
Update .gitignore
Show description for e7cdbcf
pcercuei
committed
e7cdbcf
View commit details
Copy full SHA for e7cdbcf
Browse repository at this point
Drop unused variables from config.mk
Show description for 2594ac7
pcercuei
committed
2594ac7
View commit details
Copy full SHA for 2594ac7
Browse repository at this point
Add clean-<pkg> and rebuild-<pkg> rules
Show description for 6278044
pcercuei
committed
6278044
View commit details
Copy full SHA for 6278044
Browse repository at this point
Add error message when KOS_BASE/KOS_SYSROOT aren't defined
Show description for 91677bb
pcercuei
committed
91677bb
View commit details
Copy full SHA for 91677bb
Browse repository at this point
libGL: Switch to simulant repo
Show description for 0c8f55f
pcercuei
committed
0c8f55f
View commit details
Copy full SHA for 0c8f55f
Browse repository at this point
Move scripts/lib.mk to top folder
Show description for 8c17a24
pcercuei
committed
8c17a24
View commit details
Copy full SHA for 8c17a24
Browse repository at this point
Use <pkg>_DOWNLOAD_URL instead of having SITE + FILE
Show description for 530d927
pcercuei
committed
530d927
View commit details
Copy full SHA for 530d927
Browse repository at this point
Add git repo URLs to recipe files
Show description for 47d103f
pcercuei
committed
47d103f
View commit details
Copy full SHA for 47d103f
Browse repository at this point
Add 'update' and 'update-<pkg>' rules
Show description for 8fe419d
pcercuei
committed
8fe419d
View commit details
Copy full SHA for 8fe419d
Browse repository at this point
Auto-update packages in default build rule
Show description for 6c7861b
pcercuei
committed
6c7861b
View commit details
Copy full SHA for 6c7861b
Browse repository at this point
Remove config.*.cache in distclean rule
Show description for 86bf4af
pcercuei
committed
86bf4af
View commit details
Copy full SHA for 86bf4af
Browse repository at this point
Drop override of CMAKE_INSTALL_LIBDIR, set BUILD_SHARED_LIBS=OFF
Show description for c1eee46
pcercuei
committed
c1eee46
View commit details
Copy full SHA for c1eee46
Browse repository at this point
modplug: Fix headers install and add pkg-config .pc file
Show description for 7aa09c8
pcercuei
committed
7aa09c8
View commit details
Copy full SHA for 7aa09c8
Browse repository at this point
miniaudio: Build from the correct branch
Show description for ed97184
pcercuei
committed
ed97184
View commit details
Copy full SHA for ed97184
Browse repository at this point
lftpd: Convert to recipe file
Show description for 7c0ec8c
pcercuei
committed
7c0ec8c
View commit details
Copy full SHA for 7c0ec8c
Browse repository at this point
You can’t perform that action at this time.