Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5f7af3a3f332650dabc0faac52b99234efb4df22)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5f7af3a3f332650dabc0faac52b99234efb4df22)
  • Date: Wed, 26 Sep 2007 00:26:00 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

audio-soft/gnupod/DEPENDS | 1 +
audio-soft/gnupod/DETAILS | 2 +-
audio-soft/gnupod/HISTORY | 3 +++
http/gnash/DEPENDS | 3 ++-
http/gnash/HISTORY | 4 ++++
http/gnash/INSTALL | 3 +++
6 files changed, 14 insertions(+), 2 deletions(-)

New commits:
commit 7ae70b34e3d8daa5a161c05c78710d126cef5bda
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

gnupod: version update

commit bcd56beb4411edde8a869c606e537005c12e8beb
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

gnash: minor bugfixes, thanks to Bearcat

diff --git a/audio-soft/gnupod/3A2F207A.gpg b/audio-soft/gnupod/3A2F207A.gpg
old mode 100644
new mode 100755
diff --git a/audio-soft/gnupod/DEPENDS b/audio-soft/gnupod/DEPENDS
index 0a80753..e342111 100755
--- a/audio-soft/gnupod/DEPENDS
+++ b/audio-soft/gnupod/DEPENDS
@@ -1,5 +1,6 @@
depends perl &&
depends digest-md5 &&
+depends digest-sha1 &&
depends unicode-string &&
depends mp3-info &&
depends lwp &&
diff --git a/audio-soft/gnupod/DETAILS b/audio-soft/gnupod/DETAILS
index 46e92da..0f2f6c2 100755
--- a/audio-soft/gnupod/DETAILS
+++ b/audio-soft/gnupod/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnupod
- VERSION=0.99.3
+ VERSION=0.99.4
SOURCE="${SPELL}-${VERSION}.tgz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://www.blinkenlights.ch/${SPELL}-dist/stable/${SOURCE}
diff --git a/audio-soft/gnupod/HISTORY b/audio-soft/gnupod/HISTORY
index d6fbe15..a0f7dbd 100644
--- a/audio-soft/gnupod/HISTORY
+++ b/audio-soft/gnupod/HISTORY
@@ -1,3 +1,6 @@
+2007-09-22 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated spell to 0.99.4
+
2007-09-02 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* 3A2F207A.gpg: added gpg keyring
* DETAILS: updated spell to 0.99.3
diff --git a/http/gnash/DEPENDS b/http/gnash/DEPENDS
index 7b8ec40..95c2273 100755
--- a/http/gnash/DEPENDS
+++ b/http/gnash/DEPENDS
@@ -32,6 +32,7 @@ if [[ "${GNASH_GUI}" == "GTK" ]]; then
depends pango
elif [[ "${GNASH_GUI}" == "KDE" ]]; then
depends kdebase '--enable-gui=kde' &&
- depends kdelibs '--enable-kparts'
+ depends kdelibs '--enable-kparts' &&
+ depends qt-x11 '--with-qt-incl=/usr/include/qt --with-qt-lib=/usr/lib'
fi

diff --git a/http/gnash/HISTORY b/http/gnash/HISTORY
index ab1ca6a..f0d56f7 100644
--- a/http/gnash/HISTORY
+++ b/http/gnash/HISTORY
@@ -1,3 +1,7 @@
+2007-09-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DEPENDS: kde/qt needs a bit more paths specified
+ * INSTALL: don't install plugin if none is built
+
2007-08-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* gnash.gpg: added gpg keyring
* DETAILS: updated spell to 0.8.1
diff --git a/http/gnash/INSTALL b/http/gnash/INSTALL
index 25fe1ef..f6caa02 100755
--- a/http/gnash/INSTALL
+++ b/http/gnash/INSTALL
@@ -1,4 +1,6 @@
default_install &&
+if ! list_find $GNASH_OPTS "--disable-nsapi" ;
+then
local ns_compat
for ns_compat in mozilla firefox seamonkey xulrunner opera netscape4; do
if spell_installed $ns_compat; then
@@ -41,3 +43,4 @@ if spell_installed kdebase; then
cp plugin/.libs/libgnashplugin.so \
$INSTALL_ROOT/usr/lib/konqueror/
fi
+fi



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (5f7af3a3f332650dabc0faac52b99234efb4df22), Andraž Levstik, 09/26/2007

Archive powered by MHonArc 2.6.24.

Top of Page