Commit Graph

39 Commits

Author SHA1 Message Date
Robert de Rooy
2e6fe4f7bf Add translations to makefile 2021-07-25 17:57:26 +02:00
Jonathan Campbell
05f87854eb Mac OS X: Apparently FFMPEG dylib files also refer to /usr/local/Cellar (Brew again) which the Makefile did not recognize. Recognize those too so dylib dependencies are properly patched on Intel builds 2021-07-03 01:56:42 -07:00
Jonathan Campbell
1bedc00818 Let otool -L finish, then process files. Also Brew dylib files on Intel macs are 0644 sometimes and that prevents install_name_tool from working 2021-07-01 21:47:33 -07:00
Jonathan Campbell
0ee0405394 Update .app building for how Homebrew is installed on Intel macs 2021-07-01 21:20:23 -07:00
Jonathan Campbell
d490937bc4 Rework Mac OS X App building to copy all dylib files, change the search path for each to MAKE SURE they load from the .app bundle. To make sure the overall bundle is valid, use the codesign utility to ad-hoc resign everything so it runs. Hopefully this will allow the .app to run without Brew installed 2021-07-01 20:59:59 -07:00
Jonathan Campbell
d6e3476c3f Fix .app builder to fix up Brew libraries. Remove modification of dylib files to executable path because that breaks code signing and prevents DOSBox-X from running at all 2021-06-22 11:45:50 -06:00
Jose Phillips
b7f6cd7a81 Merge pull request #3 from joncampbell123/master
Follow Big sur icon guidelines
2021-03-07 02:02:01 -05:00
Jose Phillips
eaf8872b96 New DosBox-x icon following macOS Big Sur Guidelines 2021-03-07 01:58:31 -05:00
Robert de Rooy
1d84c1deb5 Add Linux MAN page
This restores the Linux man page. With major cleanups.

This is part of an effort to also add bash autocompletion in
the (hopefully) near future.
2021-03-06 11:05:21 +01:00
Wengier
f39948dbd2 more 2020-12-29 21:27:40 -05:00
Robert de Rooy
11cad2aab5 Use reverse DNS naming
Use reverse DNS naming for .desktop and .metainfo.xml as your
supposed to do nowadays according to freedesktop.org.

This also happens to match what is mandated by flatpak, so it
simplifies the flatpak post install script a little.

+ cleanup the mess that flatpak builds can leave behind when you
do a clean.
2020-10-20 15:24:03 +02:00
Emmanuel Gil Peyrot
b01a3ab0e3 Fix install target in out-of-tree builds
This was forgotten in #1885, and will let packagers build entirely
out-of-tree.
2020-10-03 01:58:20 +02:00
rderooy
2cb8d9f728 Add glshaders to make install/uninstall 2020-09-28 10:08:47 +02:00
rderooy
2cac989664 Move appdata.xml to metainfo.xml as the former is deprecated.
Part of getting things ready for flatpak support
2020-09-27 21:27:59 +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
982a363630 Move src/dosbox.ico to contrib/icons/dosbox-x.ixo
This could break the windows build, which I did not test!
2020-09-09 09:14:11 +02:00
rderooy
8c5772b54c Move src/dosbox.png to contrib/icons/dosbox-x.png 2020-09-09 08:51:21 +02:00
rderooy
6c315cda62 Move font to contrib/fonts 2020-09-08 17:58:18 +02:00
rderooy
662e2a64b9 Switch linux to SVG icon
I found that the icon used by DOSBox-X comes from
https://www.vogons.org/viewtopic.php?p=79575#p79575

Which apart from Windows and Mac icons also included a SVG icon
which is preferred on Linux, and looks nicer. So add the SVG icon
and update 'make install' and make-rpm.sh to use it.
The SVG icon is placed in contrib/icons

p.s. I found that the tar operation in make-rpm.sh blindly assumes
the directory containing the tree to be named "dosbox-x", instead
of just the current directory, it effectively will tar
../dosbox-x even if your in, say, dosbox-x.clone to keep different
trees apart... I did not change this for now, but it is something
to watch out for.
2020-09-08 16:09:42 +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
SeekingMeaning
b603ef5f55 Replace install -d with mkdir -p 2020-07-04 14:15:58 -07:00
SeekingMeaning
e15d85d7bc Fix make install on Mac and BSD 2020-07-04 12:46:12 -07:00
rderooy
7adf9f5ff3 Add make install, install_strip and uninstall targets 2020-06-23 17:33:09 +02:00
Jonathan Campbell
7922cd7acf Brew installs FFMPEG somewhere else 2018-12-22 22:51:05 -08:00
Jonathan Campbell
cd1e6cf486 more 2018-03-20 22:06:24 -07:00
Jonathan Campbell
4f600c671e more 2018-03-20 21:48:14 -07:00
Jonathan Campbell
b1c9f3feb9 more 2018-03-20 21:22:22 -07:00
Jonathan Campbell
f1149d7c67 doxygen site update 2018-03-20 21:20:32 -07:00
Jonathan Campbell
dc405759eb Mac OS X: Put FREECG98.BMP in the Resources folder of the APP bundle 2018-03-08 10:27:57 -08:00
Jonathan Campbell
2f92ec6583 more 2018-02-18 03:21:58 -08:00
Jonathan Campbell
a39997a92f doxygen 2018-02-18 03:18:27 -08:00
Jonathan Campbell
4d1e0c49c0 Begin Doxygen 2018-02-18 02:51:40 -08:00
Jonathan Campbell
5de784dbc4 Update Mac OS X app compile function, and give into autoconf version pedantry 2018-02-16 19:40:28 -08:00
Jonathan Campbell
48aadf25e9 Mac OS X: force dylib libraries to refer to the executable, not /usr/local/lib 2016-02-19 21:26:04 -08:00
Jonathan Campbell
62d72d56dd New makefile command, to generate Mac OS X .app build of DOSBox-X.
Incorporated .app build steps as listed on Stack Overflow
http://stackoverflow.com/questions/1596945/building-osx-app-bundle.
On Mac OS X, just type "make dosbox.app" from the top level.
.app construction steps are said to ensure the dylib dependencies are
carried with the .app instead of requiring them to be installed on the
system.
2016-02-19 01:29:39 -08:00
Jonathan Campbell
a4d59ceb26 remove documentation dir, move README.video to toplevel 2013-10-20 10:51:08 -07:00
Jonathan Campbell
6d1bee6256 remove visualc platform code. remove Thread Building Blocks usage. 2013-10-20 00:50:31 -07:00
Jonathan Campbell
21614b8c3f toss out my copy, integrate tawoongs's daum branch code into mine,
remove what won't compile, begin work.
2013-10-14 05:07:26 -07:00
root
f331824031 port from svn 2013-07-07 20:39:49 -07:00