[PD-cvs] externals/pidip CHANGES.LOG,1.13,1.14 Makefile,1.5,1.6 Makefile.in,1.4,1.5 README,1.1,1.2 acinclude.m4,1.6,1.7 aclocal.m4,1.6,1.7 configure,1.6,1.7 configure.ac,1.8,1.9 configure.in,1.3,1.4

Yves Degoyon sevyves at users.sourceforge.net
Tue May 18 02:59:46 CEST 2004


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

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


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configure.ac	30 Mar 2004 01:56:15 -0000	1.8
--- configure.ac	18 May 2004 00:59:44 -0000	1.9
***************
*** 17,21 ****
  PDP_STREAMING_OBJECTS=
  PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include"
  
  make clean
--- 17,21 ----
  PDP_STREAMING_OBJECTS=
  PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
  
  make clean

Index: Makefile.in
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile.in	30 Mar 2004 01:56:15 -0000	1.4
--- Makefile.in	18 May 2004 00:59:44 -0000	1.5
***************
*** 55,58 ****
--- 55,62 ----
  	rm -rf /tmp/pidip-$(PDP_PIDIP_VERSION)
  
+ pdp_colorgrid.o: pdp_colorgrid.c
+ 	./tk2c.bash < $*.tk > $*.tk2c
+ 	PWD=`pwd`; cc -DPWD=\"$(PWD)\" $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c
+ 
  .c.o:
  	gcc $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c

Index: configure
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** configure	30 Mar 2004 01:56:15 -0000	1.6
--- configure	18 May 2004 00:59:44 -0000	1.7
***************
*** 1287,1291 ****
  PDP_STREAMING_OBJECTS=
  PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include"
  
  make clean
--- 1287,1291 ----
  PDP_STREAMING_OBJECTS=
  PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
  
  make clean

Index: CHANGES.LOG
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/CHANGES.LOG,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** CHANGES.LOG	30 Mar 2004 01:56:15 -0000	1.13
--- CHANGES.LOG	18 May 2004 00:59:44 -0000	1.14
***************
*** 1,4 ****
  0.12.14 ( codename Naveen's Ethiopian Cafe )
!   added pdp_mp4player~ : a quicktime stream picker ( compiled against meg4ip v1.0 )
  0.12.13 ( codename Gollum Club Riereta )
    improved decoding in pdp_live~, in particular for audio/video synchronization
--- 1,9 ----
  0.12.14 ( codename Naveen's Ethiopian Cafe )
!   added pdp_mp4player~ : a quicktime stream reader ( compiled against meg4ip v1.0, needs some testing )
!   fixed pdp_mp4live~ : fixed audio encoding
!   pdp_ascii : added loadable character maps support ( added two maps : default and arabic )
!   fixed pdp_canvas : fixed a huge memory leak ( reported by Ian Smith Heisters )
!   added colorgrid : a color picker written by Lluis Gomez i Bigorda ( http://www.artefacte.org/pd )
!   added help_pdp-tatiana.pd : a more simple to use help patch for effects, contribution from Tatiana de la O.
  0.12.13 ( codename Gollum Club Riereta )
    improved decoding in pdp_live~, in particular for audio/video synchronization

Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure.in	30 Mar 2004 01:56:15 -0000	1.3
--- configure.in	18 May 2004 00:59:44 -0000	1.4
***************
*** 17,21 ****
  PDP_STREAMING_OBJECTS=
  PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include"
  
  make clean
--- 17,21 ----
  PDP_STREAMING_OBJECTS=
  PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
! PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
  
  make clean


Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	30 Mar 2004 01:56:15 -0000	1.5
--- Makefile	18 May 2004 00:59:44 -0000	1.6
***************
*** 8,12 ****
  MAGICK_CFLAGS = -I/usr/X11R6/include -g -O2 -Wall 
  MAGICK_LIBS = -L/usr/X11R6/lib -lMagick -lMagick -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib
! PDP_PIDIP_INCLUDES =  -I/usr/local/pd/src -I. -I/usr/local/pd/pdp/include -I../include  -I/SOURCES/ffmpeg/libavcodec -I/SOURCES/ffmpeg/libavformat
  PDP_PIDIP_VERSION = 0.12.14
  MPEG4IP_CFLAGS = 
--- 8,12 ----
  MAGICK_CFLAGS = -I/usr/X11R6/include -g -O2 -Wall 
  MAGICK_LIBS = -L/usr/X11R6/lib -lMagick -lMagick -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib
! PDP_PIDIP_INCLUDES =  -I/usr/local/pd/src -I. -I/usr/local/pd/pdp/include -I../include -I../charmaps  -I/SOURCES/ffmpeg/libavcodec -I/SOURCES/ffmpeg/libavformat
  PDP_PIDIP_VERSION = 0.12.14
  MPEG4IP_CFLAGS = 
***************
*** 55,58 ****
--- 55,62 ----
  	rm -rf /tmp/pidip-$(PDP_PIDIP_VERSION)
  
+ pdp_colorgrid.o: pdp_colorgrid.c
+ 	./tk2c.bash < $*.tk > $*.tk2c
+ 	PWD=`pwd`; cc -DPWD=\"$(PWD)\" $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c
+ 
  .c.o:
  	gcc $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c

Index: README
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README	11 Aug 2003 04:26:00 -0000	1.1
--- README	18 May 2004 00:59:44 -0000	1.2
***************
*** 2,9 ****
  copyleft 2002 by Yves Degoyon ( ydegoyon at free.fr )
  
! thanx for their remarks and support :
  
! Béatrice Rettig
! Cécile Babiole
  
  tarballs and updates available @ http://ydegoyon.free.fr
--- 2,9 ----
  copyleft 2002 by Yves Degoyon ( ydegoyon at free.fr )
  
! contributors :
  
! Lluis Gomez i Bigorda ( http://www.artefacte.org/pd )
! Tatiana de la O.
  
  tarballs and updates available @ http://ydegoyon.free.fr





More information about the Pd-cvs mailing list