1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:37:35 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 79a5522062cf03b1f7dc878799c66389e689b1d5 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Sat, 3 Apr 2021 17:53:44 +0200
Subject: [PATCH 1/4] Disable some extra features
Subject: [PATCH] Disable some extra features
This just disables some extra features the game has such as screenshots, hardware acceleration, etc.
---
@ -95,6 +95,3 @@ index 698e7ed..0a935ee 100644
// Speed up the sound during fast forward using resampling.
// If disabled, the sound is sped up by clipping out parts from it.
--
2.36.1

View file

@ -1,7 +1,7 @@
From d352df3380953ce7acb34aa26dc3b343853c32df Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gunnar@beutner.name>
Date: Mon, 19 Apr 2021 16:17:10 +0200
Subject: [PATCH 2/4] Use the correct include paths for SDL
Subject: [PATCH] Use the correct include paths for SDL
The SDL port is installed into /usr/local, and its headers are
accessible as <SDL2/...>.
@ -24,6 +24,3 @@ index 1f696d1..b5ede07 100644
//#endif
#if SDL_BYTEORDER != SDL_LIL_ENDIAN
--
2.36.1

View file

@ -1,7 +1,7 @@
From 4776a79fcc39601e79b79909f1fa3c69a42d958c Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Manuel Palenzuela <manuelpalenzuelamerino@gmail.com>
Date: Sat, 3 Apr 2021 17:53:44 +0200
Subject: [PATCH 3/4] Remove some unsupported scanf format specifiers
Subject: [PATCH] Remove some unsupported scanf format specifiers
(Note that scanf has been rewritten since and probably supports these
modifiers now, so this patch might not be necessary)
@ -47,6 +47,3 @@ index 139c2d8..e2047fb 100644
perror(names_path);
continue;
}
--
2.36.1

View file

@ -1,7 +1,7 @@
From ddde9196a6a165ff06ac725c567f7e9aebe1d4a8 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gunnar@beutner.name>
Date: Mon, 19 Apr 2021 16:17:10 +0200
Subject: [PATCH 4/4] Fix SDL2 include path
Subject: [PATCH] Fix SDL2 include path
SDL2 headers are installed into /usr/local under SDL2, make it so
they're found.
@ -26,6 +26,3 @@ index 3558a6c..d074e48 100644
link_directories(${SDL2}/lib)
endif()
--
2.36.1