[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-svn
Subject:    E SVN: cedric IN trunk: eio emotion ethumb
From:       "Enlightenment SVN" <no-reply () enlightenment ! org>
Date:       2012-04-30 1:40:00
Message-ID: 20120430014001.67689118096 () e2 ! enlightenment ! org
[Download RAW message or body]

Log:
eio,ethumb,emotion: Fix build out of tree.
  
  Patch by J?\195?\169r?\195?\180me Pinot <ngc891@gmail.com>.
  

Author:       cedric
Date:         2012-04-29 18:40:00 -0700 (Sun, 29 Apr 2012)
New Revision: 70540
Trac:         http://trac.enlightenment.org/e/changeset/70540

Modified:
  trunk/eio/AUTHORS trunk/eio/ChangeLog trunk/eio/NEWS trunk/eio/configure.ac \
trunk/emotion/AUTHORS trunk/emotion/ChangeLog trunk/emotion/NEWS \
trunk/emotion/configure.ac trunk/ethumb/AUTHORS trunk/ethumb/ChangeLog \
trunk/ethumb/NEWS trunk/ethumb/configure.ac 

Modified: trunk/eio/AUTHORS
===================================================================
--- trunk/eio/AUTHORS	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/eio/AUTHORS	2012-04-30 01:40:00 UTC (rev 70540)
@@ -4,3 +4,4 @@
 Vincent "caro" Torri <vtorri at univ-evry dot fr>
 Mikael SANS <sans.mikael@gmail.com>
 Mike Blumenkrantz (zmike/discomfitor) <michael.blumenkrantz@gmail.com>
+Jérôme Pinot <ngc891@gmail.com>

Modified: trunk/eio/ChangeLog
===================================================================
--- trunk/eio/ChangeLog	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/eio/ChangeLog	2012-04-30 01:40:00 UTC (rev 70540)
@@ -1,3 +1,7 @@
 2012-04-26 Carsten Haitzler (The Rasterman)
 
 	* 1.0.0 release
+
+2012-04-30 Jérôme Pinot
+
+	* Fix build out of tree.

Modified: trunk/eio/NEWS
===================================================================
--- trunk/eio/NEWS	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/eio/NEWS	2012-04-30 01:40:00 UTC (rev 70540)
@@ -6,6 +6,7 @@
 Additions:
 
 Fixes:
+	- build out of tree.
 
 Improvements:
 

Modified: trunk/eio/configure.ac
===================================================================
--- trunk/eio/configure.ac	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/eio/configure.ac	2012-04-30 01:40:00 UTC (rev 70540)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || \
echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) +m4_define([v_rev], \
m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned \
directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))  \
m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 \
git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])  ##--   When \
released, remove the dnl on the below line  dnl m4_undefine([v_rev])

Modified: trunk/emotion/AUTHORS
===================================================================
--- trunk/emotion/AUTHORS	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/emotion/AUTHORS	2012-04-30 01:40:00 UTC (rev 70540)
@@ -4,3 +4,4 @@
 Sebastian Dransfeld <sd@tango.flipp.net>
 Cedric Bail <cedric.bail@free.fr>
 Rafael Antognolli <antognolli@profusion.mobi>
+Jérôme Pinot <ngc891@gmail.com>

Modified: trunk/emotion/ChangeLog
===================================================================
--- trunk/emotion/ChangeLog	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/emotion/ChangeLog	2012-04-30 01:40:00 UTC (rev 70540)
@@ -33,3 +33,7 @@
 2012-04-26 Carsten Haitzler (The Rasterman)
 
 	* 1.0.0 release
+
+2012-04-30 Jérôme Pinot
+
+	* Fix build out of tree.

Modified: trunk/emotion/NEWS
===================================================================
--- trunk/emotion/NEWS	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/emotion/NEWS	2012-04-30 01:40:00 UTC (rev 70540)
@@ -6,6 +6,7 @@
 Additions:
 
 Fixes:
+	- build out of tree.
 
 Improvements:
 

Modified: trunk/emotion/configure.ac
===================================================================
--- trunk/emotion/configure.ac	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/emotion/configure.ac	2012-04-30 01:40:00 UTC (rev 70540)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || \
echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) +m4_define([v_rev], \
m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned \
directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))  \
m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 \
git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])  ##--   When \
released, remove the dnl on the below line  dnl m4_undefine([v_rev])

Modified: trunk/ethumb/AUTHORS
===================================================================
--- trunk/ethumb/AUTHORS	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/ethumb/AUTHORS	2012-04-30 01:40:00 UTC (rev 70540)
@@ -1,3 +1,4 @@
 Rafael Antognolli <antognolli@profusion.mobi>
 Cedric Bail <cedric.bail@free.fr>
 Mikael SANS <sans.mikael@gmail.com>
+Jérôme Pinot <ngc891@gmail.com>

Modified: trunk/ethumb/ChangeLog
===================================================================
--- trunk/ethumb/ChangeLog	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/ethumb/ChangeLog	2012-04-30 01:40:00 UTC (rev 70540)
@@ -1,3 +1,7 @@
 2012-04-26 Carsten Haitzler (The Rasterman)
 
 	* 1.0.0 release
+
+2012-04-30 Jérôme Pinot
+
+	* Fix build out of tree configuration

Modified: trunk/ethumb/NEWS
===================================================================
--- trunk/ethumb/NEWS	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/ethumb/NEWS	2012-04-30 01:40:00 UTC (rev 70540)
@@ -6,6 +6,7 @@
 Additions:
 
 Fixes:
+	- build out of tree.
 
 Improvements:
 

Modified: trunk/ethumb/configure.ac
===================================================================
--- trunk/ethumb/configure.ac	2012-04-30 01:16:11 UTC (rev 70539)
+++ trunk/ethumb/configure.ac	2012-04-30 01:40:00 UTC (rev 70540)
@@ -3,7 +3,7 @@
 m4_define([v_maj], [1])
 m4_define([v_min], [0])
 m4_define([v_mic], [99])
-m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || \
echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n'])) +m4_define([v_rev], \
m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v '\(export\|Unversioned \
directory\)' || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))  \
m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 \
git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])  ##--   When \
released, remove the dnl on the below line  dnl m4_undefine([v_rev])


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-svn mailing list
enlightenment-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic