Skip to Content.
Sympa Menu

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

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 (80d7c8d21628bba89d201a0c3e313498fda64cce)
  • Date: Mon, 7 Dec 2015 08:33:05 +0000

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

audio-players/timidity/DEPENDS | 11 ++++++++---
audio-players/timidity/HISTORY | 4 ++++
xorg-lib/libxaw/DETAILS | 4 ++--
xorg-lib/libxaw/HISTORY | 3 +++
4 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 80d7c8d21628bba89d201a0c3e313498fda64cce
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxaw: => 1.0.13

commit 813f43628b1d4205b6b77441c8a95ecca12efbee
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

timidity - adjust depends

diff --git a/audio-players/timidity/DEPENDS b/audio-players/timidity/DEPENDS
index ecbec3a..7393c6e 100755
--- a/audio-players/timidity/DEPENDS
+++ b/audio-players/timidity/DEPENDS
@@ -1,5 +1,3 @@
-depends freepats &&
-
# note: the --audio-* switches aren't real configure switches, they're
# parsed out into a different variable in BUILD
optional_depends "alsa-lib" "--audio-alsa --enable-alsaseq" "" "for alsa
output" &&
@@ -13,4 +11,11 @@ optional_depends "MOTIF" "--enable-motif=dynamic"
"--disable-motif" "for mot
optional_depends "EMACS" "--enable-emacs=dynamic" "--disable-emacs" "for
emacs interface" &&
optional_depends "gtk+2" "--enable-gtk=dynamic" "--disable-gtk" "for gtk
interface" &&
optional_depends "tk" "--enable-tcltk=dynamic" "--disable-tcltk" "for
tcltk interface" &&
-optional_depends "xorg-libs" "--enable-xaw=dynamic" "--without-x" "for X
interface"
+optional_depends "libxaw" "--enable-xaw=dynamic" "--without-x" "for X
interface"
+if is_depends_enabled $SPELL libxaw;then
+ depends libx11 &&
+ depends libxext &&
+ depends libxmu &&
+ depends libxt
+fi &&
+suggest_depends freepats '' '' 'PATCHES for drum sounds'
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index b7be585..b4790bd 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,7 @@
+2015-12-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: freepats is not needed for build
+ improve xorg dependnencies
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/xorg-lib/libxaw/DETAILS b/xorg-lib/libxaw/DETAILS
index 160a9e7..b1ef591 100755
--- a/xorg-lib/libxaw/DETAILS
+++ b/xorg-lib/libxaw/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxaw
PKG=libXaw
- VERSION=1.0.10
-
SOURCE_HASH=sha512:2da04cba67ba3bb726940f273a705443a8acfc5c516bfe0705e5b1937aed1d6b50154cb5e22c2e9f825ab9c9c3b8f94cd4fb39ae05952958b7a527bdb4006910
+ VERSION=1.0.13
+
SOURCE_HASH=sha512:d768a39f7111802493fa1df1b80d858e4139ceeb883d45ff13ce3b7a0e775a7d2834b7ad157c8330117f04c32f38979795332dd7a119adb2344fcb1aa9cf1e2f
SOURCE=${PKG}-${VERSION}.tar.bz2
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
diff --git a/xorg-lib/libxaw/HISTORY b/xorg-lib/libxaw/HISTORY
index eaa4e0e..2121d5b 100644
--- a/xorg-lib/libxaw/HISTORY
+++ b/xorg-lib/libxaw/HISTORY
@@ -1,3 +1,6 @@
+2015-12-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.13
+
2014-09-09 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: added missing X11 dependencies




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (80d7c8d21628bba89d201a0c3e313498fda64cce), Treeve Jelbert, 12/07/2015

Archive powered by MHonArc 2.6.24.

Top of Page