[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (02922136f658f2eee3b2b6af47a94a68660e0cac)

Jaka Kranjc lynx at mages.ath.cx
Tue Mar 27 16:39:35 EDT 2007


On Tuesday 27 of March 2007 22:25:00 Pol Vinogradov wrote:
> GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:
>
>  ChangeLog                    |    4 +++
>  graphics-libs/cimg/BUILD     |   44 ++++++++++++++++++++++++++++++++++++++
>  graphics-libs/cimg/CONFIGURE |    5 ++++
>  graphics-libs/cimg/DEPENDS   |   49
> +++++++++++++++++++++++++++++++++++++++++++ graphics-libs/cimg/DETAILS   | 
>  21 ++++++++++++++++++
>  graphics-libs/cimg/HISTORY   |    2 +
>  graphics-libs/cimg/INSTALL   |   26 ++++++++++++++++++++++
>  7 files changed, 151 insertions(+)
>
> New commits:
> commit e08f96886635b79055bbd64a4571859dd09234ba
> Author: Pol Vinogradov <vin.public at gmail.com>
> Commit: Pol Vinogradov <vin.public at gmail.com>
>
>     graphics-libs/cimg: new spell, C++ template image processing library
>
> diff --git a/ChangeLog b/ChangeLog
> index 75eeca3..eccd794 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -40,6 +40,9 @@
>  	* audio-drivers/jackdmp: New spell, Jack audio server for SMP
>  	  machines.
>
> +2007-03-18 Pol Vinogradov <vin.public at gmail.com>
> +	* graphics-libs/cimg: new spell, C++ template image processing library
> +
>  2007-03-18 Thomas Orgis <soukus at sourcemage.org>
>  	* accounts,groups: add entries for bin
>
> @@ -48,6 +51,7 @@
>
>  2007-03-16 Ladislav Hagara <hgr at vabo.cz>
>  	* audio-plugins/xmms-nebulus: new spell, OpenGL visual plugin for XMMS
> +>>>>>>> b015920560ad8f9dd0cbb3dbe944d91c32214c87:ChangeLog
excess garbage detected.


> index 0000000..0671f19
> --- /dev/null
> +++ b/graphics-libs/cimg/BUILD
> @@ -0,0 +1,44 @@
> +if [[ "${CIMG_EXAMPLES}" == "y" ]]
> +then
> +  cd examples  &&
> +
> +  sedit "s:CFLAGS   =:CFLAGS   = ${CFLAGS}:" Makefile   &&
> +  sedit "s:LDFLAGS  =:LDFLAGS  = ${LDFLAGS}:" Makefile  &&
> +  sedit "s:/usr:${TRACK_ROOT}/usr:" Makefile  &&
I'm sorry, but here we go again.
This should use INSTALL_ROOT, since (I presume) the sedit alters the *install 
path*. TRACK_ROOT is used when you modify a file that will be used at 
*runtime*, for program-time (not cast time) runtime path lookup. The Makefile 
is most likely discarded, so it won't be available at runtime, program time. 
Time and again. xD

-- 
We cannot command nature except by obeying her.  --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: not available
Url : http://lists.ibiblio.org/pipermail/sm-commit/attachments/20070327/96d57d7c/attachment.bin 


More information about the SM-Commit mailing list