Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (37cdb0b612c6ff74b696c46c7d9cd831c486d454)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (37cdb0b612c6ff74b696c46c7d9cd831c486d454)
  • Date: Wed, 21 Sep 2011 15:51:49 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 3 +++
audio-creation/guitarix2/BUILD | 4 ++++
audio-creation/guitarix2/DEPENDS | 8 ++++++++
audio-creation/guitarix2/DETAILS | 20 ++++++++++++++++++++
audio-creation/guitarix2/HISTORY | 3 +++
audio-creation/guitarix2/INSTALL | 1 +
dev/null |binary
graphics/shotwell/DETAILS | 4 ++--
graphics/shotwell/HISTORY | 3 +++
libs/libvirt/DETAILS | 2 +-
libs/libvirt/HISTORY | 3 +++
libs/libvirt/libvirt-0.9.4.tar.gz.sig | 0
libs/libvirt/libvirt-0.9.5.tar.gz.sig |binary
xfce/thunar/DETAILS | 4 ++--
xfce/thunar/HISTORY | 4 ++--
15 files changed, 52 insertions(+), 7 deletions(-)

New commits:
commit b49b485bab5d13cc07097d4fdace9575a4115ca3
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libvirt 0.9.5

commit f9bae8347ae632b00eea6c427931db0712473644
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

guitarix2: new spell

commit ea492447340114cd6f5736ce26094e157987838c
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

shotwell 0.11.2

commit 3f079487c38d09dc0444df89b2af5f44ed3f067b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunar: => 1.2.3

commit 33f65e23f18224d34280988882a198a992c4cbcb
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

1.3 is a development branch

Revert "xfce/thunar: updated spell to 1.3.0"

This reverts commit 4ba0243a911be7ac5cb7093e434be2db01ee0372.

diff --git a/ChangeLog b/ChangeLog
index 3e05872..218dd51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-09-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * audio-creation/guitarix2: new spell, guitar amplifier
+
2011-09-20 Ladislav Hagara <hgr AT vabo.cz>
* utils/dbus-sharp: new spell, D-Bus for .NET
* utils/dbus-sharp-glib: new spell, D-Bus for .NET: GLib module
diff --git a/audio-creation/guitarix2/BUILD b/audio-creation/guitarix2/BUILD
new file mode 100755
index 0000000..82050c7
--- /dev/null
+++ b/audio-creation/guitarix2/BUILD
@@ -0,0 +1,4 @@
+# zita-convolver external spelly may come... but that project seems troubled
+./waf configure -j $MAKE_NJOBS --prefix="$INSTALL_ROOT/usr" \
+--includeresampler --includeconvolver &&
+./waf build
diff --git a/audio-creation/guitarix2/DEPENDS
b/audio-creation/guitarix2/DEPENDS
new file mode 100755
index 0000000..684a2e4
--- /dev/null
+++ b/audio-creation/guitarix2/DEPENDS
@@ -0,0 +1,8 @@
+depends ladspa &&
+depends gtk+2 &&
+depends gtkmm2 &&
+depends glib2 &&
+depends libsigc++2 &&
+depends libsndfile &&
+depends JACK-DRIVER &&
+depends boost
diff --git a/audio-creation/guitarix2/DETAILS
b/audio-creation/guitarix2/DETAILS
new file mode 100755
index 0000000..cc8037a
--- /dev/null
+++ b/audio-creation/guitarix2/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=guitarix2
+ VERSION=0.18.0
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]="$SOURCEFORGE_URL/${SPELL/2/}/$SOURCE"
+
SOURCE_HASH=sha512:503b4d9acc99562a10433986451eba6d7802d54aec63697eed6aa68afa341df80a490ab2be5baa646bb1ef7496406556eb1163de314231888e81124283810568
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://guitarix.sourceforge.net/";
+ LICENSE[0]="GPL2"
+ ENTERED=20110921
+ KEYWORDS=""
+ SHORT="virtual guitar amplifier"
+cat << EOF
+guitarix is a virtual guitar amplifier for Linux running with jack (Jack
+Audio Connection Kit). It takes the signal from your guitar as any real amp
+would do: as a mono-signal from your sound card. Your tone is processed by
+a main amp and a rack-section. Both can be routed separately and deliver a
+processed stereo-signal via Jack. You may fill the rack with effects from
more
+than 25 built-in modules spanning from a simple noise-gate to brain-slashing
+modulation-fx like flanger, phaser or auto-wah.
+EOF
diff --git a/audio-creation/guitarix2/HISTORY
b/audio-creation/guitarix2/HISTORY
new file mode 100644
index 0000000..b10ebc9
--- /dev/null
+++ b/audio-creation/guitarix2/HISTORY
@@ -0,0 +1,3 @@
+2011-09-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/audio-creation/guitarix2/INSTALL
b/audio-creation/guitarix2/INSTALL
new file mode 100755
index 0000000..eb7743d
--- /dev/null
+++ b/audio-creation/guitarix2/INSTALL
@@ -0,0 +1 @@
+./waf install
diff --git a/graphics/shotwell/DETAILS b/graphics/shotwell/DETAILS
index 1314c18..7b302a2 100755
--- a/graphics/shotwell/DETAILS
+++ b/graphics/shotwell/DETAILS
@@ -1,11 +1,11 @@
SPELL=shotwell
- VERSION=0.11.1
+ VERSION=0.11.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://yorba.org/download/shotwell/${VERSION::4}/$SOURCE
WEB_SITE=http://yorba.org/shotwell/
ENTERED=20100709
-
SOURCE_HASH=sha512:9619e1592bdd90e7bcd7995776cc72c4512de80618610897636d56a319df37c965d12b83d0a1f4ae169bc83c250fb458c007a6fc343c5873df77a679a98c36a4
+
SOURCE_HASH=sha512:2c2515719abc720b8880a0987bcfc06461db28b33c36e12c5b428231e1dfe9de22015c6c4baeb78447449dfa92397760ec9959f61304780709dff1542eebcb4e
LICENSE[0]=GPL
SHORT="digital photo organizer"
cat << EOF
diff --git a/graphics/shotwell/HISTORY b/graphics/shotwell/HISTORY
index 3da1b03..de8790e 100644
--- a/graphics/shotwell/HISTORY
+++ b/graphics/shotwell/HISTORY
@@ -1,3 +1,6 @@
+2011-09-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.11.2
+
2011-09-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.11.1

