Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (047a20597a1faae58c1483250f501c847deeac19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (047a20597a1faae58c1483250f501c847deeac19)
  • Date: Thu, 23 Apr 2009 02:41:02 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-creation/ardour2/DETAILS | 4 +++-
audio-creation/ardour2/HISTORY | 3 +++
editors/nedit/PRE_BUILD | 15 +++++++++++++++
kde4-support/phonon/DEPENDS | 1 +
kde4-support/phonon/HISTORY | 3 +++
5 files changed, 25 insertions(+), 1 deletion(-)

New commits:
commit 392b496928b61c8dd8a0f87baef585d351357470
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

nedit: dammit, PRE_BUILD has been missing; nobody uses that editor
besides me...

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

ardour2: change download location to a mirror (so that automatic download
works)

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

phonon: depends on libxcb

diff --git a/audio-creation/ardour2/DETAILS b/audio-creation/ardour2/DETAILS
index 2af41f8..93c73b6 100755
--- a/audio-creation/ardour2/DETAILS
+++ b/audio-creation/ardour2/DETAILS
@@ -3,7 +3,9 @@

SOURCE_HASH=sha512:b83c1a07e87a47b327f29ce30f694f7d3a94e67e5e7f5088dc31a323fe81745ac6a38d090634eebe0a0b5e7a7becfd06a6039c895dc981d773ec7818d39752ff
SOURCE=ardour-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/ardour-$VERSION"
- SOURCE_URL[0]=http://ardour.org/files/releases/$SOURCE
+# that does not work anymore... they want to force manual downloads:-(
+# SOURCE_URL[0]=http://ardour.org/files/releases/$SOURCE
+ SOURCE_URL[0]=http://sobukus.de/ardour/$SOURCE
WEB_SITE=http://ardour.org/
ENTERED=20070829
LICENSE[0]=GPL
diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index f40eba9..e7c0849 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,3 +1,6 @@
+2009-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: switch to self-hosted mirror since automatic download does
not work anymore
+
2009-03-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.8

diff --git a/editors/nedit/PRE_BUILD b/editors/nedit/PRE_BUILD
new file mode 100755
index 0000000..3c04fee
--- /dev/null
+++ b/editors/nedit/PRE_BUILD
@@ -0,0 +1,15 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+if [[ "$NEDIT_WMCLASS" == "y" ]]
+then
+ patch -Np1 < ${SCRIPT_DIRECTORY}/nedit-svrname-in-wmclass.patch
+fi &&
+# accept our lesstif version (needs update in case of lesstif update)
+patch -Np1 < "${SCRIPT_DIRECTORY}/nedit-accept-lesstif.patch" &&
+cd ${SOURCE_DIRECTORY}/makefiles &&
+mv Makefile.linux Makefile.linux.tmp &&
+sed -e "s/CFLAGS\=/CFLAGS:= -DREPLACE_SCOPE /" \
+ -e "s/-DUSE_LPR_PRINT_CMD/& \$\(CFLAGS\)/" \
+ -e 's/\(LIBS=.*\) -Wl,-Bstatic -lXm -Wl,-Bdynamic -lXp \(.*\)/\1 -lXm \2
-lXft/' \
+ Makefile.linux.tmp > Makefile.linux &&
+rm Makefile.linux.tmp
diff --git a/kde4-support/phonon/DEPENDS b/kde4-support/phonon/DEPENDS
index 954ef38..5a2da67 100755
--- a/kde4-support/phonon/DEPENDS
+++ b/kde4-support/phonon/DEPENDS
@@ -10,6 +10,7 @@ depends libx11 &&
depends libice &&
depends libxext &&
depends xine-lib &&
+depends libxcb &&
optional_depends gst-plugins-base \
'' \
'' \
diff --git a/kde4-support/phonon/HISTORY b/kde4-support/phonon/HISTORY
index a5f0fde..ab95d55 100644
--- a/kde4-support/phonon/HISTORY
+++ b/kde4-support/phonon/HISTORY
@@ -1,3 +1,6 @@
+2009-04-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: it needs libxcb to build
+
2009-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAIL: clean up
* PREPARE: query PHONON_VER



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (047a20597a1faae58c1483250f501c847deeac19), Thomas Orgis, 04/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page