Personal tools
You are here: Home download Pd template Releases template 1.0.11
Document Actions

template 1.0.11

Up to Product page
first full, well tested release

For additional information about this project, please visit the project page.

Available downloads

Change log

2011-10-18 23:27 eighthave

* Makefile: load libmylib.so on GNU/Linux using DT_RUNPATH set to

2011-10-06 16:41 eighthave

* TODO.txt: added note about implementing CPPFLAGS

2011-10-04 03:08 jancsika1

* mycobject-help.pd, mypdobject-help.pd: added META subpatch

2011-10-03 03:53 eighthave

* Makefile: fixed a couple omissions found when merging Makefile
into tkwidgets

2011-10-03 03:09 eighthave

* Makefile: fixed typo and set version to 1.0.11

2011-10-03 02:59 eighthave

* Makefile: added support for a shared library that all of the
objects can use

2011-10-03 02:43 eighthave

* Makefile: merged in IOhannes' ALL_*FLAGS code with some minor
changes

2011-10-02 19:26 eighthave

* Makefile: don't differentiate GNU/Hurd and GNU/kFreeBSD from
GNU/Linux since they should have the same libs

2011-10-02 19:02 eighthave

* Makefile: added platform-specific LIBS vars

2011-10-02 18:59 eighthave

* Makefile: updated .PHONY

2011-10-02 18:44 eighthave

* Makefile: updated single_install to use current sub install
targets

2011-08-01 20:49 eighthave

* debian/control: added Vcs-* tags and updated puredata 0.43
Build-Depends

2011-07-26 18:01 eighthave

* Makefile: fixed finding stuff in %ProgramFiles% correctly, needed
to eval the var not in the Makefile but the shell

2011-07-26 02:11 eighthave

* Makefile: renamed var PROGRAMFILES to ProgramFiles since some
IDEs are case sensitive for env vars, tho Windows is usually not

2011-07-15 15:16 eighthave

* Makefile: set CC=gcc on MinGW since MinGW often doesn't have cc

2011-03-08 02:27 eighthave

* Makefile: added support for standalone .tcl files for GUI objects

2011-02-11 14:58 eighthave

* LICENSE.txt: updated to GPLv3

2011-02-11 14:57 eighthave

* Makefile: NDK_TOOLCHAIN is used by Android NDK for something
else, so rename to NDK_TOOLCHAIN_BASE

2011-02-08 17:42 eighthave

* Makefile: fixed Android support to work seamlessly with NDKr5 on
GNU/Linux and Mac OS X

2011-01-03 22:31 eighthave

* Makefile: for android, need to set include path too

2011-01-03 22:20 eighthave

* Makefile: first stab at a working android build setup

2010-11-22 23:03 eighthave

* Makefile: moved -DPD to the CFLAGS += section so that CFLAGS can
be more easily overridden

2010-11-22 01:54 eighthave

* Makefile: re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the
header location for 0.43

2010-11-21 04:11 eighthave

* Makefile: added build configs for Debian GNU/Hurd and
GNU/kFreeBSD

2010-11-18 16:48 eighthave

* debian/control: added Recommends: pd-import since it is an easy
way to load libs

2010-11-02 14:09 eighthave

* debian/control: made pd-libdir a Debian dependency so that these
libdirs can be loaded as libraries

2010-09-22 05:34 eighthave

* Makefile: fixed bug introduced by IOhannes' addition of unused
HELPPATCHES variable that
stopped the help patches for abstractions from being installed

2010-09-14 20:56 eighthave

* Makefile: removed MinGW CPU flags so it'll build on MinGW64 by
default

2010-09-13 16:23 eighthave

* debian/copyright: updated debian/copyright to more closely
conform to DEP-5

2010-09-13 15:47 eighthave

* debian/control: converted to one-dep-per-line style

2010-09-13 13:23 eighthave

* debian/gbp.conf: added sign-tags = True

2010-09-13 13:14 eighthave

* debian/watch: added debian/watch file pointing at sourceforge

2010-09-12 22:35 eighthave

* debian/control: removed redundant Recommends:

2010-09-12 22:34 eighthave

* debian/control: Recommends: pd-libdir since these are all libdirs

2010-09-12 20:24 eighthave

* Makefile: fixed bug in libs/folders that end in ~; bumped to
1.0.4

2010-09-12 18:39 eighthave

* debian/rules: updated to use Alessio Treglia's dh_auto_install
tricks, which strip too

2010-09-12 16:28 eighthave

