Update of /cvsroot/pure-data/externals/pdp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18389
Modified Files: CHANGES.LOG TODO configure Log Message: pdp: sdl fixes (delayed open)
Index: CHANGES.LOG =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/CHANGES.LOG,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CHANGES.LOG 1 Sep 2006 13:45:29 -0000 1.7 --- CHANGES.LOG 1 Sep 2006 16:46:24 -0000 1.8 *************** *** 160,163 **** --- 160,167 ---- 0.12.5: build fixes + libquicktime api change + help patches renamed xxx.pd -> xxx-help.pd + pd-0.40 compatibility + sdl delayed window creation
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TODO 1 Sep 2006 13:45:29 -0000 1.7 --- TODO 1 Sep 2006 16:46:24 -0000 1.8 *************** *** 5,13 ****
todo 0.12.5:
* find nasty 3dp bug ! * fix pdp_glx BadMatch bug (crashes on OSX) * platform independent [pdp_vdac] [pdp_vadc]
--- 5,19 ----
+ + todo 0.12.5:
+ * fix sdl so it doesn't open window when object is created + * find nasty 3dp bug ! * fix pdp_glx BadMatch bug (crashes on OSX) : fixed in pf * platform independent [pdp_vdac] [pdp_vadc] + * fix pdp_help_input/output so they are actually usable + * incorporate jamie's osx changes / guenter's windows port
*************** *** 15,19 **** todo later:
- * include guenter's / carmen's windows changes * field based bttv capture (might be possible without driver hacks using v4l2) * pdp_crop/pad --- 21,24 ----
Index: configure =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/configure,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure 16 Dec 2005 02:55:14 -0000 1.4 --- configure 1 Sep 2006 16:46:24 -0000 1.5 *************** *** 1,8 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.57. # ! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 ! # Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. --- 1,8 ---- #! /bin/sh [...7950 lines suppressed...] { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else rm -f $ac_file ! mv "$tmp/config.h" $ac_file fi else ! echo "/* $configure_input */" ! cat "$ac_result" fi ! rm -f "$tmp/out12" ! ;; ! ! ! esac ! ! done # for ac_tag
{ (exit 0); exit 0; }