Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (9e4b501f531ca7482995c7e38c860cf669b6154d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (9e4b501f531ca7482995c7e38c860cf669b6154d)
  • Date: Thu, 1 Mar 2007 04:24:07 -0600

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

ChangeLog | 3 +++
audio-players/lxmms2/BUILD | 1 +
audio-players/lxmms2/DEPENDS | 3 +++
audio-players/lxmms2/DETAILS | 14 ++++++++++++++
audio-players/lxmms2/HISTORY | 3 +++
audio-players/lxmms2/PRE_BUILD | 4 ++++
crypto/dropbear/DETAILS | 6 +++---
crypto/dropbear/HISTORY | 5 +++++
8 files changed, 36 insertions(+), 3 deletions(-)

New commits:
commit 9e4b501f531ca7482995c7e38c860cf669b6154d
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

And the ChangeLog

commit d36c28aa86e5a0af748f136793b78a7e4374ab0f
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lxmms2: new xmms2 client for lirc control

commit b9421546df8ea005cd474ac4ed6f36ddaf6009ea
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

dropbear: version update 0.49

diff --git a/ChangeLog b/ChangeLog
index 2866d95..5ef0207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-01 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * audio-players/lxmms2: new xmms2 client for control thorough LIRC
+
2007-02-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* audio-drivers/rplay: new spell, a sound daemon
* wm-addons/stalonetray: new spell, a standalone tray
diff --git a/audio-players/lxmms2/BUILD b/audio-players/lxmms2/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-players/lxmms2/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-players/lxmms2/DEPENDS b/audio-players/lxmms2/DEPENDS
new file mode 100755
index 0000000..dfe0d46
--- /dev/null
+++ b/audio-players/lxmms2/DEPENDS
@@ -0,0 +1,3 @@
+depends xmms2 &&
+sub_depends xmms2 CLIENTLIB &&
+depends lirc
diff --git a/audio-players/lxmms2/DETAILS b/audio-players/lxmms2/DETAILS
new file mode 100755
index 0000000..4d36ba2
--- /dev/null
+++ b/audio-players/lxmms2/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=lxmms2
+ VERSION=0.1.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://wejp.k.vu/projects/xmms2/${SOURCE}
+
SOURCE_HASH=sha512:ac9da656b479dd3996df1f7a9bd70f10f139c0387c9fd399a26c1661bf85d52d59d58d6cdf5923f3e89f15602860663463c0ffd444b9260d45a568f780c82702
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://wejp.k.vu/projects/xmms2/#lxmms2";
+ LICENSE[0]=GPL
+ ENTERED=20070301
+ SHORT="lxmms2 is a tiny XMMS2 client to control XMMS2 with a LIRC
compatible remote control."
+cat << EOF
+lxmms2 is a tiny XMMS2 client to control XMMS2 with a LIRC compatible
+remote control.
+EOF
diff --git a/audio-players/lxmms2/HISTORY b/audio-players/lxmms2/HISTORY
new file mode 100644
index 0000000..7a8f07e
--- /dev/null
+++ b/audio-players/lxmms2/HISTORY
@@ -0,0 +1,3 @@
+2007-03-01 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
+ * PRE_BUILD,BUILD: added
diff --git a/audio-players/lxmms2/PRE_BUILD b/audio-players/lxmms2/PRE_BUILD
new file mode 100755
index 0000000..98518e8
--- /dev/null
+++ b/audio-players/lxmms2/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:^PREFIX=.*:PREFIX=/usr:g" Makefile
+sedit "s:^CFLAGS=.*:CFLAGS=-Wall -fPIC `pkg-config --cflags xmms2-client`
$CFLAGS:g" Makefile
diff --git a/crypto/dropbear/DETAILS b/crypto/dropbear/DETAILS
index 2f1f893..6fed196 100755
--- a/crypto/dropbear/DETAILS
+++ b/crypto/dropbear/DETAILS
@@ -1,10 +1,10 @@
SPELL=dropbear
- VERSION=0.47
- SECURITY_PATCH=1
+ VERSION=0.49
+ SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://matt.ucc.asn.au/dropbear/releases/$SOURCE
-
SOURCE_HASH=sha512:a75407d33b741bced7f32bfc12532043f47d8ea05ac9699f8f78c3e6205da3481d57416afef00a8f3354100722b5d44a496e15eebb717c5d932d89e9b01002d3
+
SOURCE_HASH=sha512:7746cae9a88a34534d9427831876cc5642109998e6f25df9bb8c3194011ada26c885c492755619245d439220d90eddf1e8ad6aab9e72ed5073060ce3a2645398
WEB_SITE=http://matt.ucc.asn.au/dropbear/dropbear.html
ENTERED=20050310
LICENSE[0]=MIT
diff --git a/crypto/dropbear/HISTORY b/crypto/dropbear/HISTORY
index ae7d46f..ed4ed76 100644
--- a/crypto/dropbear/HISTORY
+++ b/crypto/dropbear/HISTORY
@@ -1,3 +1,8 @@
+2007-03-01 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update to 0.49, non-critical security update
+ from the site: in releases prior to 0.49 the client did not warn
+ strongly when a hostkey mismatch occurred.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (9e4b501f531ca7482995c7e38c860cf669b6154d), Andra?? Levstik, 03/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page