Debian Patches

Status for fenix/0.92a.dfsg1-12.1

Patch Description Author Forwarded Bugs Origin Last update
fix_ftbfs_libpng1.5.patch Fix the build with libpng 1.5. Vincent Cheng <vcheng@debian.org> no 2014-03-31
configure.patch Remove some weird options from the configure script. Miriam Ruiz <little_miry@yahoo.es> no 2015-12-18
i18n_fxc.patch Add gettext/NLS support to fenix-fxc.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-13
i18n_fxi.patch Add gettext/NLS support to fenix-fxi.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-13
i18n_fpg.patch Add gettext/NLS support to fenix-fpg.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-13
i18n_map.patch Add gettext/NLS support to fenix-map.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-13
fxi_binname.patch Fix the fenix-fxi program name introspection.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-08-03
fxc_nosdlinit.patch The compiler does not need to initialize SDL.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-02
common_stdfiles.patch Allow '-' as an alias for the standard input or output stream.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-31
fxc_output.patch Add the -o outfile option to fxc.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-29
fxi_input.patch Allow fenix-fxi to read from the standard input.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-29
fxc_return_values.patch Make fenix-fxc exit with a non-zero status on errors.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-31
fxi_return_values.patch Make fenix-fxi exit with a non-zero status on errors.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-07-31
plugins_dir.patch Look for plug-ins in the /usr/lib/fenix/plugins/ directory.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-08-02
fxdll_version.patch Add a plugin interface version.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-08-02
fxi_apptitle.patch Add a -t apptitle argument to fenix-fxi.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-08-02
0.92a_to_cvs-20070713.1513.patch Update Fenix to the 2007-07-13 CVS version. Miriam Ruiz <little_miry@yahoo.es> not-needed 2015-12-18
endianess.patch Fix a copy/paste FTBFS.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no 2007-08-28
fxi_pal.patch Provide prototypes for pal_set() and pal_map_assign().
===================================================================
Dann Frazier <dannf@debian.org> no 2007-08-28
fxi_sdl_mixer_use_rwops.patch Enable loading MikMod files via SDL.
===================================================================
Miriam Ruiz <little_miry@yahoo.es> no debian 2007-08-28
fxi_pal_get.patch Also provide a prototype for pal_get(). Dann Frazier <dannf@debian.org> no 2007-11-15
build_portability.patch Recognize armel (linux-gnueabi) as a Linux arch, too. Miriam Ruiz <little_miry@yahoo.es> no debian 2015-12-18
include_fixes.patch Provide prototypes for some more functions.
diff -ur fenix-0.92a.dfsg1.orig/fxi/inc/g_pal.h fenix-0.92a.dfsg1/fxi/inc/g_pal.h
Darren Salt <linux@youmustbejoking.demon.co.uk> no debian 2008-06-08
warning_fixes.patch Fix some compiler warnings.
diff -ur fenix-0.92a.dfsg1.orig/fxc/src/c_data.c fenix-0.92a.dfsg1/fxc/src/c_data.c
Darren Salt <linux@youmustbejoking.demon.co.uk> no debian 2008-08-06
string_alloc_crash.patch Properly (re)allocate memory to fix crashes.
diff -ur fenix-0.92a.dfsg1.orig/fxi/src/strings.c fenix-0.92a.dfsg1/fxi/src/strings.c
Darren Salt <linux@youmustbejoking.demon.co.uk> no debian 2008-06-08
spelling.patch Fix some misspellings. Peter Pentchev <roam@ringlet.net> no 2010-11-25
headers.patch Include local headers using "...", not <...>. Miriam Ruiz <little_miry@yahoo.es> no 2011-02-10
kfreebsd.patch Fix the build on GNU/kFreeBSD Peter Pentchev <roam@ringlet.net> no 2015-12-18
no_--as-needed_in_fxi-src-Makefile.patch Do not pass --as-needed --as-needed was passed to gcc and produced a FTBFS with gcc 4.6 Evgeni Golov <evgeni@debian.org> no
libgif.patch Link against libgif Thibaut Gridel <tgridel@free.fr> no debian 2015-12-18
giflib5.diff Fix the build with giflib5
===================================================================
Matthias Klose <doko@debian.org> no 2015-12-17
cflags-env.patch Honor CFLAGS passed via the environment. Peter Pentchev <roam@ringlet.net> no 2015-12-18
declare-load-file.patch Fix the conflicting declarations of load_file(). Peter Pentchev <roam@ringlet.net> no 2015-12-17
fxi-fx-prefix.patch Rename the f{sin,cos,mul,div}() functions to fx*. Avoid a conflict with functions defined by the math.h standard
header file in recent versions of glibc.
Peter Pentchev <roam@ringlet.net> no debian 2019-01-18
fxc-cmdline-crash.patch Fix a crash in the hand-rolled command-line argument processing. Peter Pentchev <roam@ringlet.net> no debian 2019-01-21
fxi-cmdline-title.patch Fix a missed case in fxi's -t command-line option processing. Peter Pentchev <roam@ringlet.net> no 2019-01-21
map-gif-256-colors.patch Check for 256, not 255, colors in a GIF image. Peter Pentchev <roam@ringlet.net> no 2019-02-12
fix_ftbfs_gcc10.patch Fix FTBFS with gcc 10 (Closes: #987637)
Declare debug as an external variable.
Declaration and assignation is done in main.c.
Baptiste Beauplat <lyknode@debian.org> no 2021-05-11

All known versions for source package 'fenix'

Links