[PD-cvs] abstractions Makefile, 1.16, 1.17 Makefile.buildlayout, 1.8, 1.9 README, 1.6, 1.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Nov 30 08:00:52 CET 2005


Update of /cvsroot/pure-data/abstractions
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23921

Modified Files:
	Makefile Makefile.buildlayout README 
Log Message:
preparing for RC6, bug fixes and tweaks, things are look ing good

Index: README
===================================================================
RCS file: /cvsroot/pure-data/abstractions/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** README	26 Nov 2005 04:19:12 -0000	1.6
--- README	30 Nov 2005 07:00:49 -0000	1.7
***************
*** 42,45 ****
--- 42,50 ----
  ==================================
  
+ 
+ For the most up-to-date version of these instructions, see:
+ 
+    http://puredata.org/docs/developer/build
+ 
  The best way to start is to copy the complete section of an existing library,
  like memento.  Then do a case-preserving search-and-replace, replacing
***************
*** 140,155 ****
  
  
- "objects" targets
-     To add your objects to this build system, first make your own target and
-     add it to the "objects" target.  For example: for the RRADical objects,
-     there is a target called "objects_rradical:" which does everything needed
-     to install the RRADical objects.  This includes installing help patches
-     and any other documentation. 
- 
- 
- "applications" targets:
-    This target is meant for any patch that is intended to be opened up and
-    used, played, ran, etc.  The RRADical the-showcase.pd is a good example
- 
  
  
--- 145,148 ----

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile	28 Nov 2005 06:53:19 -0000	1.16
--- Makefile	30 Nov 2005 07:00:49 -0000	1.17
***************
*** 202,211 ****
  	install -p $(abstractions_src)/pixelTANGO/abstractions/*.pd \
  		$(objectsdir)/$(PIXELTANGO_NAME)
- 	install -d $(objectsdir)/$(PIXELTANGO_NAME)/fx
  	install -p $(abstractions_src)/pixelTANGO/abstractions/fx/*.pd \
! 		$(objectsdir)/$(PIXELTANGO_NAME)/fx
  	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIXELTANGO_NAME) \
  		--author "Ben Bogart" \
  		--license "GNU GPL" \
  		--description "objects for creating visuals in a live performance setting"
  	install -d $(helpdir)/$(PIXELTANGO_NAME)
--- 202,211 ----
  	install -p $(abstractions_src)/pixelTANGO/abstractions/*.pd \
  		$(objectsdir)/$(PIXELTANGO_NAME)
  	install -p $(abstractions_src)/pixelTANGO/abstractions/fx/*.pd \
! 		$(objectsdir)/$(PIXELTANGO_NAME)
  	$(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PIXELTANGO_NAME) \
  		--author "Ben Bogart" \
  		--license "GNU GPL" \
+ 		--version "0.3.4" \
  		--description "objects for creating visuals in a live performance setting"
  	install -d $(helpdir)/$(PIXELTANGO_NAME)
***************
*** 231,246 ****
  		--author "Frank Barknecht" \
  		--license "GNU GPL"
! 	install -d $(objectsdir)/$(RRADICAL_NAME)/control
  	install -p $(shell ls -1 $(abstractions_src)/rradical/control/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)/control
! 	install -d $(objectsdir)/$(RRADICAL_NAME)/effects
  	install -p $(shell ls -1 $(abstractions_src)/rradical/effects/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)/effects
! 	install -d $(objectsdir)/$(RRADICAL_NAME)/instruments
  	install -p $(shell ls -1 $(abstractions_src)/rradical/instruments/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)/instruments
! 	install -d $(objectsdir)/$(RRADICAL_NAME)/stuff
  	install -p $(shell ls -1 $(abstractions_src)/rradical/stuff/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)/stuff
  	install -d $(examplesdir)/$(RRADICAL_NAME)
  	install -p $(abstractions_src)/rradical/usecases/*.* \
--- 231,243 ----
  		--author "Frank Barknecht" \
  		--license "GNU GPL"
! 	install -d $(objectsdir)/$(RRADICAL_NAME)
  	install -p $(shell ls -1 $(abstractions_src)/rradical/control/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)
  	install -p $(shell ls -1 $(abstractions_src)/rradical/effects/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)
  	install -p $(shell ls -1 $(abstractions_src)/rradical/instruments/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)
  	install -p $(shell ls -1 $(abstractions_src)/rradical/stuff/*.* | \
! 		grep -v '\-help.pd')  $(objectsdir)/$(RRADICAL_NAME)
  	install -d $(examplesdir)/$(RRADICAL_NAME)
  	install -p $(abstractions_src)/rradical/usecases/*.* \

Index: Makefile.buildlayout
===================================================================
RCS file: /cvsroot/pure-data/abstractions/Makefile.buildlayout,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** Makefile.buildlayout	28 Nov 2005 06:53:19 -0000	1.8
--- Makefile.buildlayout	30 Nov 2005 07:00:49 -0000	1.9
***************
*** 151,155 ****
  
  # release version for this distro
! PACKAGE_VERSION = extended-RC5
  PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
  
--- 151,155 ----
  
  # release version for this distro
! PACKAGE_VERSION = extended-RC6
  PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)
  





More information about the Pd-cvs mailing list