aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-10added ~ to package version so that test packages workHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13166
2010-02-10added rule to install 'examples' if they existHans-Christoph Steiner
svn path=/trunk/externals/ext13/; 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/ext13/; 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/ext13/; revision=13151
2010-01-31put useful header back inHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13126
2010-01-31removed useless includesHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13125
2010-01-31commented out unneeded Pd headerHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13124
2010-01-31first working package, finding libc dep and allHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13122
2010-01-26sorted out striping with install on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13101
2010-01-26on Mac OS X, look for a 'pd' binary and use it as the -bundle_loader if foundHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13099
2010-01-22this shouldn't be necessary if the 'make install' is workingHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13075
2010-01-22ok, things are building with debuild, but not installing properlyHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13074
2010-01-22added prefix var and three-part version name to make lintian happyHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13073
2010-01-22made consistent naming of SOURCES_* vars; added DISTDIR and DISTBINDIR for ↵Hans-Christoph Steiner
all platforms; added libdir and pkglibdir vars to make 'make install' work better svn path=/trunk/externals/ext13/; revision=13072
2010-01-22added support for abstractions/pd objects and added tests to make sure files ↵Hans-Christoph Steiner
exist before trying to install them svn path=/trunk/externals/ext13/; revision=13071
2010-01-22switched everything to use INSTALL variables rather than the 'install' ↵Hans-Christoph Steiner
program directly svn path=/trunk/externals/ext13/; revision=13070
2010-01-22Makefile now produces a proper tarball of everything, let's see if we can ↵Hans-Christoph Steiner
debianize it svn path=/trunk/externals/ext13/; revision=13069
2010-01-22copied help patch to replace object-class-named placeholdersHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13068
2010-01-22added placeholder help patches for completeness for testing the Makefile ↵Hans-Christoph Steiner
template svn path=/trunk/externals/ext13/; revision=13067
2010-01-22renamed so that each objectclass has its own helpfileHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13066
2010-01-22update etags to use SOURCESHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=13065
2009-12-27following up on bug report #2921689, fixed a bunch of 'implicit declaration ↵Hans-Christoph Steiner
of function' warnings, which could cause problems on 64-bit svn path=/trunk/externals/ext13/; revision=12846
2009-10-30included Fink locations in template and put the FAT_FLAGS first since apple ↵Hans-Christoph Steiner
recommends that svn path=/trunk/externals/ext13/; revision=12699
2009-10-24leave .o object file around so that it doesn't always recompile thingsHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=12656
2009-10-22added cross-compiling for the iPhone OS when building on Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=12639
2009-10-08added Cygwin section so things build on CygwinHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=12558
2009-09-21added $(pd_src)/src as the first place to search for pd.dllHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=12416
2009-09-14more missing DESTDIR varsdmotd
svn path=/trunk/externals/ext13/; revision=12338
2009-07-30use PD_PATH rather than pd_src to point to to Pd's path (including it's sources)IOhannes m zmölnig
svn path=/trunk/externals/ext13/; revision=11891
2009-07-29switched back to pd custom vars since I couldn't think how to do it with the ↵Hans-Christoph Steiner
standard 'prefix' svn path=/trunk/externals/ext13/; revision=11886
2009-07-24added proper prefix and DESTDIR support; made 'dist' target depend on 'all'; ↵Hans-Christoph Steiner
cleaned up 'showpaths' printing svn path=/trunk/externals/ext13/; revision=11882
2009-07-24added a distclean target to remove the dist tarball and cleanHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11881
2009-07-24after a good argument with IOhannes in Brazil, I think we have a good ↵Hans-Christoph Steiner
Makefile template here svn path=/trunk/externals/ext13/; revision=11880
2009-06-05added changes from motex/Makefile and convert externals/Makefile to use the ↵Hans-Christoph Steiner
new ext13 one svn path=/trunk/externals/ext13/; revision=11688
2009-06-05added --enable-auto-import flag to get rid of linker warningsHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11684
2009-06-05removed sfread.c from build since it doesn't seem to work; fixed up Windows ↵Hans-Christoph Steiner
build; moved LIBRARY_NAME build to a better location svn path=/trunk/externals/ext13/; revision=11682
2009-06-05a stab at making a target to build a single ext13.pd_linuxHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11681
2009-06-05exclude SVN files from the dist tarballHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11680
2009-06-05replaced CPU -march flags with a FAT/Universal build for Mac OS XHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11679
2009-06-05added pd_src variable; added CPU-specific OPT_CFLAGS on Mac OS X; fixed up ↵Hans-Christoph Steiner
Windows flags svn path=/trunk/externals/ext13/; revision=11678
2009-06-05removed UNIX macro and replaced with auto macrosHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11676
2009-06-05checked in meta file, tweaked Makefile, and fixed Pd-extended externals/MakefileHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11675
2009-06-05removed old build system and moved help files into same folder to make it a ↵Hans-Christoph Steiner
libdir svn path=/trunk/externals/ext13/; revision=11674
2009-06-05cleaned up the windows section a bit and added a little instruction blurbHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11673
2009-06-05first stab at simplified standard MakefileHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11672
2009-06-04fixed another memory allocation bug and set the default to /dev/mixer since ↵Hans-Christoph Steiner
that's the dev that all modern Linux's have svn path=/trunk/externals/ext13/; revision=11671
2009-06-04changed macro to the standard auto __gnu_linux__ and fixed memory allocation bugHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=11670
2008-09-29slightly improved help fileHans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=10315
2008-04-28created quick help file to fix bug report #1830071Hans-Christoph Steiner
svn path=/trunk/externals/ext13/; revision=9732
2007-01-12some changes to make all ext13 objects work in libdir formatGeorg Holzmann
svn path=/trunk/externals/ext13/; revision=7322