Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (02ae2341e4f5ff630bd012b06f339c2dad82ff04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (02ae2341e4f5ff630bd012b06f339c2dad82ff04)
  • Date: Fri, 13 Apr 2012 14:55:52 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

audio-players/mpd/DETAILS | 4 ++--
audio-players/mpd/HISTORY | 3 +++
devel/scala/DETAILS | 6 +++---
devel/scala/HISTORY | 3 +++
gnome2-libs/gdk-pixbuf2/DEPENDS | 2 +-
gnome2-libs/gdk-pixbuf2/HISTORY | 3 +++
6 files changed, 15 insertions(+), 6 deletions(-)

New commits:
commit 041907ca29686c019e0b75ec1127db370f8a95d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mpd: => 0.16.8

commit 917ba4db32f999f6ad969fbc1b6a7ec328d63442
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gdk-pixbuf2: swapped xorg-libs for libx11 while figuring out what it
needs exactly

commit f841fc4f02a2432bbee0c2c798bca304b83ed388
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/scala: version 2.9.2

diff --git a/audio-players/mpd/DETAILS b/audio-players/mpd/DETAILS
index c8ec089..3e61d8f 100755
--- a/audio-players/mpd/DETAILS
+++ b/audio-players/mpd/DETAILS
@@ -1,9 +1,9 @@
SPELL=mpd
- VERSION=0.16.7
+ VERSION=0.16.8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/musicpd/$SOURCE
-
SOURCE_HASH=sha512:2d2d272426ca0e4f5ec95accac21e4dc0018ad4b22170f70674d96d72bbd969510f49e431064b42123db06eb1406273685b96be583c3ea0492b9e732d596f6f4
+
SOURCE_HASH=sha512:ce6f0a004dec0e7269c1029c04c8d8f249ee5aeae362f60af6f617dc789e718a12b55d9efb928d7e332d6e9c8e960961b98174c57f5ff5a2f9f5b4999906a2c8
LICENSE[0]=GPL
KEYWORDS="music players audio"
WEB_SITE=http://www.musicpd.org/
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 875556e..3cfb22e 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2012-04-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.16.8
+
2012-02-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.16.7

diff --git a/devel/scala/DETAILS b/devel/scala/DETAILS
index e26b586..52a09ee 100755
--- a/devel/scala/DETAILS
+++ b/devel/scala/DETAILS
@@ -1,8 +1,8 @@
SPELL=scala
- VERSION=2.9.1-1
- SOURCE="${SPELL}-${VERSION}-sources.tgz"
+ VERSION=2.9.2
+ SOURCE="${SPELL}-sources-${VERSION}.tgz"

SOURCE_URL[0]=http://www.${SPELL}-lang.org/downloads/distrib/files/${SOURCE}
-
SOURCE_HASH=sha512:ce292738159c3de6671f60ecd5fa24bda2eaa8d151d7b168731c8b995522a0c0165744632b5d99b1f6ad2d4c62c2a177166d9a06cb695b939cc1a1a29cdc6e9f
+
SOURCE_HASH=sha512:c8ce17728976c506c90d2eec792904d39a16d35d153914a7c936e43e530f20d8cdf494287187c513393e2db7837b8ec9d417c56f6bb47be3b0501f2a57f52b63
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-sources"
WEB_SITE="http://www.scala-lang.org";
LICENSE[0]=BSD
diff --git a/devel/scala/HISTORY b/devel/scala/HISTORY
index 472be39..89a564a 100644
--- a/devel/scala/HISTORY
+++ b/devel/scala/HISTORY
@@ -1,3 +1,6 @@
+2012-04-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.9.2
+
2012-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.9.1-1

diff --git a/gnome2-libs/gdk-pixbuf2/DEPENDS b/gnome2-libs/gdk-pixbuf2/DEPENDS
index 26dee89..e8289b4 100755
--- a/gnome2-libs/gdk-pixbuf2/DEPENDS
+++ b/gnome2-libs/gdk-pixbuf2/DEPENDS
@@ -4,7 +4,7 @@ depends zlib &&
depends JPEG &&
depends tiff &&

-optional_depends xorg-libs \
+optional_depends libx11 \
'--with-x11' \
'--without-x11' \
'enable X11 support' &&
diff --git a/gnome2-libs/gdk-pixbuf2/HISTORY b/gnome2-libs/gdk-pixbuf2/HISTORY
index eef88cc..11251f3 100644
--- a/gnome2-libs/gdk-pixbuf2/HISTORY
+++ b/gnome2-libs/gdk-pixbuf2/HISTORY
@@ -1,3 +1,6 @@
+2012-04-13 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: swapped xorg-libs for libx11
+
2012-04-10 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added missing dep on x11




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (02ae2341e4f5ff630bd012b06f339c2dad82ff04), Vlad Glagolev, 04/13/2012

Archive powered by MHonArc 2.6.24.

Top of Page