* debian/rules: remove quilt dep since its not needed until patches
are added to the package

2010-09-12 15:18 eighthave

* debian/copyright: added more fields to fill out

2010-09-07 22:04 eighthave

* debian/control: actually allow it to build against puredata or
puredata-dev

2010-09-07 22:02 eighthave

* debian/control: depends on puredata-dev to build and wants
pd-libdir so it can be loaded

2010-09-07 22:01 eighthave

* Makefile: added PD_INCLUDE to set the folder where the Pd headers
are, i.e. /usr/include/pd, /usr/local/include/pdextended,
/Applications/Pd-extended/Contents/Resources/include, etc.

2010-09-05 03:29 eighthave

* debian/rules: added dh_strip target from pd-wiimote to make sure
things are stripped properly

2010-09-05 02:52 eighthave

* Makefile: converted to use autotools-style INSTALL_PROGRAM and
INSTALL_DATA

2010-08-23 22:27 eighthave

* template.c: moved optional example to wiki docs:
http://puredata.info/docs/developer/MakefileTemplate

2010-08-23 22:05 eighthave

* Makefile: added version macro based on version in meta file

2010-08-23 21:32 eighthave

* Makefile: removed broken target that overrides actual target just
to display a message

2010-08-23 20:57 eighthave

* Makefile: cleaned up comments

2010-08-23 20:55 eighthave

* Makefile: forgot to remove one reference to SOURCES_LIB

2010-08-23 20:22 eighthave

* Makefile: removed platform-specific SOURCES_* variablefrom header
since they are rarely used. They are still supported

2010-08-23 16:57 eighthave

* Makefile: reverted some things to keep it simple; made section
for CFLAGS, LDFLAGS, LIBS for advanced editors; bumped version to
1.0.2

2010-08-21 19:18 zmoelnig

* Makefile: cleaned up Makefile

- 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

2010-08-21 19:14 zmoelnig

* mycobject.c, template.c: add template.c and fix warning in
mycobject.c

2010-08-19 17:19 eighthave

* debian/links, debian/rules: rm LICENSE.txt and create symlink to
Debian common license files

2010-08-19 16:33 eighthave

* debian/gbp.conf: added siretart's gbp.conf file to force
prisine-tar with git-buildpackage

2010-08-19 05:39 eighthave

* debian/copyright: added format header

2010-08-16 03:31 eighthave

* debian/links: added debian/links for README and examples in
usr/share/doc

2010-08-16 01:54 eighthave

* debian/changelog: changed package version to -1 since it will be
a "Maintainer Upload"

2010-08-14 21:02 eighthave

* debian/changelog, debian/control: applied Felipe Sateler's
feedback on the pd-motex package to these packages

2010-08-11 19:22 eighthave

* Makefile: upgraded Makefile to 1.0.1 to support 'make
dpkg-source'

2010-08-05 22:59 eighthave

* debian/changelog, debian/source, debian/source/format: fixed
lintian warnings: changelog-should-mention-nmu and
missing-debian-source-format

2010-08-05 21:41 eighthave

* debian/changelog, debian/control: fixed up Debian files in
preparation for submission to mentors.debian.net

2010-04-26 03:22 eighthave

* Makefile: set default install location to ~/Library/Pd on Mac OS
X

2010-04-25 19:51 eighthave

* Makefile: fixed iphoneos build and added 64-bit to Mac OS X
universal builds if building on 10.5 or newer

2010-04-06 23:32 eighthave

* Makefile: fixed clean target, it wasn't cleaning the .o file for
the lib file for single libs

2010-04-06 18:21 eighthave

* Makefile: updated libdir style projects with latest version of
Makefile template

2010-04-06 17:52 eighthave

* Makefile: use sed to get the library version from the meta file
so that it is the canonical place to set the version

2010-04-06 17:07 eighthave

* Makefile, template-meta.pd: oops forgot the meta file

2010-04-06 17:02 eighthave

* ., LICENSE.txt, Makefile, README.txt, debian, debian/changelog,
debian/compat, debian/control, debian/copyright, debian/rules,
examples, examples/bothtogether.pd, manual, manual/manual.txt,
mycobject-help.pd, mycobject.c, mypdobject-help.pd,
mypdobject.pd: first stab at making a complete template library
using the template Makefile

by Hans-Christoph Steiner last modified 2011-11-18 09:16 PM

Powered by IEM Powered by Plone Section 508 WCAG Valid XHTML Valid CSS Usable in any browser