Skip to Content.
Sympa Menu

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

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 (5c8d17d57bacaa5e35163d6395475bac138b75eb)
  • Date: Fri, 7 Aug 2009 07:07:34 -0500

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

audio-creation/ardour2/HISTORY | 3 +++
audio-creation/ardour2/PRE_BUILD | 4 +++-
audio-creation/lash/DETAILS | 8 ++++----
audio-creation/lash/HISTORY | 3 +++
audio-libs/clalsadrv/BUILD | 2 +-
audio-libs/clalsadrv/HISTORY | 4 ++++
audio-libs/clalsadrv/INSTALL | 8 ++------
audio-soft/qjackctl/DETAILS | 5 +++--
audio-soft/qjackctl/HISTORY | 3 +++
editors/nedit/HISTORY | 3 +++
editors/nedit/nedit-accept-lesstif.patch | 5 +++--
graphics/lensfun/BUILD | 2 +-
graphics/lensfun/HISTORY | 3 +++
graphics/rawstudio/DEPENDS | 1 +
graphics/rawstudio/HISTORY | 3 +++
http/htdig/DETAILS | 4 ++--
http/htdig/HISTORY | 4 ++++
http/htdig/PRE_BUILD | 3 +++
http/htdig/htdig_gcc4.patch | 13 +++++++++++++
19 files changed, 62 insertions(+), 19 deletions(-)

New commits:
commit 8bc9ea403537c3887daaa65750bddadb82603116
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

ardour2: fix typo in PRE_BUILD

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

clalsadrv: actually build in BUILD, not INSTALL

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

clalsadrv: install without lib64

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

ardour2: prevent /usr/lib64

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

qjackctl: update to 0.3.4

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

rawstudio: also depends on exiv2

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

lensfun: prevent lib64

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

Fix htdig build with gcc4.

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

lash: update to 0.6.0~rc2 (needed to make it build)

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

htdig: bump to 3.2.0b6

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

nedit: make it work with lesstif 0.95.2

diff --git a/audio-creation/ardour2/HISTORY b/audio-creation/ardour2/HISTORY
index 0cdae7c..0bfbad7 100644
--- a/audio-creation/ardour2/HISTORY
+++ b/audio-creation/ardour2/HISTORY
@@ -1,3 +1,6 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: Prevent installation to /usr/lib64 .
+
2009-08-01 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: quoting paths, cleaned up
* DEPENDS: added missing libsndfile dep
diff --git a/audio-creation/ardour2/PRE_BUILD
b/audio-creation/ardour2/PRE_BUILD
index 47c3af1..9e580be 100755
--- a/audio-creation/ardour2/PRE_BUILD
+++ b/audio-creation/ardour2/PRE_BUILD
@@ -4,4 +4,6 @@ cd "$SOURCE_DIRECTORY" &&
patch -p0 < "$SPELL_DIRECTORY/mime.patch" &&
patch -p0 < "$SPELL_DIRECTORY/libsndfile-ext.patch" &&

-sed -i "s:soundtouch-1.0:soundtouch-1.4:" SConstruct
+sed -i "s:soundtouch-1.0:soundtouch-1.4:" SConstruct &&
+# Brute force lib64 killing.
+sed -i "s:lib64:lib:" SConstruct
diff --git a/audio-creation/lash/DETAILS b/audio-creation/lash/DETAILS
index 2122737..16bd13c 100755
--- a/audio-creation/lash/DETAILS
+++ b/audio-creation/lash/DETAILS
@@ -1,9 +1,9 @@
SPELL=lash
- VERSION=0.5.4
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ VERSION='0.6.0~rc2'
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/lash-0.6.0.594"
SOURCE_URL[0]=http://download.savannah.gnu.org/releases/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:93193dd585738b8c3432b3f75864d287f874b5618100a84f0a1b2bda2df15403203cfc66e7a0298adab7ef95bfdded81697614ca5ef8eaf5cebdde5860f47e3c
+
SOURCE_HASH=sha512:704e24ccadccb469e820be5fb58dd4d953a8fc2903cd857a290267a87dda596639ec381d5cb7cdfcd715df7d98d6570e52731bddd17f8a3425edd8b699632401
WEB_SITE=http://www.nongnu.org/lash/
LICENSE[0]=GPL
KEYWORDS="alsa jack tools audio"
diff --git a/audio-creation/lash/HISTORY b/audio-creation/lash/HISTORY
index 2ba900e..46c734f 100644
--- a/audio-creation/lash/HISTORY
+++ b/audio-creation/lash/HISTORY
@@ -1,3 +1,6 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update to 0.6.0~rc2 because of build failure
+
2007-12-31 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Updated to 0.5.4, switched from GPG to SHA512 because the
signature file was broken.
diff --git a/audio-libs/clalsadrv/BUILD b/audio-libs/clalsadrv/BUILD
index 27ba77d..8f58e6d 100755
--- a/audio-libs/clalsadrv/BUILD
+++ b/audio-libs/clalsadrv/BUILD
@@ -1 +1 @@
-true
+make
diff --git a/audio-libs/clalsadrv/HISTORY b/audio-libs/clalsadrv/HISTORY
index db7c597..caabf0c 100644
--- a/audio-libs/clalsadrv/HISTORY
+++ b/audio-libs/clalsadrv/HISTORY
@@ -1,3 +1,7 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * INSTALL: no lib64!
+ * BUILD: actually do build there
+
2009-07-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: updated to 1.2.2

