diff options
author | N.N. <sevyves@users.sourceforge.net> | 2003-09-17 19:46:06 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2003-09-17 19:46:06 +0000 |
commit | 169ab82f7a1b5fe2634737ad471d40a2bd90621f (patch) | |
tree | 27d21efea25dd020e1adf609897f2103f0876f09 | |
parent | 2ec37393caf4925dd7ef418614020a89a2c24480 (diff) |
Updated for PiDiP 0.12.6
svn path=/trunk/externals/pidip/; revision=992
-rw-r--r-- | CHANGES.LOG | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG index 681074f..dbfbe74 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -1,3 +1,13 @@ +0.12.6 + fix conflict between pdp_text and pdp_imgloader ( and the likes using Imlib2 ) + fix successive loading of images in pdp_imgloader + set help patches for all objects and install them in PD's doc folder ( compliant with 0.37 ) +0.12.5 + pdp_cache : hiding triangular zones from a video stream to let you do some collage + ( see collage.pd patch ) + pdp_imgloader : added "hide" method for triangles to let you do some collage + ( see collage.pd patch ) + pdp_transition : added "page" transitions 0.12.4 added pdp_imgsaver : save an image from the current video stream pdp_transition : added "melt" and "blend" transitions diff --git a/configure.ac b/configure.ac index f7951e7..c9c6ebf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT -PDP_PIDIP_VERSION=0.12.4 +PDP_PIDIP_VERSION=0.12.6 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg @@ -50,7 +50,7 @@ AC_CHECK_LIB(vorbisenc, vorbis_encode_setup_init, , AC_MSG_ERROR(streaming requi AC_SUBST(PDP_PIDIP_VERSION) -MAGICK_LIBS="-L/usr/X11R6/lib `Magick-config --libs` `Magick-config --ldflags`" +MAGICK_LIBS="-L/usr/X11R6/lib -lMagick `Magick-config --libs` `Magick-config --ldflags`" MAGICK_CFLAGS="-I/usr/X11R6/include `Magick-config --cflags` " AC_SUBST(MAGICK_LIBS) AC_SUBST(MAGICK_CFLAGS) |