William Kendrick
0154fc0db8
Georgian font was released under GPL; documenting.
2008-06-15 17:45:08 +00:00
William Kendrick
469bbfffae
Removed Vietnames font until a replacement w/ a suitable license can be found.
2008-06-15 17:39:45 +00:00
John Popplewell
5c2f9bceee
Updated the rc version info.
2008-06-15 16:10:13 +00:00
John Popplewell
099b39d257
Fixes to the (greatly improved!) Makefile so that it builds with MinGW/MSYS.
...
o detecting the OS. Not sure about the fix, but it works here
o removed spurious quotes from windows_ARCH_LINKS and windows_PLUGIN_LIBS
o only set windows_ARCH_INSTALL when doing make bdist-win32
o tweaked bdist-win32 to work
2008-06-15 16:08:33 +00:00
William Kendrick
b3f3c6228a
Updated Khmer translation.
2008-06-11 19:16:03 +00:00
Albert Cahalan
4e7a41831d
group printing stuff together
2008-06-02 00:49:01 +00:00
Albert Cahalan
09e4d1b6d2
use of $(warning ...) will not terminate the build; it is just a warning
2008-05-29 16:47:21 +00:00
William Kendrick
e4e06ad2a4
Getting --uppercase working (mostly) without Pango, too.
...
No longer aborting build when Pango is disabled or not found.
2008-05-29 16:06:07 +00:00
William Kendrick
5d1204f83c
"Uppercase only" option support for builds that use Pango to render text.
2008-05-29 15:51:28 +00:00
William Kendrick
4aa7703811
Removed "OLD_UPPERCASE_CODE"
2008-05-29 15:28:26 +00:00
Albert Cahalan
2687b4efd1
uppercasing now faster and safer
2008-05-29 07:02:45 +00:00
Albert Cahalan
1093d74230
wchar.h need not be repeated
2008-05-29 06:08:27 +00:00
William Kendrick
cef17d71b9
clean target now removes dummy.o
2008-05-28 14:44:39 +00:00
William Kendrick
0668cd3b47
Removed _APPLE_10_2_8_-related stuff.
2008-05-28 14:43:25 +00:00
William Kendrick
0b2b45c16e
Hadn't mentioned Begasus as new BeOS porter!
2008-05-28 02:15:50 +00:00
Albert Cahalan
771a36c1de
Begasus wanted some BeOS/Haiku changes
2008-05-28 01:13:25 +00:00
William Kendrick
4a4aa92cc0
BeOS tweaks from Begasus.
2008-05-27 21:10:31 +00:00
Albert Cahalan
2a8af287ce
clean up MAEMO thing
2008-05-27 05:45:06 +00:00
Albert Cahalan
e326acb217
an attempt at detecting old SVG libraries (can not test it)
2008-05-27 05:36:33 +00:00
William Kendrick
7cd12c16d8
More details on more Makefile changes.
2008-05-27 04:55:55 +00:00
William Kendrick
a79c860770
Detail on Albert's Makefile improvements.
2008-05-27 04:54:50 +00:00
Albert Cahalan
413b2ee29c
fixed a show-stopper: DESTDIR was getting baked into the executable!
2008-05-27 03:27:14 +00:00
Albert Cahalan
b285d2d95e
detect -lpng or -lpng12
2008-05-27 00:01:16 +00:00
William Kendrick
40a7833bdf
test-option.sh's dummy.c conflicted with the one Makefile wants.
2008-05-26 21:23:09 +00:00
Albert Cahalan
2542ccdff4
doc update
2008-05-25 23:39:41 +00:00
Albert Cahalan
51d88e5688
eliminate most win32 targets
2008-05-25 19:53:55 +00:00
Albert Cahalan
47185f1160
nosvg and oldsvg options should not be needed anymore
2008-05-25 19:35:55 +00:00
Albert Cahalan
df33c068e9
try again
2008-05-25 19:23:19 +00:00
Albert Cahalan
3450d248a5
some SVG/SDL/etc. detection fixes
2008-05-25 18:45:30 +00:00
Albert Cahalan
ac23d23a1c
forgot "shell" in $(shell...
2008-05-25 17:49:32 +00:00
Albert Cahalan
42d1e6b33a
pleasing make 3.79 means 2 more endif
2008-05-25 17:33:41 +00:00
Albert Cahalan
f2c7799b12
no need for the BeOS install target either
2008-05-25 09:01:05 +00:00
Albert Cahalan
d72276f6d0
needed to test compiler, linker, headers, etc.
2008-05-25 08:58:32 +00:00
Albert Cahalan
ee07caf4ad
beos target removed; should build OK without it now
2008-05-25 08:57:23 +00:00
Albert Cahalan
16bcf3ccaa
src/tuxpaint.rsrc not tuxpaint.rsrc
2008-05-25 06:32:47 +00:00
Albert Cahalan
8427f98c33
support old versions of make. Do not quote commands passed to shell.
2008-05-25 06:28:49 +00:00
Albert Cahalan
a618719dac
merge conflict; restoring lost changes
2008-05-25 05:08:52 +00:00
Mark K. Kim
4cabed88a6
Improved support for detecting missing dependencies:
...
- Added libpaper-dev package checking.
- Previously, SDL_Pango's bug forced Tux Paint to include a customized
version of SDL_Pango.h in its distribution, so we couldn't tell if
SDL_Pango was installed in the system by including SDL_Pango.h. We made
a new workaround for SDL_Pango's bug that does not require Tux Paint to
include SDL_Pango.h, so now we can check for SDL_Pango installation.
- Makefile now includes a check for gettext installation and will not
fail when attempting to generate .mo files or install .mo files. Instead,
Makefile will now display a warning and skip the .mo file generation and
installation steps.
Many thanks to Arunodai Vudem for the patches.
2008-05-25 02:30:45 +00:00
Albert Cahalan
0e49f7bc82
ditched two more .PHONY rules
2008-05-24 22:25:04 +00:00
Albert Cahalan
108e8281f2
backtick expressions get evaluated every time; this is bad
2008-05-24 20:18:03 +00:00
Albert Cahalan
ee71a9ca07
BeOS-specific RSRC_CMD and MIMESET_CMD now automatic
2008-05-24 15:26:16 +00:00
Albert Cahalan
9e60cef46a
automatically set ARCH_* vars based on OS
2008-05-24 08:13:56 +00:00
Albert Cahalan
8c35f5adbf
one more doc Makefile
2008-05-24 07:57:50 +00:00
Albert Cahalan
bd18851d95
magic/Makefile became tiny; was merged into main Makefile
2008-05-24 07:54:36 +00:00
Albert Cahalan
3a8cc0a71f
buildmagic not buildmagic-all
2008-05-24 07:31:13 +00:00
Albert Cahalan
6e202cd068
more trimming
2008-05-24 07:25:34 +00:00
Albert Cahalan
9af34503b4
OS-specific file extensions are now more automatic
2008-05-24 07:14:37 +00:00
Albert Cahalan
900fdb1911
TARGET_PASSTHRU can go now; generic targets now work correctly
2008-05-24 07:10:01 +00:00
Albert Cahalan
bcc689cc2b
rename magic/Makefile targets to clean up the namespace for future non-recursive make
2008-05-24 06:58:22 +00:00
Albert Cahalan
bcb5f54eb9
simplify docs Makefile
2008-05-24 06:41:06 +00:00