diff --git a/audio-libs/clalsadrv/INSTALL b/audio-libs/clalsadrv/INSTALL
index 1debcbc..f1c9903 100755
--- a/audio-libs/clalsadrv/INSTALL
+++ b/audio-libs/clalsadrv/INSTALL
@@ -1,6 +1,2 @@
-local SUFFIX &&
-if [[ "${SMGL_COMPAT_ARCHS[0]}" == "64" ]]; then
- SUFFIX=64
-fi &&
-
-make SUFFIX=$SUFFIX install
+# No lib64 == no suffix.
+make SUFFIX= install
diff --git a/audio-soft/qjackctl/DETAILS b/audio-soft/qjackctl/DETAILS
index fc7da6f..8e45103 100755
--- a/audio-soft/qjackctl/DETAILS
+++ b/audio-soft/qjackctl/DETAILS
@@ -13,11 +13,12 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.3.3
+ VERSION=0.3.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:45adf9ddd4a23208cad06e063c92e155473fe0817e10fb53b40b685b7dd3a329ac89d9d84a02963996b8f70eddf974b8ba6455961f7812cb1cbd6bda74e166bd
+
SOURCE_HASH=sha512:a31e32ba1286fe6d4136ca3fb5c03b48aa9905fe507d8a29ee52110ebd8ccb585040b8c1af4816b896fdcb12e54df6ac0413a0ac9688f1857f32283d218e98fe
+
fi
WEB_SITE=http://qjackctl.sf.net
ENTERED=20031215
diff --git a/audio-soft/qjackctl/HISTORY b/audio-soft/qjackctl/HISTORY
index 5a1a60e..72647ee 100644
--- a/audio-soft/qjackctl/HISTORY
+++ b/audio-soft/qjackctl/HISTORY
@@ -1,3 +1,6 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update to 0.3.4
+
2008-11-28 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Fix cvs version conditional block.

diff --git a/editors/nedit/HISTORY b/editors/nedit/HISTORY
index 57a9b4f..89508d1 100644
--- a/editors/nedit/HISTORY
+++ b/editors/nedit/HISTORY
@@ -1,3 +1,6 @@
+2009-08-06 Thomas Orgis <sobukus AT sourcemage.org>
+ * nedit-accept-lesstif.patch: hack it for lesstif 0.95.2
+
2009-03-29 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: Switch to snapshot version, to fix various issues and
make nedit work at all on x86_64 with lesstif.
diff --git a/editors/nedit/nedit-accept-lesstif.patch
b/editors/nedit/nedit-accept-lesstif.patch
index fadbe08..4aa702f 100644
--- a/editors/nedit/nedit-accept-lesstif.patch
+++ b/editors/nedit/nedit-accept-lesstif.patch
@@ -1,11 +1,12 @@
diff -ruN nedit/util/motif.c nedit.950/util/motif.c
--- nedit/util/motif.c 2007-08-02 16:13:03.000000000 +0200
-+++ nedit.950/util/motif.c 2009-03-25 03:16:54.000000000 +0100
-@@ -74,6 +74,7 @@
++++ nedit.95.2/util/motif.c 2009-03-25 03:16:54.000000000 +0100
+@@ -74,6 +74,8 @@
#ifndef __x86_64
"0.93.94", /* 64-bit build .93.94 is broken */
#endif
+ "0.950.0",
++ "0.95.2",
NULL
};

