maxlib 1.5.5
Up to Product page
some 64-bit and META fixes
For additional information about this project, please visit the
project page.
Available downloads
Change log
2013-01-17 22:59 eighthave * [r16898] .[CPY]: tagging maxlib v1.5.5 2013-01-17 22:54 eighthave * [r16897] merging maxlib v1.5.5 from branches/pd-extended/0.43 2013-01-17 22:51 eighthave * [r16896] convert to UNIX linefeeds 2012-12-03 00:57 jancsika1 * [r16639] moved errata from META subpatch to svn tracker 2012-09-16 15:15 eighthave * [r16241] updated to latest text of GPLv2+ direct from the source: http://www.gnu.org/licenses/gpl-2.0.txt 2012-03-12 18:43 zmoelnig * [r16070] fixing 64bit issues with [arraycopy] 2011-12-29 01:39 eighthave * [r15851] bumped to version 1.5.4 in prep for release 2011-10-03 04:28 eighthave * [r15474] updated template/Makefile to 1.0.11 2011-08-19 17:34 eighthave * [r15249] updated Makefile to latest template version to get things building on Debian/kFreeBSD and Debian/HURD 2011-02-11 14:57 eighthave * [r14912] NDK_TOOLCHAIN is used by Android NDK for something else, so rename to NDK_TOOLCHAIN_BASE 2011-02-08 17:43 eighthave * [r14874] updated Makefile to get Android support 2010-11-22 01:54 eighthave * [r14463] re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43 2010-11-16 06:37 jancsika1 * [r14442] added META subpatch 2010-11-09 17:02 eighthave * [r14328] uploaded Debian package to pkg-multimedia so removing 'debian' folder 2010-11-09 16:49 eighthave * [r14326] corrected which header the patch refers to 2010-11-08 23:18 eighthave * [r14324] include library.c file and Windows build files in dist 2010-11-08 23:09 eighthave * [r14321] revert for updated tag 2010-11-05 22:22 eighthave * [r14280] force quilt usage for patches 2010-11-05 17:03 eighthave * [r14271] added s_stuff.h and m_imp.h as debian patches so it builds in current Debian 2010-11-02 14:09 eighthave * [r14252] made pd-libdir a Debian dependency so that these libdirs can be loaded as libraries 2010-10-16 00:38 dmotd * [r14234] PD_INCLUDE has extra folder suffix 2010-09-22 05:34 eighthave * [r14178] fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that stopped the help patches for abstractions from being installed 2010-09-15 12:37 mescalinum * [r14145] remove -mcpu/-mtune flags as it breaks x64 build. we should eventually figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth 2010-09-13 16:23 eighthave * [r14116] updated debian/copyright to more closely conform to DEP-5 2010-09-13 15:47 eighthave * [r14115] converted to one-dep-per-line style 2010-09-13 13:23 eighthave * [r14111] added sign-tags = True 2010-09-13 13:14 eighthave * [r14110] added debian/watch file pointing at sourceforge 2010-09-12 22:34 eighthave * [r14098] Recommends: pd-libdir since these are all libdirs 2010-09-12 18:39 eighthave * [r14078] updated to use Alessio Treglia's dh_auto_install tricks, which strip too 2010-09-12 16:28 eighthave * [r14073] remove quilt dep since its not needed until patches are added to the package 2010-09-08 04:10 eighthave * [r14000] use /pd since this lib needs other headers besides m_pd.h 2010-09-07 23:27 eighthave * [r13994] updated to Makefile version 1.0.3 2010-09-05 05:37 eighthave * [r13978] added override_dh_strip target from pd-wiimote to strip things properly 2010-09-05 05:26 eighthave * [r13977] updated Makefile to latest version 2010-09-05 03:25 eighthave * [r13975] added -svn to version after release tarball has been placed on SourceForge downloads 2010-08-24 04:46 eighthave * [r13928] updated to Makefile version 1.0.2 2010-08-19 17:19 eighthave * [r13843] rm LICENSE.txt and create symlink to Debian common license files 2010-08-19 16:33 eighthave * [r13840] added siretart's gbp.conf file to force prisine-tar with git-buildpackage 2010-08-16 03:31 eighthave * [r13812] added debian/links for README and examples in usr/share/doc 2010-08-16 01:54 eighthave * [r13802] changed package version to -1 since it will be a "Maintainer Upload" 2010-08-14 21:02 eighthave * [r13794] applied Felipe Sateler's feedback on the pd-motex package to these packages 2010-08-11 19:22 eighthave * [r13790] upgraded Makefile to 1.0.1 to support 'make dpkg-source' 2010-08-05 22:59 eighthave * [r13760] fixed lintian warnings: changelog-should-mention-nmu and missing-debian-source-format 2010-08-05 21:41 eighthave * [r13759] fixed up Debian files in preparation for submission to mentors.debian.net 2010-05-13 18:14 eighthave * [r13528] fixed set message with patch from Lorenzo on the pd-list 2010-05-13 00:23 eighthave * [r13518] debianized maxlib, it builds a package, now let's upload it to launchpad 2010-05-12 17:02 eighthave * [r13514] documented [set( message 2010-04-27 22:15 eighthave * [r13484] added link command to include pthread on MinGW 2010-04-26 03:17 eighthave * [r13477] added maxlib-help.pd to dist and deleted empty dirs 2010-04-26 03:10 eighthave * [r13476] converted maxlib to use libdir template, in preparations for debianizing it 2010-04-13 21:07 mrpeach * [r13449] Applied Ivica Ico Bukvic's patch to output connection state on disconnect. 2009-06-09 17:34 eighthave * [r11724] replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic where appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 2008-08-27 22:27 eighthave * [r10266] merged in relevant changes from the v0-40 pd-extended release branch 2006-09-24 23:05 eighthave * [r6013] MinGW cleanups 2006-05-27 10:43 eighthave * [r5139] removed Mac OS X cruft 2006-01-16 02:01 eighthave * [r4411] fixed a few warnings 2005-12-12 06:39 eighthave * [r4194] fixes for MinGW 2005-11-10 22:15 eighthave * [r3878] switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems 2005-05-30 16:55 nusmuk * [r3097] bugfix of the lifo objects. 2005-04-12 13:26 ix9 * [r2736] m_pd.h isnt optional.. 2004-06-02 12:54 timblech * [r1803] should compile for both pd 0.36 and 0.37 2004-03-20 22:45 eighthave * [r1458] added syslog-style debug message levels 2004-03-20 05:56 eighthave * [r1456] things back to Olaf's 1.5.2 2004-03-20 05:39 eighthave * [r1455] This commit was generated by cvs2svn to compensate for changes in r1454, which included commits to RCS files with non-trunk default branches. 2004-03-20 05:29 eighthave * [r1453] This commit was generated by cvs2svn to compensate for changes in r1452, which included commits to RCS files with non-trunk default branches. 2004-03-20 05:28 eighthave * [r1450] This commit was generated by cvs2svn to compensate for changes in r1449, which included commits to RCS files with non-trunk default branches.