Update of /cvsroot/pure-data/packages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv581
Modified Files: Makefile Makefile.buildlayout TODO Log Message: up to extended-RC4 now
Index: Makefile.buildlayout =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile.buildlayout,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.buildlayout 21 Nov 2005 23:01:18 -0000 1.6 --- Makefile.buildlayout 23 Nov 2005 06:48:46 -0000 1.7 *************** *** 22,28 **** # externals/build # packages # # it will be going here too: - # doc # extensions # gem --- 22,28 ---- # externals/build # packages + # doc # # it will be going here too: # extensions # gem *************** *** 131,138 ****
# release version for this distro ! PACKAGE_VERSION = extended-RC3 PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION) - DMG_NAME = $(PACKAGE_NAME) -
--- 131,136 ----
# release version for this distro ! PACKAGE_VERSION = extended-RC4 PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 22 Nov 2005 00:57:05 -0000 1.10 --- Makefile 23 Nov 2005 06:48:46 -0000 1.11 *************** *** 222,226 **** make $(PD_DEST_PATHS) $(PD_EXTRA_FLAGS) install install -d $(MANUALS_DEST)/$(PD_NAME) ! install -p $(PD_SRC)/src/notes.txt $(MANUALS_DEST)/$(PD_DEST)
--- 222,226 ---- make $(PD_DEST_PATHS) $(PD_EXTRA_FLAGS) install install -d $(MANUALS_DEST)/$(PD_NAME) ! install -p $(PD_SRC)/src/notes.txt $(MANUALS_DEST)/$(PD_NAME)
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/packages/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TODO 23 Nov 2005 00:06:51 -0000 1.6 --- TODO 23 Nov 2005 06:48:46 -0000 1.7 *************** *** 12,21 **** - On GNU/Linux, figure out how to deal with build/extra vs. build/lib/pd/extra
! - fix unpatch_pd bug that doesn't fix the version name in s_main.c ! ! - global versioning system ! the package releases should have versions of there own which apply to ! all packages, regardless of format or OS. This will make for easy and ! seemless cross-platform work.
- global optimization flags --- 12,17 ---- - On GNU/Linux, figure out how to deal with build/extra vs. build/lib/pd/extra
! - make loaderHEX functions follow Pd standart of object_setup() rather than ! setup_object()
- global optimization flags