Commit Graph

51 Commits

Author SHA1 Message Date
Bart van Strien d598549980 Make the configure script look for SDL2 2013-08-28 13:34:35 +02:00
Bart van Strien 138fe49e35 Clean up readme a bit, add a note about running automagic from the root, and clean automagic up by making it slightly more verbose, and letting it check it's being run in the right directory (see issue #698) 2013-08-04 13:15:55 +02:00
Bart van Strien f5603b0291 Make love compile against lua5.2 2013-07-10 16:02:52 +02:00
Martin Felis 14ca401158 Add enet and lua-enet 2013-07-10 15:42:50 +02:00
Bart van Strien c99fb2fb99 Fix --disable-mpg123 by telling automake to not compile it, instead of using ifdefs 2013-05-26 22:34:04 +02:00
Bart van Strien 6bc4f7a34e Revision 1500 s/''/'/ on configure.ac, how fitting 2013-05-26 21:04:51 +02:00
Bart van Strien d8dfd62035 Rework configure.ac, clean up platform/unix 2013-05-26 17:45:14 +02:00
Bart van Strien 759930164f Don't hardcode include paths in makefile.am, use $(srcdir) instead (issue #612) 2013-05-08 14:01:55 +02:00
Bart van Strien 5c2b70f8ab Add man page (thanks Miriam Ruiz for the original) and make automake install and distribute it 2013-04-26 14:42:16 +02:00
Michał Górny 53408e3768 Install file associations and icons using autotools (issue #605)
Condensed version of pull request #24, containing the following commits:
- 31f803f Install .desktop and mime-info files with autotools.
- a354096 unix: Install icon using autotools as well.
- 4b1beb2 Fix Icon= in love.desktop.
- d0d3fe4 unix: Install game file icon as well.
- 9a6e291 unix: Update/fix README file name in Makefile.am.

All of the above commits were made by Michał Górny, and this single
code import was committed by Bart van Strien (so blame me if I broke
it..)
2013-04-26 14:20:49 +02:00
Bart van Strien 8867f6c329 Merge in default
--HG--
branch : minor
2012-10-14 17:23:35 +02:00
Bart van Strien c4133f2489 (Hopefully) fix some issues with older version of autotools 2012-08-27 15:57:39 +02:00
Bart van Strien 787bb868a1 Update minor
--HG--
branch : minor
2012-07-23 10:54:23 +02:00
Bart van Strien 34d576cdc6 Fix --disable-mpg123 2012-07-04 17:24:31 +02:00
Bart van Strien 399a6a6614 Merge in channels from love-experiments
Rewritten love.thread and changed communication
method from weird system before, to channels.

--HG--
branch : minor
2012-07-04 17:15:16 +02:00
Bart van Strien 915d58c62f Add --enable-gme to the linux configure script 2012-07-04 13:51:33 +02:00
Bart van Strien f6099402e7 Make it build on linux
- Removed weird #ifdefs
- Enabled optional executable building
- Fixed exclude files, they're regexes after all
2012-06-29 13:04:32 +02:00
rude 72056caccd Say hello to the love module. Oh my!
Because technically, it *is* a module. Also renamed "launcher.cpp".
2012-06-29 09:56:50 +02:00
Bart van Strien 140dbd4fcc Add silent-rules to configure.in, will allow for less verbose builds, also move configure.in and Makefile.am to platform/unix like other 'project files' 2012-05-29 22:01:46 +02:00
Bart van Strien 7f39fa8c3a Create liblove 2012-05-18 16:51:15 +02:00
Bart van Strien 43c5576268 Remove warning in autotools and make LOVE_OLD_MODPLUG define that disables some new modplug settings 2012-03-22 17:21:28 +01:00
vrld 5b05e5a07a Fix issue #396: Make automagic check for libtool and auto(conf|tools). 2012-03-22 12:43:52 +01:00
Bill Meltsner d40b25c1e6 Hindenmerge 2011-10-12 13:40:56 -05:00
Bill Meltsner 7584efe46d Fix include paths on Linux (from bartbes)
--HG--
branch : box2d-update
2011-10-07 15:14:43 -04:00
Bart van Strien 15d2b7c63d Add Box2D include in linux build files
--HG--
branch : box2d-update
2011-09-24 23:07:02 +02:00
Bart van Strien b7d3054f6b Make platform/unix/automagic nicer 2011-06-08 21:55:23 +02:00
Przemysław Grzywacz 1d5fca6f46 Multiple thread backends. 2011-06-08 16:54:35 +02:00
Bart van Strien 9ec28c241a Don't show love in the menus (.desktop file) 2011-03-05 13:24:03 +01:00
Bart van Strien dcac7e5be1 Fixed platform/unix/autobuild 2011-02-18 15:42:58 +01:00
Bart van Strien b3799b52e6 Fixed anjo's freeing issues & hopefully padding works 2010-08-26 17:25:34 +02:00
Bart van Strien 93910940da Removed FLAC from build 2010-08-03 12:05:57 +02:00
bart@bartbes.ath.cx 3d726b0dd9 Added mutexes to the GC and made tip buildable again on linux 2010-05-20 17:31:07 +02:00
rude 63089e6f72 Applied giniu's patch for -D_FILE_OFFSET_BITS=64. 2010-03-01 21:00:00 +01:00
rude a7f0882706 Reverted -D_FILE_OFFSET_BITS=64. 2010-03-01 20:55:47 +01:00
bart@bartbes.ath.cx 9c1aaef16a Removed empty line at the bottom of the exclude list 2010-02-22 13:13:09 +01:00
bart@bartbes.ath.cx df309506e9 Another deb icon fix 2010-02-21 14:06:49 +01:00
bart@bartbes.ath.cx 355a94755d Added first version of thread and enabled newFileData 2010-02-12 20:24:39 +01:00
bart@bartbes.ath.cx 4b6660728d Changed the mimetype to a correct one 2010-01-21 19:47:28 +01:00
bart@bartbes.ath.cx 4d271565bd Added ppc support to deb build script 2010-01-07 19:48:29 +01:00
bart@bartbes.ath.cx 7585105fdd Fixed the build system and debs now provide icons and file associations 2009-12-29 16:38:20 +01:00
Tommy Nguyen c4fd3d985d It's been a while since I've built LÖVE, so forgive my forgetfulness.
Made automagic script run gen-makefile (took me half an hour to figure out I had to do this first...)
Also made sure it's running from the right path :)
2009-12-21 01:29:56 +01:00
bart@bartbes.ath.cx f76fd131d8 Made me the package maintainer (sorry, Tommy, but I am kind of maintaining the packages now..) 2009-11-22 09:32:12 +01:00
bart@bartbes.ath.cx 839f4d2865 Fixed linux compiler error (from mpg123) 2009-11-06 17:28:27 +01:00
bart@bartbes.ath.cx aa952fb2b0 Fixed gen-makefile to provide the entire source of lua lanes (fixes corrupt tarballs) 2009-10-28 18:14:32 +01:00
bart@bartbes.ath.cx 0b6d86e782 Fixed the gen-makefile script to create correct packages 2009-10-25 13:05:36 +01:00
bart@bart 3b99c686d5 Fixed the am64 architecture issue in the deb 2009-09-13 10:15:23 +02:00
rude fea48f421c Changed autobuild (Linux) to use curl. 2009-09-05 16:09:00 +02:00
rude 0264c9a6c8 Fixed autobuild system so it uses the correct architecture on Linux. 2009-08-31 21:10:56 +02:00
bart@bart 0a528ef9fa New deb file creation script also adds icons and mimetype 2009-08-30 20:16:20 +02:00
rude b4bf2c0595 Updated autobuilder to Mercurial. 2009-08-30 14:12:49 +02:00