aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-03updated META subpatchHEADsvn2git-headexternals/motexJonathan Wilkes
svn path=/trunk/externals/motex/; revision=16636
2012-09-16updated to latest text of GPLv2+ direct from the source: ↵Hans-Christoph Steiner
http://www.gnu.org/licenses/gpl-2.0.txt svn path=/trunk/externals/motex/; revision=16241
2012-03-21made help patch workHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=16084
2012-02-17bumped to version v1.1.5Hans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=15978
2011-01-03added META subpatchJonathan Wilkes
svn path=/trunk/externals/motex/; revision=14687
2010-12-21updated Makefile to latest versionHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=14669
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/motex/; revision=14145
2010-09-05added -svn to version after release tarball has been placed on SourceForge ↵Hans-Christoph Steiner
downloads svn path=/trunk/externals/motex/; revision=13975
2010-08-30commented out debug messageHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13947
2010-08-11removed debian folder since the Debian stuff is now here: ↵Hans-Christoph Steiner
http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary svn path=/trunk/externals/motex/; revision=13791
2010-08-11bumped version numberHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13789
2010-08-07added target to generate Debian source packageHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13768
2010-08-07fixed up two abstractionsHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13767
2010-08-07fixed error in Description:Hans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13766
2010-08-05fixed lintian warnings: changelog-should-mention-nmu and ↵Hans-Christoph Steiner
missing-debian-source-format svn path=/trunk/externals/motex/; revision=13760
2010-08-05fixed up Debian files in preparation for submission to mentors.debian.netHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13759
2010-08-05improved Debian files as part of filing Debian Intent-To-PackageHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13754
2010-04-26set default install location to ~/Library/Pd on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/motex/; 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/motex/; revision=13470
2010-04-07reverted debian versions to 1 to prep for submission, and sorted other ↵Hans-Christoph Steiner
veresion issues svn path=/trunk/externals/motex/; revision=13385
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/motex/; revision=13383
2010-04-06updated libdir style projects with latest version of Makefile templateHans-Christoph Steiner
svn path=/trunk/externals/motex/; 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/motex/; revision=13263
2010-02-21updated to use new machine-parsible formatHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13183
2010-02-10updated all templates with the PDOBJECTS fixes from the 'mapping' buildHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13167
2010-02-10added rule to install 'examples' if they existHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13161
2010-02-09fix install location of library in packaging (I forgot to include the ↵Hans-Christoph Steiner
'extra' in /usr/lib/pd/extra) svn path=/trunk/externals/motex/; revision=13156
2010-02-09made Build-Depends: only puredata so that these packages are guaranteed to ↵Hans-Christoph Steiner
be Pd-vanilla compatible svn path=/trunk/externals/motex/; revision=13151
2010-02-09updated to use new template Makefile+debian stuffHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13150
2010-02-09fixed spelling errorHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=13149
2009-09-21fixed wrong variable nameHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=12420
2009-09-21added $(pd_src)/src as the first place to search for pd.dllHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=12416
2009-09-14more missing DESTDIR varsdmotd
svn path=/trunk/externals/motex/; revision=12338
2009-07-29ported new template Makefile changes to motexHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11887
2009-06-05fixes to make this new Makefile work with the Pd-extended makefileHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11687
2009-06-05added install targets for libdirs and single-binary libsHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11686
2009-06-05added help patch so everything has oneHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11685
2009-06-05added --enable-auto-import flag to get rid of linker warningsHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11684
2009-06-05first new-style Makefile for motexHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11683
2009-06-05checking in meta file to SVN to make the motex folder an instant libdirHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=11677
2005-12-16- added PDP to the build system, started with creb, pidip, pmpd.Hans-Christoph Steiner
- fixed random bugs svn path=/trunk/externals/motex/; revision=4234
2005-12-14more MinGW fixesHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=4204
2005-12-07oops noisegate~ is an object not a help patchHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=4163
2005-12-07renamed helpfiles to the standardHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=4162
2003-04-29sources from motex_1_1_3.tar.gzsvn2git-rootHans-Christoph Steiner
svn path=/trunk/externals/motex/; revision=603