aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.LOG10
-rw-r--r--configure.ac4
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)