Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (02922136f658f2eee3b2b6af47a94a68660e0cac)
  • Date: Tue, 27 Mar 2007 22:39:35 +0200

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

Attachment: pgpKeXYk_x9uG.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page