From 2eaa24c80e5757e170850f7797ff67b578cd5458 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 8 Oct 2003 14:58:46 +0000 Subject: Updated for 0.12.8 svn path=/trunk/externals/pidip/; revision=1074 --- CHANGES.LOG | 3 +++ configure | 4 ++-- configure.ac | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES.LOG b/CHANGES.LOG index 68ec967..e0c4c60 100644 --- a/CHANGES.LOG +++ b/CHANGES.LOG @@ -1,3 +1,6 @@ +0.12.8 + added pdp_pen : a free hand drawing object + ( on request from patrick/11h11.com ) 0.12.7 added pdp_canvas : a canvas to display several video sources 0.12.6 diff --git a/configure b/configure index b17f4a0..d4bdd84 100755 --- a/configure +++ b/configure @@ -1154,7 +1154,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -PDP_PIDIP_VERSION=0.12.4 +PDP_PIDIP_VERSION=0.12.8 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg @@ -4097,7 +4097,7 @@ fi -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` " diff --git a/configure.ac b/configure.ac index 632e822..056b99d 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.7 +PDP_PIDIP_VERSION=0.12.8 PD_DIR=/usr/local/pd PDP_DIR=/usr/local/pd/pdp FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg -- cgit v1.2.1