[PD-cvs] externals/pidip CHANGES.LOG,1.15,1.16 Makefile,1.7,1.8 acinclude.m4,1.8,1.9 aclocal.m4,1.8,1.9 configure,1.8,1.9 configure.ac,1.10,1.11 configure.in,1.5,1.6

Yves Degoyon sevyves at users.sourceforge.net
Sun Jan 2 07:02:50 CET 2005


Update of /cvsroot/pure-data/externals/pidip
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5325

Modified Files:
	CHANGES.LOG Makefile acinclude.m4 aclocal.m4 configure 
	configure.ac configure.in 
Log Message:
PiDiP 0.12.18


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure.ac,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** configure.ac	14 Nov 2004 22:52:20 -0000	1.10
--- configure.ac	2 Jan 2005 06:02:47 -0000	1.11
***************
*** 4,8 ****
  AC_CONFIG_HEADER(include/pidip_config.h)
  
! PDP_PIDIP_VERSION="0.12.17"
  PD_DIR=/usr/local/pd
  PDP_DIR=/usr/local/pd/pdp
--- 4,8 ----
  AC_CONFIG_HEADER(include/pidip_config.h)
  
! PDP_PIDIP_VERSION="0.12.18"
  PD_DIR=/usr/local/pd
  PDP_DIR=/usr/local/pd/pdp

Index: configure
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configure	14 Nov 2004 22:52:19 -0000	1.8
--- configure	2 Jan 2005 06:02:47 -0000	1.9
***************
*** 1268,1272 ****
  
  
! PDP_PIDIP_VERSION="0.12.17"
  PD_DIR=/usr/local/pd
  PDP_DIR=/usr/local/pd/pdp
--- 1268,1272 ----
  
  
! PDP_PIDIP_VERSION="0.12.18"
  PD_DIR=/usr/local/pd
  PDP_DIR=/usr/local/pd/pdp

Index: CHANGES.LOG
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/CHANGES.LOG,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** CHANGES.LOG	14 Nov 2004 22:52:19 -0000	1.15
--- CHANGES.LOG	2 Jan 2005 06:02:47 -0000	1.16
***************
*** 1,3 ****
--- 1,17 ----
+ 0.12.18 ( codename Benisensi )
+   added pdp_icedthe~  : a threaded theora stream reader ( from flumotion or icecast )
+   added pdp_theonice~ : a theora a/v streamer ( to flumotion or icecast )
+         the icecast server can be found here : http://mediacast1.com/~karl/
+   added pdp_mapper : a pixel mapper ( copying regions and single pixels )
+ 
+   modified pdp_theorin~ : removed loop option ( was crashing ), added mutexes
+   modified pdp_live~ : added mutexes
+   modified pdp_ascii : added T. de la O. charmaps  
+ 
+   fixed pdp_ffmpeg~ : fixed framerate control
+   fixed pdp_binary : fixed wrong diff calculation
+ 
  0.12.17 ( codename No pasa nada )
+   fixed pdp_shape : a unitializded cursor caused some crashes
    added pdp_theorout~ : theora file recorder
    fixed pdp_theorin~ : fixed buggy end of file detection

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** configure.in	14 Nov 2004 22:52:20 -0000	1.5
--- configure.in	2 Jan 2005 06:02:47 -0000	1.6
***************
*** 4,8 ****
  AC_CONFIG_HEADER(include/pidip_config.h)
  
! PDP_PIDIP_VERSION="0.12.17"
  PD_DIR=/usr/local/pd
  PDP_DIR=/usr/local/pd/pdp
--- 4,8 ----
  AC_CONFIG_HEADER(include/pidip_config.h)
  
! PDP_PIDIP_VERSION="0.12.18"
  PD_DIR=/usr/local/pd
  PDP_DIR=/usr/local/pd/pdp


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile	14 Nov 2004 22:52:19 -0000	1.7
--- Makefile	2 Jan 2005 06:02:47 -0000	1.8
***************
*** 8,14 ****
  MAGICK_CFLAGS = -I/usr/X11R6/include -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Wall -pthread 
  MAGICK_LIBS = -L/usr/X11R6/lib -lMagick -lMagick -ltiff -lfreetype -ljpeg -lpng -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib
! THEORA_LIBS =  /usr/lib/libtheora.a /usr/lib/libogg.a /usr/lib/libvorbis.a /usr/lib/libvorbisenc.a
  PDP_PIDIP_INCLUDES =  -I/usr/local/pd/src -I. -I/usr/local/pd/pdp/include -I../include -I../charmaps  -I/SOURCES/ffmpeg-cvs-2003-03-04/libavcodec -I/SOURCES/ffmpeg-cvs-2003-03-04/libavformat
! PDP_PIDIP_VERSION = 0.12.17
  MPEG4IP_CFLAGS = 
  
--- 8,14 ----
  MAGICK_CFLAGS = -I/usr/X11R6/include -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Wall -pthread 
  MAGICK_LIBS = -L/usr/X11R6/lib -lMagick -lMagick -ltiff -lfreetype -ljpeg -lpng -ldpstk -ldps -lXext -lXt -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lpthread -L/usr/lib -L/usr/X11R6/lib -lfreetype -lz -L/usr/lib
! THEORA_LIBS =  /usr/lib/libtheora.a /usr/local/lib/libtheora.a /usr/lib/libogg.a /usr/local/lib/libvorbis.a /usr/local/lib/libvorbisenc.a
  PDP_PIDIP_INCLUDES =  -I/usr/local/pd/src -I. -I/usr/local/pd/pdp/include -I../include -I../charmaps  -I/SOURCES/ffmpeg-cvs-2003-03-04/libavcodec -I/SOURCES/ffmpeg-cvs-2003-03-04/libavformat
! PDP_PIDIP_VERSION = 0.12.18
  MPEG4IP_CFLAGS = 
  





More information about the Pd-cvs mailing list