Package: puredata / 0.46.2-1

Metadata

Package Version Patches format
puredata 0.46.2-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_metro help_Makefile.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add metro-help.pd to makefile.am
 Upstream has renamed the help-patch for metro from "metro.pd"
 to "metro-help.pd" but forgotten to reflect this change in the build-system.
fix_startup_without_HOME.patch | (download)

tcl/pd_guiprefs.tcl | 10 7 + 3 - 0 !
1 file changed, 7 insertions(+), 3 deletions(-)

 allow starting of gui if .config file cannot be read
 Pd does not check during loading the configuration, if the configuration file
 can be opened (.config/puredata).
 If the file permissions do not allow to read the folder an exception is thrown,
 but not catched/reported by Pd - and since the UI thread fails the UI is not
 loaded properly then.
 The problem is triggered when starting Pd via sudo:
 $ sudo -u XX puredata
debian_pd2puredata.patch | (download)

configure.ac | 2 1 + 1 - 0 !
src/s_main.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 in order to allow multiple flavours of pd
 to be installed simultaneously, puredata will install itself as
 "/usr/bin/puredata" and provide an alternative as "pd"
 .
 This patch ensures that the "puredata" namespace is used throughout
 (both installed binary and library-paths)

debian_usrlibpd_path.patch | (download)

src/s_path.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 search /usr/lib/pd/extra/ for externals
 since we install into /usr/lib/puredata/extra, the ordinary install path for
 externals (/usr/lib/pd/extra) won't get searched automatically; so we need to
 add it manually

debian_fixmanpage.patch | (download)

man/pd.1 | 19 11 + 8 - 0 !
1 file changed, 11 insertions(+), 8 deletions(-)

 fix uris in manpage to point to some meaningful place

debian_system_portaudio.patch | (download)

Makefile.am | 10 1 + 9 - 0 !
configure.ac | 6 0 + 6 - 0 !
src/Makefile.am | 7 3 + 4 - 0 !
3 files changed, 4 insertions(+), 19 deletions(-)

 use system installation of portaudio/portmidi
 rather than Pd's own copy

debian_helpbrowser_puredata doc.patch | (download)

tcl/pd_menucommands.tcl | 15 14 + 1 - 0 !
1 file changed, 14 insertions(+), 1 deletion(-)

 fix menu-entries in case puredata-doc is not available
if the puredata-doc package is not installed, some of the menu-entries (namely
the manual section) will not work correctly.
This patch checks whether the files are there, and if not, a dialog is raised
asking the user to install puredata-doc