Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1eae9444c23e2182845e15aece00cfc5d7ed664d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1eae9444c23e2182845e15aece00cfc5d7ed664d)
  • Date: Sun, 29 Jan 2012 12:21:41 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

http/lightspark/CONFIGURE | 2 ++
http/lightspark/DEPENDS | 25 +++++++++++++++++++++++--
http/lightspark/DETAILS | 4 ++--
http/lightspark/HISTORY | 5 +++++
4 files changed, 32 insertions(+), 4 deletions(-)

New commits:
commit 1eae9444c23e2182845e15aece00cfc5d7ed664d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lightspark: => 0.5.4

diff --git a/http/lightspark/CONFIGURE b/http/lightspark/CONFIGURE
new file mode 100755
index 0000000..25a74be
--- /dev/null
+++ b/http/lightspark/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_list AUDIO "which audio backend?" pulseaudio sdl none
+
diff --git a/http/lightspark/DEPENDS b/http/lightspark/DEPENDS
index b2ab876..a941ad2 100755
--- a/http/lightspark/DEPENDS
+++ b/http/lightspark/DEPENDS
@@ -1,4 +1,25 @@
depends llvm &&
+depends zlib &&
depends curl &&
-depends pulseaudio &&
-depends libxml++
+depends -sub CXX gcc &&
+depends libxml++ &&
+depends pkgconfig &&
+depends freetype2 &&
+depends gettext &&
+depends libx11 &&
+depends cairo &&
+depends boost &&
+depends JPEG &&
+depends LIBAVCODEC &&
+depends OPENGL &&
+depends glew &&
+depends cmake &&
+depends pcre &&
+depends nasm &&
+depends glib2 &&
+depends glibmm &&
+depends gtk+2 &&
+if [[ $AUDIO != none ]];then
+ depends $AUDIO "-DAUDIO_BACKEND=$AUDIO"
+fi &&
+optional_depends xulrunner '' '' 'build browser plugin'
diff --git a/http/lightspark/DETAILS b/http/lightspark/DETAILS
index 9f8aafa..c6fcdae 100755
--- a/http/lightspark/DETAILS
+++ b/http/lightspark/DETAILS
@@ -1,9 +1,9 @@
SPELL=lightspark
- VERSION=0.5.0
+ VERSION=0.5.4
+
SOURCE_HASH=sha512:a9b429d1a0f6c826ce79e5a9253165299072ff14ef68bb6ebddfa72cf53cefc9f1c0a011d06ad6e9918c3c8c35e6b8ccb286b172331f8b8beeff8da59da4b62f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=http://launchpad.net/$SPELL/trunk/lightspark-$VERSION/+download/$SOURCE
-
SOURCE_HASH=sha512:6d61e6b22ebf502eafe198b9a252dc116e94dad2d984f5f0adcd06b46eaf1e2d53be79f1e8df37cca840e98c6273f97ad1df4ed7afd52c0a995807ce2bf11bc6
WEB_SITE=http://sourceforge.net/apps/trac/lightspark
ENTERED=20110528
LICENSE[0]=GPL
diff --git a/http/lightspark/HISTORY b/http/lightspark/HISTORY
index 44dc932..abd156c 100644
--- a/http/lightspark/HISTORY
+++ b/http/lightspark/HISTORY
@@ -1,3 +1,8 @@
+2012-01-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.4
+ * DEPENDS: add lots of depends
+ * CONFIGURE: added
+
2011-07-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.5.0




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1eae9444c23e2182845e15aece00cfc5d7ed664d), Treeve Jelbert, 01/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page