Commit Graph

52 Commits

Author SHA1 Message Date
njensen20 f03bd116d9
Update Installer.nsi
Added Qt dependencies, Updater, and DSPTool to the NSIS installer script
2019-06-06 11:39:34 -06:00
Emmanuel Gil Peyrot c51ae9c62a Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
Michael Maltese 34ad1eb547 Externals: remove PortAudio 2017-05-27 18:28:57 -07:00
Daniel Hodgson 2f7e68904c Replaced pixmap entry with icon entries in spec file
It seems the pixmap was replaced by png and svg icons some time ago.
rpmbuild fails on the pixmap entry, so it needed to be updated.
2016-06-21 07:34:14 -07:00
Pierre Bourdon dc8880f3d0 Merge pull request #3889 from CarlKenner/AddRemovePrograms
Installer: add values for the Size, Location, and Comments columns
2016-06-14 16:21:50 +02:00
Carl Kenner b31b8f02d9 This fixes the issue where the installer deletes the User folder, possibly including saved-games, and deletes everything else in the install folder, possibly including games that took hours to dump.
We still delete the Sys folder though, because otherwise games will use the wrong settings due to our wildcard support. And we delete the Languages folder, any DLL files, uninst.exe, Dolphin.exe, DSPTool.exe and the qt.conf and cpack_package_description.txt that older Dolphin installers or packages accidentally create.
2016-06-11 01:54:01 +09:30
Carl Kenner fe2a96bb06 Add values for the Size, Location, and Comments columns of the Programs and Features (aka Add/Remove Programs) window used to uninstall programs in Windows. Most programs fill in the Location and Size columns, but Dolphin doesn't. Most programs unfortunately don't fill in the comments column, but I find that annoying when I go to uninstall things and can't work out what half the programs are for. 2016-06-11 01:26:28 +09:30
Pierre Bourdon c26eb14ba8 Merge pull request #3884 from JosJuice/install-directory-without-version
Do not include the Dolphin version in the install directory name
2016-06-05 22:06:19 +02:00
JosJuice 0417f4993e Do not include the Dolphin version in the install directory name
This change was introduced for 4.0.1 and never ported to the
master branch until now. It would be awkward to have 5.0 go back
to the 4.0 behavior after we already changed the behavior once.
2016-06-05 21:37:41 +02:00
Chris Burgener c2599b3e5f Add VC++2015 redistributable 2016-06-05 15:23:06 -04:00
Chris Burgener 347bae44a4 Update dolphin-emu.spec for 5.0 2016-06-05 15:11:28 -04:00
Chris Burgener 2507dc731c Prepare Windows Installer for 5.0 2016-06-05 15:10:00 -04:00
Pierre Bourdon 00c21e7859 Installer: Remove dual-architecture shim. 2016-06-05 09:41:34 +02:00
Pierre Bourdon 6d42054274 Merge pull request #3754 from JosJuice/dolphin-ico-lowres
Replace low-res bitmaps in Dolphin.ico
2016-03-28 13:54:49 +02:00
Pringo d8e66b4655 Replace low-res bitmaps in Dolphin.ico
To match Microsoft's recommendations better, Dolphin now has 16x16,
32x32 and 48x48 bitmaps in both 8-bit and 32-bit, in addition to the
256x256 32-bit bitmap. There used to be an 8-bit 32x32 bitmap but no
32-bit 32x32 bitmap, which led to Windows using the ugly 8-bit bitmap
at some sizes.
2016-03-28 11:37:19 +02:00
Pierre Bourdon c008d8b1af Merge pull request #3705 from Mystro256/master
Various Linux fixes
2016-03-11 22:31:58 +01:00
Jeremy Newton feae5ff3d8 Move linux files to Data 2016-03-09 10:58:54 -05:00
Mystro256 84483a1076 Add manpages for Linux and include them in spec file
Note that the manpages are placed in Data
2016-03-09 10:58:03 -05:00
Chris Burgener d3bc7a9481 Update Installer to delete old Install directory 2016-03-06 10:39:53 -05:00
Mystro256 8d4607d293 Polarssl should be mbedtls in dolphin-emu.spec 2016-03-05 11:54:56 -05:00
Alcaro a79d9ccfa1 Run pngout and zopflipng on every single PNG in this repo. 2016-02-27 22:25:51 +01:00
Pierre Bourdon 3b23eb24c4 Merge pull request #3654 from jcowgill/desktop-remove-shebang
Remove the shebang from the desktop file
2016-02-20 16:53:01 +01:00
James Cowgill 8c19e80450 Replace the XPM desktop icon with an SVG
This PR installs an SVG icon to use as the main icon for dolphin in Linux
desktop environments (through the .desktop file) and removes the currently used
XPM icon. I've also added a 48x48 PNG for any desktops which don't support SVG
icons.

This has been the recommended way to ship application icons since forever
according to the Icon Theme Spec:
https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/

This is also a prerequisite for dolphin appearing in the GNOME Software Centre
which does not support XPM icons.
2016-02-20 15:32:52 +00:00
James Cowgill 0311e97640 Remove the shebang from the desktop file
Executing xdg-open on a desktop file opens the default text editor instead of
running the application which I suspect is what was intended. Since the file
is installed as non-executable, this should have no effect on anyone.
2016-02-19 01:24:54 +00:00
Fiora 7d9c9ae177 Merge pull request #1750 from Buddybenj/license
Use Consistent Spelling of "License"
2015-02-20 00:22:22 -08:00
Benjamin Przybocki 4f324ad742 Clean Up 2015-01-24 17:10:21 -06:00
Benjamin Przybocki 8ccd03cf4f Use Consistent Spelling of "license" 2015-01-05 15:06:54 -06:00
Buddybenj bd9d2e757c http -> https 2014-11-13 16:50:52 -06:00
KAMiKAZOW c7321b8b7c Fix specfile for nogui executable
Support new nogui executable in specfile as dedicated sub-package.
2014-11-11 00:57:16 +01:00
KAMiKAZOW b1d4259423 Update dolphin-emu.spec
BuildArch:  x86_64 armv7l aarch64
2014-10-03 04:42:00 +02:00
KAMiKAZOW c026bf4af1 Update dolphin-emu.spec
Removed glew-devel
2014-10-02 04:27:39 +02:00
KAMiKAZOW d620b915d4 Create dolphin-emu.spec
Cross-distribution spec file to build Linux packages.
Confirmed to work with Fedora, openSUSE, and even CentOS:
https://build.opensuse.org/package/show/home:KAMiKAZOW:Test/dolphin-emu

Mageia should work as well.
2014-10-01 20:10:42 +02:00
Augustin Cavalier a15d9ed0b6 Migrate PNGs from DolphinWX to the Data/Sys/Resources directory.
* Aren't used by anything (yet) as DolphinWX compiles XPM versions into the build
 * Moved the .desktop file as well, adjusted INSTALL rule accordingly
2014-09-06 11:47:21 -04:00
Pierre Bourdon 184390d8d7 Fix the icon used for Dolphin on windows 2013-09-23 01:41:44 +00:00
Pierre Bourdon 0c3cb5066e New installer for 4.0 2013-09-22 16:00:57 +02:00
Pierre Bourdon 196953c50a Use the new Dolphin icon 2013-09-22 16:00:39 +02:00
degasus ae46a2f102 also remove cg from windows install scripts 2013-02-27 11:06:04 +01:00
Shawn Hoffman 2309e36b28 Revert changes made for 3.0 release 2011-08-20 14:05:43 -07:00
NeoBrainX 35d1599724 Tag Dolphin 3.0
git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7615 8ced0084-cf51-0410-be5f-012b33b47a6e

3.0: Removed SVNRevGen stuff; changed revision string to 3.0; Removed installer since it was vastly outdated; Bumped CMake major version to 3

git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7616 8ced0084-cf51-0410-be5f-012b33b47a6e

3.0: Add the languages which were chosen to be release-worthy.
Uhm, unless I forgot something important, I guess we can declare 3.0 as officially released now and stuff. Cheers ;)

git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7617 8ced0084-cf51-0410-be5f-012b33b47a6e

3.0: Fix SCons build

git-svn-id: https://dolphin-emu.googlecode.com/svn/tags/3.0@7627 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-06-23 23:11:12 +00:00
Shawn Hoffman 4a0c8fc0c9 Hg:
enable newline normalization
get revision number via `hg svn info` for svnrev.h
ignore incremental/generated binary files (windows/VS at least)
leave a comment if some files need native eol set in svnprops

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5637 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-09 01:37:08 +00:00
Soren Jorvang 664cea45c7 Meta:
Using Unix tools to operate on a tree containing filename with spaces in them
is really annoying, so rename the handful of instances where there were spaces.

Host.cpp has never been used.

Games tend to lookup the following directories that we don't yet have anything
to put in, so prepopulate them in Data/User/Wii:

title/00010001
title/00010002
title/00010003
title/00010004
title/00010005
title/00010006
title/00010007
meta
shared2/title
 
Set eol-style native on a number of text files which didn't already have it.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5572 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-02 18:00:22 +00:00
hyperiris 619fee999a Setup: Due to the merge of IL, update install script.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4899 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-20 08:23:38 +00:00
hyperiris 99698baa27 Setup: fix license text.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4834 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 14:02:30 +00:00
hyperiris 82a35b651b Setup: more shortcut stuff
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4833 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 13:38:45 +00:00
hyperiris 09d2468ee8 Append Dolphin IL, and shortcuts
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4832 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 13:34:15 +00:00
hyperiris 57816683df Setup: Append missing files
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4831 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-01-14 13:14:45 +00:00
death2droid 2cca6f4a9d We no longer build Dolphins exe as DolphinWX which caused the installer compilation scripts to not compile properly :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3303 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-06-01 03:54:29 +00:00
Shawn Hoffman f34155ca98 make the new icon look better
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2816 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-01 17:46:43 +00:00
Marcus Wanners d8dfcf2a4b New logo by Nevada.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2813 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-04-01 00:57:46 +00:00
Shawn Hoffman 7ff3d76b0a Update nsis installer and some cleanup. Note: I'm not sure if the installer yet allows for mutliple revisions installed side-by-side, but that is the intention. Also, I need to figure out how to do subsections and some trickies in nsis.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1842 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-01-09 16:04:28 +00:00