diff --git a/libs/libvirt/DETAILS b/libs/libvirt/DETAILS
index 7ae5972..7b30cb8 100755
--- a/libs/libvirt/DETAILS
+++ b/libs/libvirt/DETAILS
@@ -1,5 +1,5 @@
SPELL=libvirt
- VERSION=0.9.4
+ VERSION=0.9.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index 17a1818..456dec6 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,6 @@
+2011-09-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 0.9.5
+
2011-08-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.9.4

diff --git a/libs/libvirt/libvirt-0.9.4.tar.gz.sig
b/libs/libvirt/libvirt-0.9.4.tar.gz.sig
deleted file mode 100644
index ac9af74..0000000
Binary files a/libs/libvirt/libvirt-0.9.4.tar.gz.sig and /dev/null differ
diff --git a/libs/libvirt/libvirt-0.9.5.tar.gz.sig
b/libs/libvirt/libvirt-0.9.5.tar.gz.sig
new file mode 100644
index 0000000..dadec9e
Binary files /dev/null and b/libs/libvirt/libvirt-0.9.5.tar.gz.sig differ
diff --git a/xfce/thunar/DETAILS b/xfce/thunar/DETAILS
index d25f2ae..4601171 100755
--- a/xfce/thunar/DETAILS
+++ b/xfce/thunar/DETAILS
@@ -1,11 +1,11 @@
SPELL=thunar
- VERSION=1.3.0
+ VERSION=1.2.3
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=Thunar-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Thunar-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://thunar.xfce.org/
-
SOURCE_HASH=sha512:c6254fcd64038a245f2ea16d753f18c672df0c164b33b63787800617a7666390f19814fa5e50bcda290326bff2e93a9141ba0b6576099498f0f3070df78020ce
+
SOURCE_HASH=sha512:50cddaafde42f510ba48e9d797802412662cc0554febaf6404508bf323576c3c1b44e87ce4851f1489a3aeff5617849c39ec61575253844016f9fa5cbafc1460
LICENSE[0]=GPL
LICENSE[1]=LGPL
ENTERED=20030608
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index cb7fc7e..ec32a3f 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,5 +1,5 @@
-2011-09-13 Pol Vinogradov <vin.public AT gmail.com>
- * DETAILS: updated spell to 1.3.0
+2011-09-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.3

2011-08-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.2 -- return back to stable branch



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (37cdb0b612c6ff74b696c46c7d9cd831c486d454), Eric Sandall, 09/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page