diff --git a/legacy/ecore/AUTHORS b/legacy/ecore/AUTHORS index a220068e32..ebe354c817 100644 --- a/legacy/ecore/AUTHORS +++ b/legacy/ecore/AUTHORS @@ -1,3 +1,4 @@ +Myoungwoon Roy Kim(roy_kim) The Rasterman Tom Gilbert Burra diff --git a/legacy/ecore/README b/legacy/ecore/README index 59933eefa8..c90252829e 100644 --- a/legacy/ecore/README +++ b/legacy/ecore/README @@ -1,4 +1,4 @@ -Ecore 1.1.0 +Ecore 1.2.0 ****************************************************************************** diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index f4a5806344..80dc7f8bcf 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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' | sed 's/Unversioneddirectory/0/' | tr -d '\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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release relname]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([ecore], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([ecore], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/ecore/ecore-cocoa.pc.in b/legacy/ecore/ecore-cocoa.pc.in index 91fc4ee0ac..8c3ffa0346 100644 --- a/legacy/ecore/ecore-cocoa.pc.in +++ b/legacy/ecore/ecore-cocoa.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-cocoa Description: E core library, Cocoa module -@pkgconfig_requires_private@: @requirements_ecore_cocoa@ Version: @VERSION@ Libs: -L${libdir} -lecore_cocoa Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-con.pc.in b/legacy/ecore/ecore-con.pc.in index 9b188aa4e4..3c03c93500 100644 --- a/legacy/ecore/ecore-con.pc.in +++ b/legacy/ecore/ecore-con.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-con Description: E core library, Con module -@pkgconfig_requires_private@: @requirements_ecore_con@ Version: @VERSION@ Libs: -L${libdir} -lecore_con Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-config.pc.in b/legacy/ecore/ecore-config.pc.in index 0235eb867e..9849d27213 100644 --- a/legacy/ecore/ecore-config.pc.in +++ b/legacy/ecore/ecore-config.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-config Description: E core library, Config module -@pkgconfig_requires_private@: @requirements_ecore_config@ Version: @VERSION@ Libs: -L${libdir} -lecore_config Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-directfb.pc.in b/legacy/ecore/ecore-directfb.pc.in index 9eb104a10f..ac3a436f80 100644 --- a/legacy/ecore/ecore-directfb.pc.in +++ b/legacy/ecore/ecore-directfb.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-directfb Description: E core library, DirectFB module -@pkgconfig_requires_private@: @requirements_ecore_directfb@ Version: @VERSION@ Libs: -L${libdir} -lecore_directfb Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-evas.pc.in b/legacy/ecore/ecore-evas.pc.in index 155abbe974..9c394e426c 100644 --- a/legacy/ecore/ecore-evas.pc.in +++ b/legacy/ecore/ecore-evas.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-evas Description: E core library, Evas module -@pkgconfig_requires_private@: @requirements_ecore_evas@ Version: @VERSION@ Libs: -L${libdir} @ecore_evas_libs@ Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-fb.pc.in b/legacy/ecore/ecore-fb.pc.in index 4e70c48c77..7cb780d694 100644 --- a/legacy/ecore/ecore-fb.pc.in +++ b/legacy/ecore/ecore-fb.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-fb Description: E core library, FB module -@pkgconfig_requires_private@: @requirements_ecore_fb@ Version: @VERSION@ Libs: -L${libdir} -lecore_fb Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-file.pc.in b/legacy/ecore/ecore-file.pc.in index 833ff1e06f..44ca838748 100644 --- a/legacy/ecore/ecore-file.pc.in +++ b/legacy/ecore/ecore-file.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-file Description: E core library, File module -@pkgconfig_requires_private@: @requirements_ecore_file@ Version: @VERSION@ Libs: -L${libdir} -lecore_file Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-imf.pc.in b/legacy/ecore/ecore-imf.pc.in index cc155ed29a..60531623b0 100644 --- a/legacy/ecore/ecore-imf.pc.in +++ b/legacy/ecore/ecore-imf.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-imf Description: E core library, IMF module -@pkgconfig_requires_private@: @requirements_ecore_imf@ Version: @VERSION@ Libs: -L${libdir} -lecore_imf Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-input-evas.pc.in b/legacy/ecore/ecore-input-evas.pc.in index f95325c79d..eb79453562 100644 --- a/legacy/ecore/ecore-input-evas.pc.in +++ b/legacy/ecore/ecore-input-evas.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-input-evas Description: E core library, Input module Evas extension -@pkgconfig_requires_private@: @requirements_ecore_input_evas@ Version: @VERSION@ Libs: -L${libdir} -lecore_input_evas Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-input.pc.in b/legacy/ecore/ecore-input.pc.in index b670b71ccb..53e48a914f 100644 --- a/legacy/ecore/ecore-input.pc.in +++ b/legacy/ecore/ecore-input.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-input Description: E core library, Input module -@pkgconfig_requires_private@: @requirements_ecore_input@ Version: @VERSION@ Libs: -L${libdir} -lecore_input Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-ipc.pc.in b/legacy/ecore/ecore-ipc.pc.in index d66f404687..fd2f615a91 100644 --- a/legacy/ecore/ecore-ipc.pc.in +++ b/legacy/ecore/ecore-ipc.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-ipc Description: E core library, IPC module -@pkgconfig_requires_private@: @requirements_ecore_ipc@ Version: @VERSION@ Libs: -L${libdir} -lecore_ipc Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-psl1ght.pc.in b/legacy/ecore/ecore-psl1ght.pc.in index e81f4e8366..eca9e3bcae 100644 --- a/legacy/ecore/ecore-psl1ght.pc.in +++ b/legacy/ecore/ecore-psl1ght.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-psl1ght Description: E core library, PSL1GHT module -@pkgconfig_requires_private@: @requirements_ecore_psl1ght@ Version: @VERSION@ Libs: -L${libdir} -lecore_psl1ght -Libs.private: -lio -lsysutil -lgem -lcamera -lspurs Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-sdl.pc.in b/legacy/ecore/ecore-sdl.pc.in index 78170c1c41..6c96000bc6 100644 --- a/legacy/ecore/ecore-sdl.pc.in +++ b/legacy/ecore/ecore-sdl.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-sdl Description: E core library, SDL module -@pkgconfig_requires_private@: @requirements_ecore_sdl@ Version: @VERSION@ Libs: -L${libdir} -lecore_sdl Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-wayland.pc.in b/legacy/ecore/ecore-wayland.pc.in index f4f5cf3a0a..9093d858d4 100644 --- a/legacy/ecore/ecore-wayland.pc.in +++ b/legacy/ecore/ecore-wayland.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-wayland Description: E core library, Wayland module -@pkgconfig_requires_private@: @requirements_ecore_wayland@ Version: @VERSION@ Libs: -L${libdir} -lecore_wayland -Libs.private: -lwayland-client Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-win32.pc.in b/legacy/ecore/ecore-win32.pc.in index 17dba6ee6a..ddcbe71009 100644 --- a/legacy/ecore/ecore-win32.pc.in +++ b/legacy/ecore/ecore-win32.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-win32 Description: E core library, Win32 module -@pkgconfig_requires_private@: @requirements_ecore_win32@ Version: @VERSION@ Libs: -L${libdir} -lecore_win32 -Libs.private: Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-wince.pc.in b/legacy/ecore/ecore-wince.pc.in index c937e8871a..0e67976186 100644 --- a/legacy/ecore/ecore-wince.pc.in +++ b/legacy/ecore/ecore-wince.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-wince Description: E core library, WinCE module -@pkgconfig_requires_private@: @requirements_ecore_wince@ Version: @VERSION@ Libs: -L${libdir} -lecore_wince -Libs.private: @WIN32_LIBS@ Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore-x.pc.in b/legacy/ecore/ecore-x.pc.in index a02b42ba54..b3a69f9323 100644 --- a/legacy/ecore/ecore-x.pc.in +++ b/legacy/ecore/ecore-x.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-x Description: E core library, X module -@pkgconfig_requires_private@: @requirements_ecore_x@ Version: @VERSION@ Libs: -L${libdir} -lecore_x -Libs.private: @x_libs@ @ecore_x_libs_private@ -Cflags: -I${includedir}/ecore-@VMAJ@ @have_ecore_x_xcb_define@ +Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/legacy/ecore/ecore.pc.in b/legacy/ecore/ecore.pc.in index 950a96b221..a050620858 100644 --- a/legacy/ecore/ecore.pc.in +++ b/legacy/ecore/ecore.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore Description: Ecore event abstraction library -@pkgconfig_requires_private@: @requirements_ecore@ Version: @VERSION@ -Libs: -L${libdir} -lecore -Libs.private: -lm -Cflags: -I${includedir}/ecore-@VMAJ@ +Libs: -L${libdir} -lecore @EINA_LIBS@ +Cflags: -I${includedir}/ecore-@VMAJ@ @EINA_CFLAGS@ diff --git a/legacy/ecore/po/cs.po b/legacy/ecore/po/cs.po index fb209db41e..4492269061 100644 --- a/legacy/ecore/po/cs.po +++ b/legacy/ecore/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-10-23 01:28+0100\n" "Last-Translator: Daniel Kolesa \n" "Language-Team: Czech \n" diff --git a/legacy/ecore/po/de.po b/legacy/ecore/po/de.po index 1c02a31b6e..9dacdbf6cb 100644 --- a/legacy/ecore/po/de.po +++ b/legacy/ecore/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore 0.9.9.063-2\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2010-01-03 21:52+GMT\n" "Last-Translator: Fabian Nowak \n" "Language-Team: German \n" diff --git a/legacy/ecore/po/el.po b/legacy/ecore/po/el.po index c65bd1d237..0dd56bdbf4 100644 --- a/legacy/ecore/po/el.po +++ b/legacy/ecore/po/el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-11-20 22:42+0200\n" "Last-Translator: George Rizopoulos \n" "Language-Team: Greek\n" diff --git a/legacy/ecore/po/fr.po b/legacy/ecore/po/fr.po index a5d5b7c85c..3435366543 100644 --- a/legacy/ecore/po/fr.po +++ b/legacy/ecore/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2010-07-11 11:01+0400\n" "Last-Translator: batden \n" "Language-Team: Enlightenment French Team \n" diff --git a/legacy/ecore/po/it.po b/legacy/ecore/po/it.po index b8e858a8b2..45ceb9fd15 100644 --- a/legacy/ecore/po/it.po +++ b/legacy/ecore/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2009-10-27 19:36+0100\n" "Last-Translator: quaker66 \n" "Language-Team: none\n" diff --git a/legacy/ecore/po/nl.po b/legacy/ecore/po/nl.po index 324881e5f9..54785e201b 100644 --- a/legacy/ecore/po/nl.po +++ b/legacy/ecore/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-09-03 15:48+0100\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: \n" diff --git a/legacy/ecore/po/pt.po b/legacy/ecore/po/pt.po index 4f523171d1..3892c6b90a 100644 --- a/legacy/ecore/po/pt.po +++ b/legacy/ecore/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2010-10-06 12:37-0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: \n" diff --git a/legacy/ecore/po/sl.po b/legacy/ecore/po/sl.po index f18c330ccc..f16b172d8e 100644 --- a/legacy/ecore/po/sl.po +++ b/legacy/ecore/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore 1.0\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-02-24 16:54+0100\n" "Last-Translator: r1to \n" "Language-Team: Slovenian \n" diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index 1140b34dae..f3d8a70af0 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -394,7 +394,7 @@ EAPI int ecore_shutdown(void); */ #define ECORE_VERSION_MAJOR 1 -#define ECORE_VERSION_MINOR 0 +#define ECORE_VERSION_MINOR 2 typedef struct _Ecore_Version { diff --git a/legacy/edje/README b/legacy/edje/README index 96ae53ddc5..9af4e36369 100644 --- a/legacy/edje/README +++ b/legacy/edje/README @@ -1,4 +1,4 @@ -Edje 1.1.0 +Edje 1.2.0 ****************************************************************************** diff --git a/legacy/edje/configure.ac b/legacy/edje/configure.ac index 56e241dcce..5feb334b75 100644 --- a/legacy/edje/configure.ac +++ b/legacy/edje/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release relname]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([edje], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([edje], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/edje/edje.pc.in b/legacy/edje/edje.pc.in index 1f2befe779..1e379a13ae 100644 --- a/legacy/edje/edje.pc.in +++ b/legacy/edje/edje.pc.in @@ -9,8 +9,6 @@ vmaj=@VMAJ@ Name: edje Description: Enlightened graphical design and layout engine. -@pkgconfig_requires_private@: @requirement_edje@ Version: @VERSION@ Libs: -L${libdir} -ledje -Libs.private: @lua_libs@ Cflags: -I${includedir}/edje-@VMAJ@ diff --git a/legacy/eet/README b/legacy/eet/README index 3f6246f2f2..416214bec3 100644 --- a/legacy/eet/README +++ b/legacy/eet/README @@ -1,4 +1,4 @@ -Eet 1.1.0 +Eet 1.6.0 ****************************************************************************** diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 70c8dbc21a..35992acf3d 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [5]) -m4_define([v_mic], [99]) +m4_define([v_min], [6]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-05]) dnl m4_define([v_rel], [-release relname]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([eet], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([eet], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/eet/eet.pc.in b/legacy/eet/eet.pc.in index f7a3bf1097..f4653c17e6 100644 --- a/legacy/eet/eet.pc.in +++ b/legacy/eet/eet.pc.in @@ -5,9 +5,6 @@ includedir=@includedir@ Name: eet Description: Library for speedy data storage, retrieval, and compression -@pkgconfig_requires_private@: @requirement_eet@ Version: @VERSION@ Libs: -L${libdir} -leet -Libs.private: @EET_LIBS@ @EFL_FNMATCH_LIBS@ @LIBGCRYPT_LIBS@ -ljpeg -lz -lm Cflags: -I${includedir}/eet-@VMAJ@ -Cflags.private: @LIBGCRYPT_CFLAGS@ diff --git a/legacy/eeze/README b/legacy/eeze/README index 7fe5d71c02..fa48c5ea9a 100644 --- a/legacy/eeze/README +++ b/legacy/eeze/README @@ -1,4 +1,4 @@ -Eeze 1.1.0 +Eeze 1.2.0 ****************************************************************************** diff --git a/legacy/eeze/configure.ac b/legacy/eeze/configure.ac index 219dc4344a..7202a75e73 100644 --- a/legacy/eeze/configure.ac +++ b/legacy/eeze/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])]) m4_define([lt_cur], m4_eval(v_maj + v_min)) @@ -15,7 +15,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([eeze], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([eeze], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/eeze/eeze.pc.in b/legacy/eeze/eeze.pc.in index 606b789c23..4633764592 100644 --- a/legacy/eeze/eeze.pc.in +++ b/legacy/eeze/eeze.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: eeze Description: device convenience library for efl -@pkgconfig_requires_private@: @requirement_eeze@ Version: @VERSION@ Libs: -L${libdir} -leeze Cflags: -I${includedir}/eeze-@VMAJ@ diff --git a/legacy/efreet/README b/legacy/efreet/README index de9e031b1a..907a327d4f 100644 --- a/legacy/efreet/README +++ b/legacy/efreet/README @@ -1,4 +1,4 @@ -Efreet 1.1.0 +Efreet 1.2.0 ****************************************************************************** diff --git a/legacy/efreet/configure.ac b/legacy/efreet/configure.ac index d04ea91e46..839535b173 100644 --- a/legacy/efreet/configure.ac +++ b/legacy/efreet/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release relname]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([efreet], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([efreet], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/efreet/efreet-mime.pc.in b/legacy/efreet/efreet-mime.pc.in index d65101799d..cf015c817c 100644 --- a/legacy/efreet/efreet-mime.pc.in +++ b/legacy/efreet/efreet-mime.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: efreet-mime Description: Freedesktop Shared Mime Info standard implementation for the EFL -@pkgconfig_requires_private@: @requirement_efreet@ Version: @VERSION@ Libs: -L${libdir} -lefreet_mime Cflags: -I${includedir}/efreet-@VMAJ@ diff --git a/legacy/efreet/efreet-trash.pc.in b/legacy/efreet/efreet-trash.pc.in index 5a4ccf87b3..49bbe6affd 100644 --- a/legacy/efreet/efreet-trash.pc.in +++ b/legacy/efreet/efreet-trash.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: efreet-trash Description: Freedesktop Shared Trash implementation for the EFL -@pkgconfig_requires_private@: @requirement_efreet@ Version: @VERSION@ Libs: -L${libdir} -lefreet_trash Cflags: -I${includedir}/efreet-@VMAJ@ diff --git a/legacy/efreet/efreet.pc.in b/legacy/efreet/efreet.pc.in index 2f4db8ec6d..2a86c29baa 100644 --- a/legacy/efreet/efreet.pc.in +++ b/legacy/efreet/efreet.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: efreet Description: Freedesktop standards implementation for the EFL -@pkgconfig_requires_private@: @requirement_efreet@ Version: @VERSION@ Libs: -L${libdir} -lefreet Cflags: -I${includedir}/efreet-@VMAJ@ diff --git a/legacy/eina/README b/legacy/eina/README index 6569de7a64..cb8b0c6716 100644 --- a/legacy/eina/README +++ b/legacy/eina/README @@ -1,4 +1,4 @@ -Eina 1.1.0 +Eina 1.2.0 ****************************************************************************** diff --git a/legacy/eina/configure.ac b/legacy/eina/configure.ac index f5e3f43185..38fb13d2b0 100644 --- a/legacy/eina/configure.ac +++ b/legacy/eina/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release relname]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([eina], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([eina], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/eina/eina.pc.in b/legacy/eina/eina.pc.in index eb8a016091..787970695c 100644 --- a/legacy/eina/eina.pc.in +++ b/legacy/eina/eina.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: Eina Description: A Library that implements fast data types and miscellaneous tools -@pkgconfig_requires_private@: @requirement_eina@ Version: @VERSION@ Libs: -L${libdir} -leina @EFL_PTHREAD_LIBS@ -Libs.private: @EFL_FNMATCH_LIBS@ @EFL_PTHREAD_LIBS@ @rt_libs@ @iconv_libs@ @EINA_LIBS@ Cflags: -I${includedir}/eina-@VMAJ@ -I${includedir}/eina-@VMAJ@/eina diff --git a/legacy/eio/README b/legacy/eio/README index 6ffba576b8..9ebc9b2aba 100644 --- a/legacy/eio/README +++ b/legacy/eio/README @@ -1,3 +1,12 @@ +EIO 1.0.0 + +****************************************************************************** + + FOR ANY ISSUES PLEASE EMAIL: + enlightenment-devel@lists.sourceforge.net + +****************************************************************************** + Enlightenment Input Output Library ================================== @@ -8,3 +17,11 @@ should integrate all the features/functions of Ecore_File that could block. This should become one day part of what we call the EFL and be a dependence of E17. Feel free to contribute, help is always appreciated ! +------------------------------------------------------------------------------ +COMPILING AND INSTALLING: + + ./configure + make +(do this as root unless you are installing in your users directories): + make install + diff --git a/legacy/eio/configure.ac b/legacy/eio/configure.ac index bcf417c804..082425e8de 100644 --- a/legacy/eio/configure.ac +++ b/legacy/eio/configure.ac @@ -1,15 +1,15 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -m4_define([v_maj], [0]) -m4_define([v_min], [1]) +m4_define([v_maj], [1]) +m4_define([v_min], [0]) m4_define([v_mic], [0]) 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_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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line -m4_define([relname], [ver-pre-svn-09]) -m4_define([v_rel], [-release relname]) +dnl m4_define([relname], [ver-pre-svn-09]) +dnl m4_define([v_rel], [-release relname]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])]) @@ -19,8 +19,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([eio], [v_ver], [enlightenment-devel@lists.sourceforge.net]) -release="ver-pre-svn-07" +AC_INIT([eio], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) @@ -44,10 +43,10 @@ AC_PROG_LIBTOOL ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], , [m4_define([v_rev], [0])]) m4_ifdef([v_rel], , [m4_define([v_rel], [])]) -AC_DEFINE_UNQUOTED(VERS_MAJ, [v_maj], [Major version]) -AC_DEFINE_UNQUOTED(VERS_MIN, [v_min], [Minor version]) -AC_DEFINE_UNQUOTED(VERS_MIC, [v_mic], [Micro version]) -AC_DEFINE_UNQUOTED(VERS_REV, [v_rev], [Revison]) +AC_DEFINE_UNQUOTED(VMAJ, [v_maj], [Major version]) +AC_DEFINE_UNQUOTED(VMIN, [v_min], [Minor version]) +AC_DEFINE_UNQUOTED(VMIC, [v_mic], [Micro version]) +AC_DEFINE_UNQUOTED(VREV, [v_rev], [Revison]) version_info="lt_rev:lt_cur:lt_age" release_info="v_rel" AC_SUBST(version_info) diff --git a/legacy/eio/eio.pc.in b/legacy/eio/eio.pc.in index 24e409b824..3a2ce8b4ba 100644 --- a/legacy/eio/eio.pc.in +++ b/legacy/eio/eio.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: eio Description: Enlightenned Asynchronous Input Output library -@pkgconfig_requires_private@: @requirements_eio@ Version: @VERSION@ Libs: -L${libdir} -leio -Libs.private: -lm Cflags: -I${includedir}/eio-@VMAJ@ diff --git a/legacy/eio/src/lib/Eio.h b/legacy/eio/src/lib/Eio.h index 221d3aba38..3ac58a1ae9 100644 --- a/legacy/eio/src/lib/Eio.h +++ b/legacy/eio/src/lib/Eio.h @@ -64,6 +64,19 @@ extern "C" { #endif +#define EIO_VERSION_MAJOR 1 +#define EIO_VERSION_MINOR 0 + + typedef struct _Eio_Version + { + int major; + int minor; + int micro; + int revision; + } Eio_Version; + + EAPI extern Eio_Version *eio_version; + /** * @defgroup Eio_Group Eio Reference API * diff --git a/legacy/eio/src/lib/eio_main.c b/legacy/eio/src/lib/eio_main.c index dc1993d1cb..8f291aa034 100644 --- a/legacy/eio/src/lib/eio_main.c +++ b/legacy/eio/src/lib/eio_main.c @@ -23,6 +23,9 @@ * Local * *============================================================================*/ +static Eio_Version _version = { VMAJ, VMIN, VMIC, VREV }; +EAPI Eio_Version *eio_version = &_version; + /** * @cond LOCAL */ diff --git a/legacy/embryo/README b/legacy/embryo/README index 4ad9b3d92e..f2cd74934a 100644 --- a/legacy/embryo/README +++ b/legacy/embryo/README @@ -1,4 +1,4 @@ -Embryo +Embryo 1.2.0 ****************************************************************************** diff --git a/legacy/embryo/configure.ac b/legacy/embryo/configure.ac index ab11d25f6d..c509422faf 100644 --- a/legacy/embryo/configure.ac +++ b/legacy/embryo/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release ver-pre-svn-07]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([embryo], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([embryo], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/embryo/embryo.pc.in b/legacy/embryo/embryo.pc.in index 540f27cc56..9c6b25bfba 100644 --- a/legacy/embryo/embryo.pc.in +++ b/legacy/embryo/embryo.pc.in @@ -8,8 +8,6 @@ embryoincludedir=@embryoincludedir@ Name: embryo Description: A small virtual machine engine and bytecode compiler -@pkgconfig_requires_private@: @requirement_embryo@ Version: @VERSION@ Libs: -L${libdir} -lembryo -Libs.private: @EFL_FNMATCH_LIBS@ -lm Cflags: -I${includedir}/embryo-@VMAJ@ diff --git a/legacy/emotion/README b/legacy/emotion/README index c64cc15dda..65a06385f2 100644 --- a/legacy/emotion/README +++ b/legacy/emotion/README @@ -1 +1,22 @@ -Emotion 0.0.1 +Emotion 1.0.0 + +****************************************************************************** + + FOR ANY ISSUES PLEASE EMAIL: + enlightenment-devel@lists.sourceforge.net + +****************************************************************************** + +Emotion is a video (and audio) codec playback library that acts as a +front-end to libxine or gstreamer (or something else more generic) +that provides and evas object as a control object and video output +point. It makes using video API's much simpler and easier while it's +at it. + +------------------------------------------------------------------------------ +COMPILING AND INSTALLING: + + ./configure + make +(do this as root unless you are installing in your users directories): + make install diff --git a/legacy/emotion/configure.ac b/legacy/emotion/configure.ac index 21305b423a..d41d5cc32f 100644 --- a/legacy/emotion/configure.ac +++ b/legacy/emotion/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -m4_define([v_maj], [0]) -m4_define([v_min], [2]) +m4_define([v_maj], [1]) +m4_define([v_min], [0]) m4_define([v_mic], [0]) 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_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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line m4_define([relname], [ver-pre-svn-07]) m4_define([v_rel], [-release relname]) @@ -19,7 +19,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([emotion], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([emotion], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.60]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/emotion/emotion.pc.in b/legacy/emotion/emotion.pc.in index 5126c3b0bc..652e20fbc5 100644 --- a/legacy/emotion/emotion.pc.in +++ b/legacy/emotion/emotion.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: emotion Description: Emotion evas based multimedia library -@pkgconfig_requires_private@: @requirement_emotion@ Version: @VERSION@ Libs: -L${libdir} -lemotion Cflags: -I${includedir}/emotion-@VMAJ@ diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index e7e214fac0..2a624dc4bc 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h @@ -243,6 +243,19 @@ typedef enum _Emotion_Aspect Emotion_Aspect; /**< Aspect ratio option. */ extern "C" { #endif +#define EMOTION_VERSION_MAJOR 1 +#define EMOTION_VERSION_MINOR 0 + + typedef struct _Emotion_Version + { + int major; + int minor; + int micro; + int revision; + } Emotion_Version; + + EAPI extern Emotion_Version *emotion_version; + /* api calls available */ /** diff --git a/legacy/emotion/src/lib/emotion_main.c b/legacy/emotion/src/lib/emotion_main.c index 81809474fc..7fd93e8f6c 100644 --- a/legacy/emotion/src/lib/emotion_main.c +++ b/legacy/emotion/src/lib/emotion_main.c @@ -22,6 +22,9 @@ #include "Emotion.h" #include "emotion_private.h" +static Emotion_Version _version = { VMAJ, VMIN, VMIC, VREV }; +EAPI Emotion_Version *emotion_version = &_version; + EAPI int EMOTION_WEBCAM_UPDATE = 0; struct ext_match_s diff --git a/legacy/ethumb/README b/legacy/ethumb/README index 906dbc9e75..c0d5fdc86d 100644 --- a/legacy/ethumb/README +++ b/legacy/ethumb/README @@ -1,4 +1,13 @@ - Ethumb - Thumbnail generation library +Ethumb 1.0.0 + +****************************************************************************** + + FOR ANY ISSUES PLEASE EMAIL: + enlightenment-devel@lists.sourceforge.net + +****************************************************************************** + +Ethumb - Thumbnail generation library FEATURES @@ -49,3 +58,12 @@ Client server provides the following: sockets * interface of client library is independent of the communication method selected + +------------------------------------------------------------------------------ +COMPILING AND INSTALLING: + + ./configure + make +(do this as root unless you are installing in your users directories): + make install + diff --git a/legacy/ethumb/configure.ac b/legacy/ethumb/configure.ac index c7b23ee313..9cebec55ee 100644 --- a/legacy/ethumb/configure.ac +++ b/legacy/ethumb/configure.ac @@ -1,15 +1,15 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -m4_define([v_maj], [0]) -m4_define([v_min], [1]) -m4_define([v_mic], [1]) +m4_define([v_maj], [1]) +m4_define([v_min], [0]) +m4_define([v_mic], [0]) 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_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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line -m4_define([relname], [ver-pre-svn-09]) -m4_define([v_rel], [-release relname]) +dnl m4_define([relname], [ver-pre-svn-09]) +dnl m4_define([v_rel], [-release relname]) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])]) @@ -19,7 +19,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([ethumb], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([ethumb], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) @@ -44,10 +44,10 @@ _XTERM_COLORS ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_ifdef([v_rev], , [m4_define([v_rev], [0])]) m4_ifdef([v_rel], , [m4_define([v_rel], [])]) -AC_DEFINE_UNQUOTED(VERS_MAJ, [v_maj], [Major version]) -AC_DEFINE_UNQUOTED(VERS_MIN, [v_min], [Minor version]) -AC_DEFINE_UNQUOTED(VERS_MIC, [v_mic], [Micro version]) -AC_DEFINE_UNQUOTED(VERS_REV, [v_rev], [Revison]) +AC_DEFINE_UNQUOTED(VMAJ, [v_maj], [Major version]) +AC_DEFINE_UNQUOTED(VMIN, [v_min], [Minor version]) +AC_DEFINE_UNQUOTED(VMIC, [v_mic], [Micro version]) +AC_DEFINE_UNQUOTED(VREV, [v_rev], [Revison]) version_info="lt_rev:lt_cur:lt_age" release_info="v_rel" AC_SUBST(version_info) @@ -131,7 +131,7 @@ PKG_CHECK_MODULES(EET, [eet >= 1.4.0]) EFL_WITH_BIN([edje], [edje-cc], [edje_cc]) requirement_ethumb="eina >= 1.0.0 evas >= 1.0.0 ecore >= 1.0.0 ecore-evas >= 1.0.0 ecore-file >= 1.0.0 edje >= 1.0.0" -requirement_ethumb_client="ethumb edbus >= 1.0.0" +requirement_ethumb_client="" AM_CONDITIONAL(HAVE_EMOTION, false) define([CHECK_MODULE_EMOTION], diff --git a/legacy/ethumb/ethumb.pc.in b/legacy/ethumb/ethumb.pc.in index 233e2ed397..ab093ddfa0 100644 --- a/legacy/ethumb/ethumb.pc.in +++ b/legacy/ethumb/ethumb.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ethumb Description: Thumbnail Generator Library -Requires: @requirement_ethumb@ Version: @VERSION@ Libs: -L${libdir} -lethumb Cflags: -I${includedir}/ethumb-@VMAJ@ diff --git a/legacy/ethumb/ethumb_client.pc.in b/legacy/ethumb/ethumb_client.pc.in index c9eebc6561..efebe5dd72 100644 --- a/legacy/ethumb/ethumb_client.pc.in +++ b/legacy/ethumb/ethumb_client.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ethumb_client Description: Thumbnail Client Library -Requires: @requirement_ethumb_client@ Version: @VERSION@ Libs: -L${libdir} -lethumb_client Cflags: -I${includedir}/ethumb-@VMAJ@ diff --git a/legacy/ethumb/src/lib/Ethumb.h b/legacy/ethumb/src/lib/Ethumb.h index 236ddead4c..d5ba35cfda 100644 --- a/legacy/ethumb/src/lib/Ethumb.h +++ b/legacy/ethumb/src/lib/Ethumb.h @@ -33,6 +33,19 @@ extern "C" { #endif +#define ETHUMB_VERSION_MAJOR 1 +#define ETHUMB_VERSION_MINOR 0 + + typedef struct _Ethumb_Version + { + int major; + int minor; + int micro; + int revision; + } Ethumb_Version; + + EAPI extern Ethumb_Version *ethumb_version; + /** * @defgroup Ethumb Ethumb * diff --git a/legacy/ethumb/src/lib/ethumb.c b/legacy/ethumb/src/lib/ethumb.c index c097fbe382..07ac716ac7 100644 --- a/legacy/ethumb/src/lib/ethumb.c +++ b/legacy/ethumb/src/lib/ethumb.c @@ -77,6 +77,9 @@ void *alloca (size_t); #include #endif +static Ethumb_Version _version = { VMAJ, VMIN, VMIC, VREV }; +EAPI Ethumb_Version *ethumb_version = &_version; + static int _log_dom = -1; #define DBG(...) EINA_LOG_DOM_DBG(_log_dom, __VA_ARGS__) #define INF(...) EINA_LOG_DOM_INFO(_log_dom, __VA_ARGS__) diff --git a/legacy/evas/README b/legacy/evas/README index 6cd6b6a86f..e8da700f28 100644 --- a/legacy/evas/README +++ b/legacy/evas/README @@ -1,4 +1,4 @@ -Evas 1.1.0 +Evas 1.2.0 ****************************************************************************** diff --git a/legacy/evas/configure.ac b/legacy/evas/configure.ac index 9cc35c1453..182ac3e5ba 100644 --- a/legacy/evas/configure.ac +++ b/legacy/evas/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release relname]) @@ -31,7 +31,7 @@ AC_CACHE_CHECK([whether the Objective C compiler works], AC_LANG_POP([Objective C])])], [rw_cv_prog_objc_works=no]) ]) -AC_INIT([evas], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([evas], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/legacy/evas/evas.pc.in b/legacy/evas/evas.pc.in index 70755edfd1..13b458f3cb 100644 --- a/legacy/evas/evas.pc.in +++ b/legacy/evas/evas.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: evas Description: Evas canvas display library -@pkgconfig_requires_private@: @requirement_evas@ Version: @VERSION@ -Libs: -L${libdir} -levas -Libs.private: @EFL_FNMATCH_LIBS@ @pthread_libs@ -Cflags: -I${includedir}/evas-@VMAJ@ +Libs: -L${libdir} -levas @EINA_LIBS@ +Cflags: -I${includedir}/evas-@VMAJ@ @EINA_CFLAGS@