Commit Graph

224 Commits

Author SHA1 Message Date
rderooy
e47a0ad53b Change http://dosbox-x.software to https://dosbox-x.com 2020-09-29 16:51:30 +02:00
rderooy
a4066d2464 missed update 2020-09-27 21:31:46 +02:00
Wengier
b14ae08cc4 move src/xBRZ to src/libs/xBRZ 2020-09-23 19:17:52 -04:00
Wengier
923f7e24f6 move src/mt32 to src/libs/mt32 2020-09-23 12:01:48 -04:00
rderooy
9ad4ba3d5f Add initial flatpak support 2020-09-16 15:13:45 +02:00
rderooy
497acea834 Move macOS specific files to contrib/macos
And update any references to them. I did not compile test this,
so cannot guarantee not to have broken anything along the way.
2020-09-09 09:34:35 +02:00
rderooy
78e7cfec87 Move Linux packaging files to contrib/linux
The general idea is to clean up the root directory of the tree
a bit, and to possibly prepare to support flatpak in the future
without adding more files to the root.

Both "make install" and make-rpm.sh worked after these changes.

My idea was also to move src/dosbox.png to contrib/icons/dosbox-x.png
And to move any Windows and macOS specific packaging files to
contrib/windows and contrib/macos respectively, but I will not do the
latter two myself as I cannot test it.

This is also similar to how dosbox-staging has it's tree layout.

If there is no objection, I will however move src/dosbox.png and
update any references to it to point to the new location.
2020-09-08 13:32:30 +02:00
Jonathan Campbell
084a3e8e31 Begin next version 2020-09-01 13:28:01 -07:00
Jonathan Campbell
e523df15ee Begin next version 2020-08-03 13:52:17 -07:00
tokumeiwokiboushimasu
0bffa018de Build fix: Enable SDL2_net if SDL2
This may fix #1624 and #1692.
2020-07-09 10:03:03 +09:00
Jonathan Campbell
27130a444f Begin next version 2020-07-01 10:48:55 -07:00
Jonathan Campbell
c682b0aa0e SDL_net linker order in Windows *sigh* 2020-06-24 16:10:48 -07:00
Jonathan Campbell
8bbed482c8 try again 2020-06-24 15:48:07 -07:00
Jonathan Campbell
ded15fcd51 try again 2020-06-24 15:46:33 -07:00
Jonathan Campbell
fe706027f2 Try to get MinGW to support SDLnet 2020-06-24 15:37:12 -07:00
nia
7afa4482b2 Use == instead of = in configure script tests.
== is a GNU extension to test(1) and is functionally equivalent
to =, which is portable and specified by POSIX.
2020-06-03 14:49:30 +01:00
Jonathan Campbell
744930d2ee Whoops, actually, FFMPEG support still did not autodetect because of mistake. Fix it 2020-06-03 03:30:09 -07:00
Jonathan Campbell
f351754bf3 Remove --enable-avcodec from build scripts, fix FFMPEG detection, do not link to avcodec or include avcodec headers if not detected 2020-06-03 10:22:01 -07:00
Jonathan Campbell
27640c3dc9 Apparently SDL2 compiles fine now with SDLnet 2020-06-02 16:56:08 -07:00
Jonathan Campbell
4e21c790cb Merge branch 'develop' of https://github.com/joncampbell123/dosbox-x into develop 2020-06-01 01:52:07 -07:00
Jonathan Campbell
4014db6fd8 Begin next version 2020-06-01 01:51:25 -07:00
Jonathan Campbell
3d026a9048 Somehow --disable-avcodec got lost in the build-debug-no-avcodec 2020-05-31 23:00:19 -07:00
Jonathan Campbell
b8daaafb7b Enable C_PRINTER in Linux and other OSes, if FreeType2 is also present 2020-05-10 20:18:19 -07:00
Jonathan Campbell
ff78eef0c5 Linux: Add code to check for FreeType2 in configure.ac 2020-05-10 20:12:40 -07:00
Jonathan Campbell
b5815d4520 Begin next version 2020-05-03 02:04:02 -07:00
Jonathan Campbell
e31711899b Begin next version 2020-03-01 11:02:55 -08:00
Jonathan Campbell
8815e074d8 v0.82.x is cursed now due to a tagging mistake, and v0.82.x has been running for a long time, so jump to v0.83.0 2020-02-01 11:31:59 -08:00
Jonathan Campbell
d3cfef67c9 Begin next version 2020-02-01 00:39:11 -08:00
Jonathan Campbell
9948276cac Begin next 2020-01-01 23:02:48 -08:00
Jonathan Campbell
38044922ea begin next version 2019-11-30 19:18:06 -08:00
Jonathan Campbell
d5a8cb3549 Begin next version 2019-10-31 23:45:41 -07:00
Jonathan Campbell
8298733352 Begin next version 2019-09-30 21:11:19 -07:00
Allofich
f9171c2d4c Remove some warning flags 2019-09-14 00:31:31 +09:00
Jonathan Campbell
1aa45af516 version bump 2019-09-08 02:01:00 -07:00
Jonathan Campbell
21831cb7ee Begin next version 2019-08-01 00:32:29 -07:00
Jonathan Campbell
960ccdbc0f Fix configure.ac mistake that prevents dynrec on 32-bit linux 2019-07-23 01:29:47 -07:00
Jonathan Campbell
56d2302e05 more 2019-07-23 01:14:15 -07:00
Jonathan Campbell
5b062899e4 more 2019-07-22 06:39:33 -07:00
Jonathan Campbell
15225464fe GCC warning 2019-07-22 01:22:00 -07:00
Jonathan Campbell
0d3e1b9104 more 2019-07-22 01:18:34 -07:00
Jonathan Campbell
9ee5af05cc GCC: Stop telling me about deprecated functions for now, I know certain X11 functions are deprecated but they are too useful 2019-07-20 09:20:39 -07:00
Jonathan Campbell
655fc1306b more 2019-07-05 19:05:26 -07:00
Jonathan Campbell
c6a31cc713 more 2019-07-05 18:59:19 -07:00
Jonathan Campbell
a29e30c0c9 remove compiler flag again 2019-07-05 11:34:03 -07:00
Jonathan Campbell
0f71c5a2f6 compiler typecast fixup 2019-07-05 11:08:05 -07:00
Jonathan Campbell
5b129e641f configure.ac refuses to work without README, which has been changed to README.md (markdown format) by contributer patches. Fix. 2019-06-18 09:49:06 -07:00
Allofich
c6747e1042 Merge MAME sound from SVN, except Tandy 2019-06-18 22:36:46 +09:00
Allofich
5aa7a1eb05 SVN r4230
Add check for realpath
2019-06-14 22:24:26 +09:00
Allofich
584fc392b7 SVN r4163
Make it possible to compile without png support.
2019-06-02 18:17:25 +09:00
Allofich
8c6102ada5 SVN r4139
Prefer ncurses above curses (on some systems, these are still different
packages)
2019-06-02 18:17:23 +09:00