Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18140
Modified Files:
configure.ac
Log Message:
applied patch 1709455 from geoff biggs adding support for generic properties to
interfaces
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** configure.ac 23 Mar 2007 17:05:00 -0000 1.91
--- configure.ac 29 Apr 2007 07:18:42 -0000 1.92
***************
*** 101,105 ****
PYTHON_VERSION=`python -V 2>&1 | grep -o "[[0-9]][\.][[0-9]]"`
PYTHON_HEADER="python"$PYTHON_VERSION"/Python.h"
! if test ! -f "/usr/include/$PYTHON_HEADER"; then
PYTHON_HEADER=python/Python.h
fi
--- 101,105 ----
PYTHON_VERSION=`python -V 2>&1 | grep -o "[[0-9]][\.][[0-9]]"`
PYTHON_HEADER="python"$PYTHON_VERSION"/Python.h"
! if test ! -f "/usr/include/$PYTHON_HEADER"; then
PYTHON_HEADER=python/Python.h
fi
***************
*** 429,433 ****
AM_CONDITIONAL(WITH_IMAGEMAGICK, test "x$with_imagemagick" = "xyes")
! dnl check for gsl
if test "x$have_pkg_config" = "xyes"; then
PKG_CHECK_MODULES(GSL, gsl, with_gsl=yes, with_gsl=no)
--- 429,433 ----
AM_CONDITIONAL(WITH_IMAGEMAGICK, test "x$with_imagemagick" = "xyes")
! dnl check for gsl
if test "x$have_pkg_config" = "xyes"; then
PKG_CHECK_MODULES(GSL, gsl, with_gsl=yes, with_gsl=no)
***************
*** 588,591 ****
--- 588,592 ----
utils/xmms-plugin/Makefile
utils/logsplitter/Makefile
+ utils/playerprop/Makefile
dnl utils/barcodes/Makefile
config/Makefile)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit