summaryrefslogtreecommitdiff
path: root/Ports
AgeCommit message (Collapse)Author
2021-04-04Ports: Add SDL2_gfxLinus Groh
2021-04-04Ports: Set freetype2 include path for SDL2_ttfLinus Groh
It tried to use some headers from my host machine and failed to build.
2021-04-04Ports: Removed now unnecesary patch for the Prince of Persia portManuel Palenzuela
As now strtoimax() is implemented we have no need to replace it to strtol().
2021-04-04Ports: fix libvorbis installtion prefixAlexander
2021-04-04Ports: Add ScummVMJelle Raaijmakers
2021-04-03Ports: 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-03Ports: Added a cmatrix portManuel Palenzuela
2021-04-01Ports: Build Python with --disable-ipv6Linus Groh
The addition of some IPv6 related things makes the configure script think we support it now. We don't.
2021-04-01Ports: Updated the SDL2_mixer port to make it compile withoutManuel 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-01Ports: Added a SDL2_image portManuel Palenzuela
2021-04-01Ports: Get Python's --build value from config.guessLinus Groh
2021-04-01Ports: add libvorbisAlexander
2021-03-31Ports: Links: Bump version from 2.19 to 2.22Brendan Coles
2021-03-30Ports: Use 'env bash' in hatari and pt2-clone package.sh shebangLinus Groh
2021-03-30Ports: Added a chester port, a very simple GameBoy emulator.Manuel Palenzuela
2021-03-29Ports/SQLite: Remove HAVE_UTIME compilation flagJelle Raaijmakers
2021-03-27Ports: Switch to new SDL2 portAndreas 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-27Ports: Add SQLiteJelle Raaijmakers
2021-03-25Ports: Fix m4AnicJov
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-21Ports: vitetrisJaan
2021-03-16Ports: Add Hatari Atari ST/STE/TT/Falcon emulator (#5812)Dan MacDonald
2021-03-15Ports: Do not call ./package.sh from a subshell in ./build_all.shTom 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-15Ports: Allow verbose argument in build_all.shTom 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-14Ports: Make gnuplot build fail laterBen Wiederhake
2021-03-14Ports: Fix 'bc' portBen 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-14Ports: Remove ever-broken 'editline' buildBen 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-14Ports: Fix cross-compiling git for serenityBen 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-14Ports: Fix package.sh executable bitsBen Wiederhake
2021-03-13Ports: Update c-ray patchesLinus Groh
2021-03-13Ports: Fix klong's package.shLinus Groh
2021-03-13Ports: Use SERENITY_ARCH in .port_include.sh if already definedLinus Groh
Instead of always hardcoding i686, only use it as fallback value as we already do in other scripts.
2021-03-13Ports: Use SERENITY_ARCH in --target/--hostLinus Groh
Recent ports already do this, let's update the others as well. One step closer to multi-arch support for ports! :^)
2021-03-13Ports: 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-13Ports: Remove redundant 'workdir' entriesLinus Groh
2021-03-13Ports: Replace hardcoded versions in 'files' URLsLinus Groh
Let's just use $version everywhere (we already do this for most ports).
2021-03-11Ports: Replace hardcoded Build/ paths with SERENITY_BUILD_DIRLinus Groh
Fixes #5710.
2021-03-09Ports: Add liboggAnicJov
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-08Ports: Add SDL2_mixerAndreas Kling
2021-03-08Ports/git: remove no longer needed patchesJorropo
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-08Ports: Add Genemuaabajyan
This is a Basic Genesis / MegaDrive Emulator, that only requires SDL2 to run it. Usage: genemu /path/to/game.bin
2021-03-07LibCompress: Rename libcompression.so to libcompress.soJelle Raaijmakers
2021-03-07Ports: Add SDL2_ttfAndreas Kling
2021-03-06Ports/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-06Ports: Add bzip2 portLuke
Saw that it can be included with the freetype port, so I added it.
2021-03-06Ports: Add zlib dependency to libpngLuke
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-05Ports: Add FreeType 2.10.4Andreas Kling
2021-03-03Ports: Add libpng 1.6.37TheMorc
2021-03-01Ports: Build curl with --disable-ipv6Andreas Kling
2021-02-21Ports: Update Python to 3.9.2Linus Groh
Released on 2021-02-19, no patch changes required. https://www.python.org/downloads/release/python-392/