aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-05removed empty dirHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14277
2010-11-05got image-help working as distributed and made lib work with template MakefileHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14276
2010-11-05added s_stuff.h, g_all_guis.h, g_canvas.h and m_imp.h as debian patches so ↵Hans-Christoph Steiner
it builds in current Debian svn path=/trunk/externals/moonlib/; revision=14275
2010-11-05revert to 0.2 to include build/dist fixesHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14274
2010-11-05build/dist fixesHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14273
2010-11-02made pd-libdir a Debian dependency so that these libdirs can be loaded as ↵Hans-Christoph Steiner
libraries svn path=/trunk/externals/moonlib/; revision=14252
2010-10-16PD_INCLUDE has extra folder suffixdmotd
svn path=/trunk/externals/moonlib/; revision=14234
2010-09-22fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable thatHans-Christoph Steiner
stopped the help patches for abstractions from being installed svn path=/trunk/externals/moonlib/; revision=14178
2010-09-17merged relevant changes from Pd-extended 0.42Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14153
2010-09-15remove -mcpu/-mtune flags as it breaks x64 build. we should eventually ↵mescalinum
figure a way of determining automatically the CPU, but 'uname -m' doesn't tell the truth svn path=/trunk/externals/moonlib/; revision=14145
2010-09-13updated debian/copyright to more closely conform to DEP-5Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14116
2010-09-13converted to one-dep-per-line styleHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14115
2010-09-13added sign-tags = TrueHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14111
2010-09-13added debian/watch file pointing at sourceforgeHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14110
2010-09-12Recommends: pd-libdir since these are all libdirsHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14098
2010-09-12updated to use Alessio Treglia's dh_auto_install tricks, which strip tooHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14078
2010-09-12remove quilt dep since its not needed until patches are added to the packageHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14073
2010-09-08use /pd since this lib needs other headers besides m_pd.hHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=14000
2010-09-07updated to Makefile version 1.0.3Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13994
2010-09-05added override_dh_strip target from pd-wiimote to strip things properlyHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13978
2010-09-05added -svn to version after release tarball has been placed on SourceForge ↵Hans-Christoph Steiner
downloads svn path=/trunk/externals/moonlib/; revision=13975
2010-08-24updated to Makefile version 1.0.2Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13928
2010-08-19rm LICENSE.txt and create symlink to Debian common license filesHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13843
2010-08-19added siretart's gbp.conf file to force prisine-tar with git-buildpackageHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13840
2010-08-16added debian/links for README and examples in usr/share/docHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13812
2010-08-16fixed Description: formattingHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13811
2010-08-16cleaned up Description: formattingHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13803
2010-08-16changed package version to -1 since it will be a "Maintainer Upload"Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13802
2010-08-14applied Felipe Sateler's feedback on the pd-motex package to these packagesHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13794
2010-08-11upgraded Makefile to 1.0.1 to support 'make dpkg-source'Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13790
2010-08-05fixed lintian warnings: changelog-should-mention-nmu and ↵Hans-Christoph Steiner
missing-debian-source-format svn path=/trunk/externals/moonlib/; revision=13760
2010-08-05fixed up Debian files in preparation for submission to mentors.debian.netHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13759
2010-04-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13478
2010-04-25fixed iphoneos build and added 64-bit to Mac OS X universal builds if ↵Hans-Christoph Steiner
building on 10.5 or newer svn path=/trunk/externals/moonlib/; revision=13470
2010-04-07reinstate O_NONBLOCK kludge on MinGWHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13388
2010-04-06fixed clean target, it wasn't cleaning the .o file for the lib file for ↵Hans-Christoph Steiner
single libs svn path=/trunk/externals/moonlib/; revision=13383
2010-04-06updated libdir style projects with latest version of Makefile templateHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13377
2010-03-24added include path for Pd-extended.app include folder to include path, after ↵Hans-Christoph Steiner
the -I$(PD_PATH)/src/ so it'll only use the headers inside the Pd-extended.app if the source is not specified svn path=/trunk/externals/moonlib/; revision=13263
2010-02-23changed manual MSW macro to automatic _WIN32Hans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13188
2010-02-21ported to new template Makefile and debianized itHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=13184
2009-01-26I just went through all of the externals that include t_tk.h and found thatHans-Christoph Steiner
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/externals/moonlib/; revision=10652
2008-09-16Added a trailing zero to the arguments of the setup function for the "dump" ↵Martin Peach
message. Fixes a bug that prevented tabdump2 from working as advertised. svn path=/trunk/externals/moonlib/; revision=10288
2007-10-29these two objects use the iemgui API, which puts t_object x_obj into a ↵Hans-Christoph Steiner
t_iemgui x_gui struct, so I adjusted the classname fix for that svn path=/trunk/externals/moonlib/; revision=8903
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/moonlib/; revision=8902
2007-07-11cleaned up OS macrosHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=8007
2007-07-11oops, stoopid typoHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=8006
2007-07-11got the lib to compile on MinGW by ifdeffing out the failing objects. These ↵Hans-Christoph Steiner
could be ported pretty easily since it's just a question of the open() function, I think. But it's really old, funky code, so why? svn path=/trunk/externals/moonlib/; revision=8005
2007-07-09removed joystick since it does not build and it's probably very out of date ↵Hans-Christoph Steiner
anyway svn path=/trunk/externals/moonlib/; revision=7953
2007-07-09got moonlib compiling with some minor tweaksHans-Christoph Steiner
svn path=/trunk/externals/moonlib/; revision=7952
2007-07-09This commit was generated by cvs2svn to compensate for changes in r7949,svn2git-rootHans-Christoph Steiner
which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/moonlib/; revision=7950