Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-15 | set CC=gcc on MinGW since MinGW often doesn't have cc | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=15153 | |||
2011-03-08 | added support for standalone .tcl files for GUI objects | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=15019 | |||
2011-02-11 | updated to GPLv3 | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14913 | |||
2011-02-11 | NDK_TOOLCHAIN is used by Android NDK for something else, so rename to ↵ | Hans-Christoph Steiner | |
NDK_TOOLCHAIN_BASE svn path=/trunk/externals/template/; revision=14912 | |||
2011-02-08 | fixed Android support to work seamlessly with NDKr5 on GNU/Linux and Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14873 | |||
2011-01-03 | for android, need to set include path too | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14690 | |||
2011-01-03 | first stab at a working android build setup | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14689 | |||
2010-11-22 | moved -DPD to the CFLAGS += section so that CFLAGS can be more easily overridden | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14498 | |||
2010-11-22 | re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43 | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14463 | |||
2010-11-21 | added build configs for Debian GNU/Hurd and GNU/kFreeBSD | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14450 | |||
2010-11-18 | added Recommends: pd-import since it is an easy way to load libs | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14443 | |||
2010-11-02 | made pd-libdir a Debian dependency so that these libdirs can be loaded as ↵ | Hans-Christoph Steiner | |
libraries svn path=/trunk/externals/template/; revision=14252 | |||
2010-09-22 | fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that | Hans-Christoph Steiner | |
stopped the help patches for abstractions from being installed svn path=/trunk/externals/template/; revision=14178 | |||
2010-09-14 | removed MinGW CPU flags so it'll build on MinGW64 by default | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14140 | |||
2010-09-13 | updated debian/copyright to more closely conform to DEP-5 | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14116 | |||
2010-09-13 | converted to one-dep-per-line style | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14115 | |||
2010-09-13 | added sign-tags = True | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14111 | |||
2010-09-13 | added debian/watch file pointing at sourceforge | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14110 | |||
2010-09-12 | removed redundant Recommends: | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14099 | |||
2010-09-12 | Recommends: pd-libdir since these are all libdirs | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14098 | |||
2010-09-12 | fixed bug in libs/folders that end in ~; bumped to 1.0.4 | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14083 | |||
2010-09-12 | updated to use Alessio Treglia's dh_auto_install tricks, which strip too | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14078 | |||
2010-09-12 | remove quilt dep since its not needed until patches are added to the package | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14073 | |||
2010-09-12 | added more fields to fill out | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=14071 | |||
2010-09-07 | actually allow it to build against puredata or puredata-dev | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13992 | |||
2010-09-07 | depends on puredata-dev to build and wants pd-libdir so it can be loaded | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13991 | |||
2010-09-07 | added PD_INCLUDE to set the folder where the Pd headers are, i.e. ↵ | Hans-Christoph Steiner | |
/usr/include/pd, /usr/local/include/pdextended, /Applications/Pd-extended/Contents/Resources/include, etc. svn path=/trunk/externals/template/; revision=13990 | |||
2010-09-05 | added dh_strip target from pd-wiimote to make sure things are stripped properly | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13976 | |||
2010-09-05 | converted to use autotools-style INSTALL_PROGRAM and INSTALL_DATA | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13974 | |||
2010-08-23 | moved optional example to wiki docs: ↵ | Hans-Christoph Steiner | |
http://puredata.info/docs/developer/MakefileTemplate svn path=/trunk/externals/template/; revision=13903 | |||
2010-08-23 | added version macro based on version in meta file | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13901 | |||
2010-08-23 | removed broken target that overrides actual target just to display a message | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13900 | |||
2010-08-23 | cleaned up comments | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13898 | |||
2010-08-23 | forgot to remove one reference to SOURCES_LIB | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13897 | |||
2010-08-23 | removed platform-specific SOURCES_* variablefrom header since they are ↵ | Hans-Christoph Steiner | |
rarely used. They are still supported svn path=/trunk/externals/template/; revision=13891 | |||
2010-08-23 | reverted some things to keep it simple; made section for CFLAGS, LDFLAGS, ↵ | Hans-Christoph Steiner | |
LIBS for advanced editors; bumped version to 1.0.2 svn path=/trunk/externals/template/; revision=13890 | |||
2010-08-21 | cleaned up Makefile | IOhannes m zmölnig | |
- use $@, $^ and $< rather than reexpanding manually - added SOURCES_LIB for sources that provide shared functions but no object - removed SOURCES_android as there is no android support yet - use HELPPATCHES to enumerate -help.pd; is usually generated but can be forced to user defined values svn path=/trunk/externals/template/; revision=13880 | |||
2010-08-21 | add template.c and fix warning in mycobject.c | IOhannes m zmölnig | |
svn path=/trunk/externals/template/; revision=13879 | |||
2010-08-19 | rm LICENSE.txt and create symlink to Debian common license files | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13843 | |||
2010-08-19 | added siretart's gbp.conf file to force prisine-tar with git-buildpackage | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13840 | |||
2010-08-19 | added format header | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13838 | |||
2010-08-16 | added debian/links for README and examples in usr/share/doc | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13812 | |||
2010-08-16 | changed package version to -1 since it will be a "Maintainer Upload" | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13802 | |||
2010-08-14 | applied Felipe Sateler's feedback on the pd-motex package to these packages | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13794 | |||
2010-08-11 | upgraded Makefile to 1.0.1 to support 'make dpkg-source' | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13790 | |||
2010-08-05 | fixed lintian warnings: changelog-should-mention-nmu and ↵ | Hans-Christoph Steiner | |
missing-debian-source-format svn path=/trunk/externals/template/; revision=13760 | |||
2010-08-05 | fixed up Debian files in preparation for submission to mentors.debian.net | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13759 | |||
2010-04-26 | set default install location to ~/Library/Pd on Mac OS X | Hans-Christoph Steiner | |
svn path=/trunk/externals/template/; revision=13478 | |||
2010-04-25 | fixed 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/template/; revision=13470 | |||
2010-04-06 | fixed clean target, it wasn't cleaning the .o file for the lib file for ↵ | Hans-Christoph Steiner | |
single libs svn path=/trunk/externals/template/; revision=13383 |