Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6edb632e9bb8eb8a98651537b43a4b09adf63a24)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6edb632e9bb8eb8a98651537b43a4b09adf63a24)
  • Date: Tue, 21 Aug 2007 11:55:29 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

chat-im/ayttm/BUILD | 8 ++------
chat-im/ayttm/DEPENDS | 14 +++++++++++---
chat-im/ayttm/DETAILS | 8 +++-----
chat-im/ayttm/HISTORY | 7 +++++++
chat-im/ayttm/ayttm-0.5.0-6.tar.bz2.sig |binary
5 files changed, 23 insertions(+), 14 deletions(-)

New commits:
commit 6edb632e9bb8eb8a98651537b43a4b09adf63a24
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ayttm: Updated to version 0.5.0-6. Adjusted DEPENDS, BUILD

diff --git a/chat-im/ayttm/BUILD b/chat-im/ayttm/BUILD
index 85d6606..cd9320d 100755
--- a/chat-im/ayttm/BUILD
+++ b/chat-im/ayttm/BUILD
@@ -2,14 +2,10 @@
patch -p0 < $SCRIPT_DIRECTORY/fixinstall.diff &&
./gen
fi &&
-# if [ "$CVS" == "yes" ]; then
-# export MAKE_NJOBS=1 &&
-# patch -p0 < $SCRIPT_DIRECTORY/fixinstall.diff &&
-# ./gen
-# fi &&
+ LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" &&
+
./configure --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
- --enable-xft \
$OPTS &&
make
diff --git a/chat-im/ayttm/DEPENDS b/chat-im/ayttm/DEPENDS
index 679a475..51be37e 100755
--- a/chat-im/ayttm/DEPENDS
+++ b/chat-im/ayttm/DEPENDS
@@ -1,6 +1,14 @@
-depends gcc34 &&
depends libtool &&
depends autoconf &&
depends audiofile &&
-depends gtk+ &&
-optional_depends "jasper" "" "" "For webcam support"
+depends gtk+2 &&
+depends glib2 &&
+optional_depends arts \
+ "--enable-arts" \
+ "--disable-arts" \
+ "For ARTS Support" &&
+optional_depends gpgme &&
+optional_depends jasper \
+ "--enable-webcam" \
+ "--disable-webcam" \
+ "For webcam support"
diff --git a/chat-im/ayttm/DETAILS b/chat-im/ayttm/DETAILS
index 482ee25..f319cc8 100755
--- a/chat-im/ayttm/DETAILS
+++ b/chat-im/ayttm/DETAILS
@@ -1,10 +1,10 @@
SPELL=ayttm
if [ "$CVS" = "n" ] ; then
- VERSION=0.4.6-17
+ VERSION=0.5.0-6
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-0.4.6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/ayttm/$SOURCE
- MD5[0]='4a98188074d0c02d5a2e792898b97ef4'
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig"
else [ "$CVS" = "y" ]
VERSION=cvs
FORCE_DOWNLOAD=1
@@ -13,9 +13,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs

SOURCE_URL[0]=cvs://:pserver:anonymous AT ayttm.cvs.sourceforge.net:/cvsroot/$SPELL:$SPELL
SOURCE_IGNORE=volatile
fi
- GCC_VERSION=3.4
WEB_SITE=http://ayttm.sourceforge.net
- BUILD_API=2
ENTERED=20030504
PATCHLEVEL=1
LICENSE[0]=GPL
diff --git a/chat-im/ayttm/HISTORY b/chat-im/ayttm/HISTORY
index bfa70b2..81edb46 100644
--- a/chat-im/ayttm/HISTORY
+++ b/chat-im/ayttm/HISTORY
@@ -1,3 +1,10 @@
+2007-08-21 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 0.5.0-6. Removed use gcc34.
+ Removed BUILD_API=2, PATCHLEVEL=1
+ * DEPENDS: Added depends gtk+2, glib2, optional_depends gpgme
+ Removed gcc34 and gtk+
+ * BUILD: Added -L/usr/X11R6/lib to LDFLAGS
+
2007-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: removed invoke_gcc #10641

diff --git a/chat-im/ayttm/ayttm-0.5.0-6.tar.bz2.sig
b/chat-im/ayttm/ayttm-0.5.0-6.tar.bz2.sig
new file mode 100644
index 0000000..50a867d
Binary files /dev/null and b/chat-im/ayttm/ayttm-0.5.0-6.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6edb632e9bb8eb8a98651537b43a4b09adf63a24), George Sherwood, 08/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page