Package: ares / 126-3

Metadata

Package Version Patches format
ares 126-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable md on 32bit.patch | (download)

desktop-ui/GNUmakefile | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 disable sega mega drive core on 32 bit architectures
 The core uses 128 bit integers which are only available on
 64 bit architectures.
allow all architectures.patch | (download)

nall/intrinsics.hpp | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 allow all architectures
 Do not refuse building on architectures not
 considered in intrinsics.hpp.
nall makefile fixes.patch | (download)

nall/GNUmakefile | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 nall/makefile fixes

* Use linux platform settings also on kfreebsd.
* Use the flags from CFLAGS, CPPFLAGS and LDFLAGS. They are set in the rules file.

desktop file.patch | (download)

desktop-ui/resource/ares.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 enhance desktop file
  * Add keywords entry.
sjlj declare xopen source.patch | (download)

libco/sjlj.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 declare that sjlj.c requires x/open 7
 Things from the X/Open 7 standard are used. This has to
 be declared when building with -std=c99.
gtk3.patch | (download)

hiro/GNUmakefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use gtk 3 instead of gtk 2.
allow fakeroot.patch | (download)

desktop-ui/GNUmakefile | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 allow installation of files under fakeroot.
menu color.patch | (download)

hiro/gtk/application.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 set menu bar background color to grey
 Previously the background was black with dark grey text.
no optional extensions.patch | (download)

desktop-ui/GNUmakefile | 4 2 + 2 - 0 !
mia/GNUmakefile | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 remove flags that enable optional cpu features
 To conform to Debian architecture baselines.
 Since we cannot use SSE 4.2 we have to disable the n64 core.