Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Ports: Add SDL2_gfx | Linus Groh | |
2021-04-04 | Ports: Set freetype2 include path for SDL2_ttf | Linus Groh | |
It tried to use some headers from my host machine and failed to build. | |||
2021-04-04 | Ports: Removed now unnecesary patch for the Prince of Persia port | Manuel Palenzuela | |
As now strtoimax() is implemented we have no need to replace it to strtol(). | |||
2021-04-04 | Ports: fix libvorbis installtion prefix | Alexander | |
2021-04-04 | Ports: Add ScummVM | Jelle Raaijmakers | |
2021-04-03 | Ports: Added a Prince of Persia (SDLPoP) port. | Manuel Palenzuela | |
This is a port of the dissasembly version of the DOS prince of persia game :) | |||
2021-04-03 | Ports: Added a cmatrix port | Manuel Palenzuela | |
2021-04-01 | Ports: Build Python with --disable-ipv6 | Linus Groh | |
The addition of some IPv6 related things makes the configure script think we support it now. We don't. | |||
2021-04-01 | Ports: Updated the SDL2_mixer port to make it compile without | Manuel Palenzuela | |
the opus and modplug music libraries. Previously it wasnt compiling as we do not have ports of those libraries. I have also changed the install location of the library so it installs under /usr/include/SDL2 instead of /usr/local/include/SDL2. | |||
2021-04-01 | Ports: Added a SDL2_image port | Manuel Palenzuela | |
2021-04-01 | Ports: Get Python's --build value from config.guess | Linus Groh | |
2021-04-01 | Ports: add libvorbis | Alexander | |
2021-03-31 | Ports: Links: Bump version from 2.19 to 2.22 | Brendan Coles | |
2021-03-30 | Ports: Use 'env bash' in hatari and pt2-clone package.sh shebang | Linus Groh | |
2021-03-30 | Ports: Added a chester port, a very simple GameBoy emulator. | Manuel Palenzuela | |
2021-03-29 | Ports/SQLite: Remove HAVE_UTIME compilation flag | Jelle Raaijmakers | |
2021-03-27 | Ports: Switch to new SDL2 port | Andreas Kling | |
I've rebased the SDL2 port on top of the latest SDL2 main branch. This patch simply points the SDL2 port scripts to the new branch. | |||
2021-03-27 | Ports: Add SQLite | Jelle Raaijmakers | |
2021-03-25 | Ports: Fix m4 | AnicJov | |
This patch fixes the m4 port by removing unneeded make subdirs that would cause the build to fail on some systems. We now only care about the `lib` and `src`. | |||
2021-03-21 | Ports: vitetris | Jaan | |
2021-03-16 | Ports: Add Hatari Atari ST/STE/TT/Falcon emulator (#5812) | Dan MacDonald | |
2021-03-15 | Ports: Do not call ./package.sh from a subshell in ./build_all.sh | Tom Needham | |
This patch ensures that ./package.sh is run in the same shell This solves compiling issues when building certain ports. This fix was suggested by linusg in https://github.com/SerenityOS/serenity/issues/5783#issuecomment-798906817 | |||
2021-03-15 | Ports: Allow verbose argument in build_all.sh | Tom Needham | |
This patch allows for a verbose argument to be passed so that the build output of the individual builds is printed to stdout instead of /dev/null to help with diagnosing errors If the verbose argument is not passed the old behaviour is preserved and the build output is printed to /dev/null | |||
2021-03-14 | Ports: Make gnuplot build fail later | Ben Wiederhake | |
2021-03-14 | Ports: Fix 'bc' port | Ben Wiederhake | |
Previously, these features were apparently auto-disabled, because we do not yet support and never did support translations or the FIONREAD ioctl. | |||
2021-03-14 | Ports: Remove ever-broken 'editline' build | Ben Wiederhake | |
I'm sorry @The-King-of-Toasters, but it never worked and apparently noone uses/fixes it, so let's remove it? Alternatively, see discussion in #2677. | |||
2021-03-14 | Ports: Fix cross-compiling git for serenity | Ben Wiederhake | |
No idea how this is supposed to work, because git's buildscripts execute 'uname -S' to determine which functions are available - and that's not how cross-compilation works. | |||
2021-03-14 | Ports: Fix package.sh executable bits | Ben Wiederhake | |
2021-03-13 | Ports: Update c-ray patches | Linus Groh | |
2021-03-13 | Ports: Fix klong's package.sh | Linus Groh | |
2021-03-13 | Ports: Use SERENITY_ARCH in .port_include.sh if already defined | Linus Groh | |
Instead of always hardcoding i686, only use it as fallback value as we already do in other scripts. | |||
2021-03-13 | Ports: Use SERENITY_ARCH in --target/--host | Linus Groh | |
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^) | |||
2021-03-13 | Ports: Remove/replace hardcoded i686-pc-serenity-{gcc,g++,ar,ranlib} | Linus Groh | |
Except in the Lua port's Makefile patch, I couldn't figure this out... | |||
2021-03-13 | Ports: Remove redundant 'workdir' entries | Linus Groh | |
2021-03-13 | Ports: Replace hardcoded versions in 'files' URLs | Linus Groh | |
Let's just use $version everywhere (we already do this for most ports). | |||
2021-03-11 | Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIR | Linus Groh | |
Fixes #5710. | |||
2021-03-09 | Ports: Add libogg | AnicJov | |
This library will allow us to port more multimedia programs and games, since it's a common dependency of such projects. I was looking at Scummvm's dependencies in particular, with a goal of porting them all eventually, so that we can have Myst running in Serenity! | |||
2021-03-08 | Ports: Add SDL2_mixer | Andreas Kling | |
2021-03-08 | Ports/git: remove no longer needed patches | Jorropo | |
2021-03-08 | Everywhere: Remove unnecessary whitespace at the end of some lines. | Emanuele Torre | |
2021-03-08 | Ports: Add Genemu | aabajyan | |
This is a Basic Genesis / MegaDrive Emulator, that only requires SDL2 to run it. Usage: genemu /path/to/game.bin | |||
2021-03-07 | LibCompress: Rename libcompression.so to libcompress.so | Jelle Raaijmakers | |
2021-03-07 | Ports: Add SDL2_ttf | Andreas Kling | |
2021-03-06 | Ports/git: Forcing NO_IPV6 option. | Jorropo | |
This fixes the build, how ever I don't know why the auto detection broke in the first place. | |||
2021-03-06 | Ports: Add bzip2 port | Luke | |
Saw that it can be included with the freetype port, so I added it. | |||
2021-03-06 | Ports: Add zlib dependency to libpng | Luke | |
I didn't have zlib installed when I was trying to compile libpng. It said it was missing, so add a dependency to zlib. | |||
2021-03-05 | Ports: Add FreeType 2.10.4 | Andreas Kling | |
2021-03-03 | Ports: Add libpng 1.6.37 | TheMorc | |
2021-03-01 | Ports: Build curl with --disable-ipv6 | Andreas Kling | |
2021-02-21 | Ports: Update Python to 3.9.2 | Linus Groh | |
Released on 2021-02-19, no patch changes required. https://www.python.org/downloads/release/python-392/ |