diff --git a/graphics/lensfun/BUILD b/graphics/lensfun/BUILD
index b0af476..e342b8f 100755
--- a/graphics/lensfun/BUILD
+++ b/graphics/lensfun/BUILD
@@ -1,3 +1,3 @@
-./configure --prefix=${INSTALL_ROOT}/usr $OPTS &&
+./configure --prefix=${INSTALL_ROOT}/usr --libdir="$INSTALL_ROOT/usr/lib"
$OPTS &&
make all

diff --git a/graphics/lensfun/HISTORY b/graphics/lensfun/HISTORY
index 7a6d31c..4dab567 100644
--- a/graphics/lensfun/HISTORY
+++ b/graphics/lensfun/HISTORY
@@ -1,3 +1,6 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: force usage of /usr/lib (prevent /usr/lib64)
+
2008-10-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.3

diff --git a/graphics/rawstudio/DEPENDS b/graphics/rawstudio/DEPENDS
index 2216427..4d7f148 100755
--- a/graphics/rawstudio/DEPENDS
+++ b/graphics/rawstudio/DEPENDS
@@ -5,6 +5,7 @@ depends jpeg &&
depends libpng &&
depends tiff &&
depends libxml2 &&
+depends exiv2 &&
if [[ $RAWSTUDIO_SCM == y ]]; then
depends subversion
fi &&
diff --git a/graphics/rawstudio/HISTORY b/graphics/rawstudio/HISTORY
index e2ee404..be20524 100644
--- a/graphics/rawstudio/HISTORY
+++ b/graphics/rawstudio/HISTORY
@@ -1,3 +1,6 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org
+ * DEPENDS: added exiv2
+
2008-09-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.1

diff --git a/http/htdig/DETAILS b/http/htdig/DETAILS
index e297881..5693bf5 100755
--- a/http/htdig/DETAILS
+++ b/http/htdig/DETAILS
@@ -1,7 +1,7 @@
SPELL=htdig
- VERSION=3.2.0b5
+ VERSION=3.2.0b6
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:6ad4674dba04920e18353da2acf89bcf2c4d3db09131e87f92185ca4943740982906390903bf8c73af8de4e4221b6fbb06b0417a01894a2c5eeb50cbfd12eeaa
+
SOURCE_HASH=sha512:29832f4aebd2b1f944cc4d800a5202342c8ce66936980476d49f679ec169c0268a902e85cd7440a3b6bea9db0a3b640bb1a9719c680d857ff00d34590af63064
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
# SOURCE_URL[0]=http://www.htdig.org/files/snapshots/$SOURCE
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/http/htdig/HISTORY b/http/htdig/HISTORY
index d721800..4f00e4e 100644
--- a/http/htdig/HISTORY
+++ b/http/htdig/HISTORY
@@ -1,3 +1,7 @@
+2009-08-07 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update to 3.2.0b6
+ * PRE_BUILD, htdig_gcc4.patch: build fix
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/http/htdig/PRE_BUILD b/http/htdig/PRE_BUILD
new file mode 100755
index 0000000..e6ddffc
--- /dev/null
+++ b/http/htdig/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+patch -Np1 < "$SCRIPT_DIRECTORY/htdig_gcc4.patch"
diff --git a/http/htdig/htdig_gcc4.patch b/http/htdig/htdig_gcc4.patch
new file mode 100644
index 0000000..49654eb
--- /dev/null
+++ b/http/htdig/htdig_gcc4.patch
@@ -0,0 +1,13 @@
+--- htdig-3.2.0b6/htsearch/Collection.h.old 2006-09-10 01:11:13.000000000
+0200
++++ htdig-3.2.0b6/htsearch/Collection.h 2006-09-10
01:11:32.000000000+0200
+@@ -36,9 +36,9 @@
+ const char *docExcerpt);
+ ~Collection();
+
+- void Collection::Open();
++ void Open();
+
+- void Collection::Close();
++ void Close();
+
+ char *getWordFile() { return wordFile.get(); }



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (5c8d17d57bacaa5e35163d6395475bac138b75eb), Thomas Orgis, 08/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page