adium 3203:c6eb3e8b6d44: Removed use of an external libgadu; lib...
commits at adium.im
commits at adium.im
Sat May 15 19:34:56 UTC 2010
details: http://hg.adium.im/adium/rev/c6eb3e8b6d44
revision: 3203:c6eb3e8b6d44
author: Evan Schoenberg
date: Sat May 15 14:27:07 2010 -0500
Removed use of an external libgadu; libpurple provides its own that it intends to use
diffs (64 lines):
diff -r 1a798d1afff8 -r c6eb3e8b6d44 Dependencies/build.sh
--- a/Dependencies/build.sh Thu May 13 21:55:49 2010 -0700
+++ b/Dependencies/build.sh Sat May 15 14:27:07 2010 -0500
@@ -178,7 +178,6 @@
build_otr $@
else
build_meanwhile $@
- build_gadugadu $@
build_intltool $@
build_jsonglib $@
diff -r 1a798d1afff8 -r c6eb3e8b6d44 Dependencies/phases/build_dependencies.sh
--- a/Dependencies/phases/build_dependencies.sh Thu May 13 21:55:49 2010 -0700
+++ b/Dependencies/phases/build_dependencies.sh Sat May 15 14:27:07 2010 -0500
@@ -178,37 +178,6 @@
}
##
-# Gadu-Gadu
-#
-build_gadugadu() {
- # We used to use 1.7.1, which is pretty outdated. Is there a reason?
- prereq "gadu-gadu" \
- "http://toxygen.net/libgadu/files/libgadu-1.8.2.tar.gz"
-
- quiet pushd "$ROOTDIR/source/gadu-gadu"
-
- if needsconfigure $@; then
- (
- status "Configuring Gadu-Gadu"
- CONFIG_CMD="./configure \
- --prefix=$ROOTDIR/build \
- --disable-static \
- --enable-shared \
- --disable-dependency-tracking"
- xconfigure "${BASE_CFLAGS}" "${BASE_LDFLAGS}" "${CONFIG_CMD}" \
- "${ROOTDIR}/source/gadu-gadu/config.h" \
- "${ROOTDIR}/source/gadu-gadu/include/libgadu.h"
- )
- fi
-
- status "Building and installing Gadu-Gadu"
- log make -j $NUMBER_OF_CORES
- log make install
-
- quiet popd
-}
-
-##
# intltool
#
INTL_VERSION=8
diff -r 1a798d1afff8 -r c6eb3e8b6d44 Dependencies/phases/build_purple.sh
--- a/Dependencies/phases/build_purple.sh Thu May 13 21:55:49 2010 -0700
+++ b/Dependencies/phases/build_purple.sh Sat May 15 14:27:07 2010 -0500
@@ -90,8 +90,6 @@
export ACLOCAL_FLAGS="-I $ROOTDIR/build/share/aclocal"
export LIBXML_CFLAGS="-I/usr/include/libxml2"
export LIBXML_LIBS="-lxml2"
- export GADU_CFLAGS="-I$ROOTDIR/build/include"
- export GADU_LIBS="-lgadu"
export MEANWHILE_CFLAGS="-I$ROOTDIR/build/include/meanwhile \
-I$ROOTDIR/build/include/glib-2.0 \
-I$ROOTDIR/build/lib/glib-2.0/include"
More information about the commits
mailing list