Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b7c46527a1800205916f8684a7da5b6a620569f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <pyrobor AT ver.si>
  • To: sm-commit AT lists.ibiblio.org, Ladislav Hagara <hgr AT vabo.cz>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (b7c46527a1800205916f8684a7da5b6a620569f3)
  • Date: Sun, 29 May 2011 08:06:35 +0200

On Sunday 29 of May 2011 04:21:54 Ladislav Hagara wrote:
> GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:
>
> ChangeLog | 3 +++
> http/lightspark/BUILD | 2 ++
> http/lightspark/DEPENDS | 4 ++++
> http/lightspark/DETAILS | 13 +++++++++++++
> http/lightspark/HISTORY | 2 ++
> 5 files changed, 24 insertions(+)
>
> New commits:
> commit b7c46527a1800205916f8684a7da5b6a620569f3
> Author: Ladislav Hagara <hgr AT vabo.cz>
> Commit: Ladislav Hagara <hgr AT vabo.cz>
>
> http/lightspark: new spell, free flash player implementation
>
> diff --git a/ChangeLog b/ChangeLog
> index 1436a09..05ed2ce 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,6 @@
> +2011-05-29 Ladislav Hagara <hgr AT vabo.cz>
> + * http/lightspark: new spell, free flash player implementation
> +
> 2011-05-27 Arjan Bouter <abouter AT sourcemage.org>
> * fonts-x11/unifont: new spell, gnu unifont (unicode font)
>
> diff --git a/http/lightspark/BUILD b/http/lightspark/BUILD
> new file mode 100755
> index 0000000..760e1eb
> --- /dev/null
> +++ b/http/lightspark/BUILD
> @@ -0,0 +1,2 @@
> +cmake_build

You should add option to build plugin too. I think you need
"-DCOMPILE_PLUGIN=1" in $OPTS. Ofcourse it would be best that it is optional.


> diff --git a/http/lightspark/DEPENDS b/http/lightspark/DEPENDS
> new file mode 100755
> index 0000000..b2ab876
> --- /dev/null
> +++ b/http/lightspark/DEPENDS
> @@ -0,0 +1,4 @@
> +depends llvm &&
> +depends curl &&
> +depends pulseaudio &&
> +depends libxml++
You sure that only those spells are needed ? A needed much more dependency
when creating my own spell. (
https://github.com/PyroBor/pyrogrimoire/blob/master/http/lightspark/DEPENDS
). Arch also has much more dependencies
http://www.archlinux.org/packages/community/x86_64/lightspark/ . Some of them
might be needed just for plugin...

Regards, Bor

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page