Enlightenment CVS committal Author : titan Project : e17 Module : proto
Dir : e17/proto/ephoto Modified Files: AUTHORS configure.in ephoto.spec.in Log Message: Autofoo work. =================================================================== RCS file: /cvs/e/e17/proto/ephoto/AUTHORS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- AUTHORS 9 Sep 2006 03:57:00 -0000 1.2 +++ AUTHORS 19 Sep 2006 01:08:34 -0000 1.3 @@ -1,5 +1 @@ Stephen "LinuxTitan" Houston <[EMAIL PROTECTED]> - -Special thanks to these guys for their support: -RbdPngn -ch4os =================================================================== RCS file: /cvs/e/e17/proto/ephoto/configure.in,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- configure.in 6 Sep 2006 05:29:16 -0000 1.6 +++ configure.in 19 Sep 2006 01:08:34 -0000 1.7 @@ -4,7 +4,7 @@ rm -f config.cache AC_INIT(configure.in) -AM_INIT_AUTOMAKE(ephoto, 1.5.0) +AM_INIT_AUTOMAKE(ephoto, 2.15.0) AM_CONFIG_HEADER(src/config.h) AC_ISC_POSIX @@ -108,6 +108,18 @@ AC_SUBST(edje_cflags) AC_SUBST(edje_libs) + +PROG="epsilon-config"; +AC_PATH_PROG(EPSILON_CONFIG, $PROG, "", $PATH) +if test -z "$EPSILON_CONFIG" ; then + echo $PROG " is not in your \$PATH. Please ensure it is."; + echo "Read the manual page for you shell as to how to extend your path."; + AC_MSG_ERROR(Cannot find $PROG) +fi +epsilon_cflags=`$EPSILON_CONFIG --cflags` +epsilon_libs=`$EPSILON_CONFIG --libs` +AC_SUBST(epsilon_cflags) +AC_SUBST(epsilon_libs) AC_OUTPUT([ Makefile =================================================================== RCS file: /cvs/e/e17/proto/ephoto/ephoto.spec.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ephoto.spec.in 20 Feb 2006 19:41:30 -0000 1.1 +++ ephoto.spec.in 19 Sep 2006 01:08:34 -0000 1.2 @@ -2,12 +2,12 @@ Name: @PACKAGE@ Version: @VERSION@ Release: 0.%(date '+%Y%m%d') -License: GPL +License: BSD Group: Applications/Multimedia -URL: http://www.enlightenment.org.au/ +URL: http://www.ecoding.org Source: %{name}-%{version}.tar.gz -Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <[EMAIL PROTECTED]>} -Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org.au/)} +Packager: %{?_packager:%{_packager}}%{!?_packager:Stephen Houston <[EMAIL PROTECTED]>} +Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:Ecoding Project (http://www.ecoding.org/)} Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}} #BuildSuggests: xorg-x11-devel BuildRequires: evas-devel ecore-devel ewl-devel epsilon-devel emotion-devel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs