- 31 Mar, 2021 2 commits
-
-
Albert Gräf authored
NOTE: We've already done this for the mingw32 package in rev. 807068ce, which was prompted by a recent upgrade of the dlfcn package in msys2 which no longer ships that dll. However, it seems that the new dlfcn package also breaks Gem. At present, no-one knows what the actual issue with Gem is. But for the time being we have to downgrade the mingw-w64-i686-dlfcn package from 1.2.0-2 to 1.2.0-1 (which is known to work with Gem), until a future update of msys2 fixes the issue, or we figure out a way to work around it in Gem.
-
Albert Gräf authored
Our inno Makefile assumed lua53, but lua54 is the version that msys2 has after a recent update. So we now use a glob pattern in the Makefile to catch any version of the lua dll that msys2 currently has.
-
- 19 Jan, 2021 1 commit
-
-
Jonathan Wilkes authored
Not sure what this was used for. Could have been a remnant from ancient Pd-extended builds where libdl was required to dynamically load at all, but that's a shot in the dark. Anyway, if we get reports in a future release of some external randomly refusing to load under Windows, we may want to test whether this change is the culprit.
-
- 09 Oct, 2020 1 commit
-
-
Albert Gräf authored
-
- 14 Sep, 2020 2 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
Our 32 bit Windows installer currently installs some binaries (dll and exe files) in the Windows system32 directory. This is unnecessary (all required dlls are already in the program bin directory where pd.exe will readily find them), and actually a nuisance, since we currently don't remove some of the dlls in system32 again when uninstalling, causing a lot of inconvenient prompts from the installer when upgrading or reinstalling. If the user wants to run cyclist, pdreceive, or pdsend from whatever command line he uses, he can easily add the program bin directory to PATH himself. That's much better than having our installer pollute the system32 directory. The mingw64 build already does it that way, here we simply apply the same fixes to the mingw32 build.
-
- 11 Sep, 2020 1 commit
-
-
Albert Gräf authored
The build directory needs to be cleaned out for a subsequent rebuild to work in the Darwin app build.
-
- 09 Sep, 2020 2 commits
-
-
- 02 Sep, 2020 1 commit
-
-
Albert Gräf authored
-
- 30 Jul, 2020 1 commit
-
-
Albert Gräf authored
-
- 08 Jul, 2020 2 commits
-
-
Albert Gräf authored
-
-
- 17 May, 2020 1 commit
-
-
Guillem Bartrina authored
-
- 17 Nov, 2019 1 commit
-
-
Sam Thursfield authored
This commit adds initial packaging to build and distribute Purr Data using Flatpak.
-
- 21 Aug, 2019 9 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Add some comments and a few more useful desktop action examples to the main desktop file, so that the user understands how to adjust these if needed.
-
Albert Gräf authored
Replace pd-gui -> nw in the ForceQuit actions, which is the proper name of the GUI program on Linux.
-
Albert Gräf authored
These aren't going to be substituted in desktop actions anyway, because desktop actions are supposed to be chosen from a menu, not being dragged to.
-
Albert Gräf authored
We do this to prevent extra arguments to be passed from the DE. At least on KDE, it seems that the desktop file itself gets passed if the action is invoked by right-clicking the icon on the desktop (this doesn't happen with panel icons). Maybe this is a bug in KDE, but we need to prevent this, because otherwise Purr Data tries to open the desktop file as a patch, which of course will cause a bunch of ugly error messages in the main window.
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
-
- 15 Aug, 2019 1 commit
-
-
Albert Gräf authored
Fix the Debian control files once again, since the dependency auto-detection needs a Depends line in there.
-
- 26 Jul, 2019 2 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
- 25 Jul, 2019 1 commit
-
-
nerrons authored
-
- 23 Jul, 2019 1 commit
-
-
Albert Gräf authored
-
- 01 Mar, 2019 1 commit
-
-
nerrons authored
-
- 02 Feb, 2019 1 commit
-
-
Jonathan Wilkes authored
-
- 15 Oct, 2018 1 commit
-
-
Jonathan Wilkes authored
-
- 26 Sep, 2018 1 commit
-
-
Albert Gräf authored
-
- 15 Mar, 2018 1 commit
-
-
Albert Gräf authored
-
- 11 Mar, 2018 2 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
- 09 Mar, 2018 1 commit
-
-
Albert Gräf authored
-
- 08 Mar, 2018 3 commits
-
-
Albert Gräf authored
-
Albert Gräf authored
-
Albert Gräf authored
Make INCREMENTAL work on Windows (must be passed as make variable, as shell variable is not inherited in submakes).
-