[SM-Commit] GIT changes to master grimoire by Andraž Levstik (b47147b0e2873dd8af768dddcfa0891dedacb43d)

Andraž Levstik scm at sourcemage.org
Tue Feb 3 06:36:57 EST 2009


GIT changes to master grimoire by Andraž Levstik <ruskie at codemages.net>:

 ChangeLog                  |    3 ++
 ftp/gnunet-gtk/DEPENDS     |   13 ++++++++-
 ftp/gnunet-gtk/DETAILS     |    4 +-
 ftp/gnunet-gtk/HISTORY     |    4 ++
 ftp/gnunet/DEPENDS         |   23 +++++++++++++---
 ftp/gnunet/DETAILS         |    4 +-
 ftp/gnunet/HISTORY         |    4 ++
 http/libmicrohttpd/DEPENDS |    3 ++
 http/libmicrohttpd/DETAILS |   17 ++++++++++++
 http/libmicrohttpd/HISTORY |    3 ++
 libs/libextractor/BUILD    |    2 +
 libs/libextractor/DEPENDS  |   61 +++++++++++++++++++++++++++++++++------------
 libs/libextractor/HISTORY  |    4 ++
 13 files changed, 119 insertions(+), 26 deletions(-)

New commits:
commit c516527fca738958bc85dbae19afc2f719f8a6a8
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    gnunet-gtk: updated and fixed up deps

commit 452236e0a06e6376218d377119771e2a433e4ca8
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    gnunet: updated to 0.8.0b and updated deps

commit b5cfc3c2ad6c31ce0a88142c51d358641c2e7008
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    libextractor: fresh deps and disable_pic

commit 3d738db2d7fffa15268c2a984f3a58f86b245514
Author: Andraž Levstik <ruskie at codemages.net>
Commit: Andraž Levstik <ruskie at codemages.net>

    http/libmicrohttpd: new spell, embedable http server

diff --git a/ChangeLog b/ChangeLog
index 6bc4b3e..1d7a5e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-02-02 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* http/libmicrohttpd: new spell, embedable httpd server
+
 2009-01-31 Treeve Jelbert <treeve at sourcemage.org>
 	* printer/zint: new spell, barcode printing
 	* printer/exaro-libs: new spell, reporting engine
diff --git a/ftp/gnunet-gtk/DEPENDS b/ftp/gnunet-gtk/DEPENDS
index a81ea33..6e0b50f 100755
--- a/ftp/gnunet-gtk/DEPENDS
+++ b/ftp/gnunet-gtk/DEPENDS
@@ -1,2 +1,13 @@
 depends gtk+2  &&
-depends gnunet 
+depends gnunet &&
+depends libglade2 &&
+depends libextractor  &&
+optional_depends libgksu \
+                 "--enable-libgksu2" \
+                 "--disable-libgksu2" \
+                 "Enable gksu support" &&
+optional_depends libnotify \
+                 "--enable-libnotify" \
+                 "--disable-libnotify" \
+                 "Enable notification support"
+
diff --git a/ftp/gnunet-gtk/DETAILS b/ftp/gnunet-gtk/DETAILS
index 4b16c7d..a649c38 100755
--- a/ftp/gnunet-gtk/DETAILS
+++ b/ftp/gnunet-gtk/DETAILS
@@ -1,8 +1,8 @@
            SPELL=gnunet-gtk
-         VERSION=0.7.2b
+         VERSION=0.8.0b
           SOURCE=${SPELL}-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://gnunet.org/download/${SOURCE}
-     SOURCE_HASH=sha512:6bdf0097b36bf446feb10be01a61ec656e675a129c9135242081eb11fc6d50eaa91aac6a428849e47564cac9527175c005f121b7ceacef26d997844595303974
+     SOURCE_HASH=sha512:f888e370cf7179c0273bbf8a7ebffbff59d9e5b3607e91083974f81cfd9c6f892165a52f953422ec0ea241003e63642c2007d8bf16ee654dcc38bb935094e771
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/gnunet-gtk-${VERSION}
         WEB_SITE=http://www.gnunet.org
          ENTERED=20070812
diff --git a/ftp/gnunet-gtk/HISTORY b/ftp/gnunet-gtk/HISTORY
index 852aa6c..7018495 100644
--- a/ftp/gnunet-gtk/HISTORY
+++ b/ftp/gnunet-gtk/HISTORY
@@ -1,2 +1,6 @@
+2009-02-02 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: updated spell to 0.8.0b
+	* DEPENDS: fixed up deps
+
 2007-08-12 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS, DEPENDS, HISTORY: created this spell
diff --git a/ftp/gnunet/DEPENDS b/ftp/gnunet/DEPENDS
index 1631947..5c867f5 100755
--- a/ftp/gnunet/DEPENDS
+++ b/ftp/gnunet/DEPENDS
@@ -2,19 +2,32 @@ depends gmp          &&
 depends curl         &&
 depends libgcrypt    &&
 depends libextractor &&
+depends libxml2      &&
+optional_depends libmicrohttpd \
+                 "--with-microhttpd" \
+                 "--without-microhttpd" \
+                 "" &&
+optional_depends libesmtp \
+                 "--with-esmtp" \
+                 "--without-esmtp" \
+                 "" &&
+optional_depends adns \
+                 "--with-adns" \
+                 "--without-adns" \
+                 "" &&
 optional_depends  "gettext"              \
-                  ""                     \
-                  "--without-gettext"    \
+                  "--with-libintl-prefix"       \
+                  "--without-libintl-prefix"    \
                   "Would you like to use gettext?"    &&
 optional_depends  "mysql"           \
-                  ""                \
+                  "--with-mysql"                \
                   "--without-mysql" \
                   "Would you like to use mysql?"      &&
 optional_depends  "sqlite"           \
-                  ""                 \
+                  "--with-sqlite"                 \
                   "--without-sqlite" \
                   "Would you like to use sqlite?"     &&
 optional_depends  "guile"           \
-                  ""                \
+                  "--with-guile"                \
                   "--without-guile" \
                   "Would you like to use guile? (for gnunet-setup)" 
diff --git a/ftp/gnunet/DETAILS b/ftp/gnunet/DETAILS
index 1e4172e..a0d0098 100755
--- a/ftp/gnunet/DETAILS
+++ b/ftp/gnunet/DETAILS
@@ -1,8 +1,8 @@
            SPELL=gnunet
-         VERSION=0.7.2b
+         VERSION=0.8.0b
           SOURCE=GNUnet-${VERSION}.tar.bz2
    SOURCE_URL[0]=http://gnunet.org/download/${SOURCE}
-     SOURCE_HASH=sha512:139f2ac1c2c126b8958828bd3b9156f44580bfbdb3701dba5ed2692020e557413d92d497cd0b24d58cca8ce3faa1f2801b9135ac86a19a4b45fc43250c7efdd7
+     SOURCE_HASH=sha512:dae291dd6c197d47bf04eaa847a5a640ef5f9a18c092d88af2e94a7b5e5b5a3c3e14f365ef44227a61a285109e767011f84a6eda697ec79f5ee453b0acbf5568
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GNUnet-${VERSION}
         WEB_SITE=http://www.gnunet.org
          ENTERED=20050208
diff --git a/ftp/gnunet/HISTORY b/ftp/gnunet/HISTORY
index 9d29fc9..7b1b7a2 100644
--- a/ftp/gnunet/HISTORY
+++ b/ftp/gnunet/HISTORY
@@ -1,3 +1,7 @@
+2009-02-02 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: updated spell to 0.8.0b
+	* DEPENDS: updated deps
+
 2007-08-12 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS: update to 0.7.2b
 	* DEPENDS: added curl, removed gtk+, added sqlite, mysql and guile as
diff --git a/http/libmicrohttpd/DEPENDS b/http/libmicrohttpd/DEPENDS
new file mode 100755
index 0000000..7f3a1a0
--- /dev/null
+++ b/http/libmicrohttpd/DEPENDS
@@ -0,0 +1,3 @@
+depends libgcrypt &&
+depends curl &&
+depends zlib 
diff --git a/http/libmicrohttpd/DETAILS b/http/libmicrohttpd/DETAILS
new file mode 100755
index 0000000..26e3a28
--- /dev/null
+++ b/http/libmicrohttpd/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=libmicrohttpd
+         VERSION=0.4.0pre1
+          SOURCE="${SPELL}-${VERSION}.tar.gz"
+   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
+     SOURCE_HASH=sha512:0e745f3f44248f4520c074d2b422d5080da61694793d217f799fe3963951bcf2ba7013f73a46172baaf5995f06c7c050e06829ef2abfa2751b4aa41c4aaf9c6d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+        WEB_SITE="http://www.gnu.org/software/libmicrohttpd/ "
+      LICENSE[0]=LGPL
+         ENTERED=20090202
+           SHORT="A C library providing HTTP server functionality."
+cat << EOF
+GNU libmicrohttpd is a small C library for embedding HTTP server functionality
+into other applications. It is reentrant, fast, supports HTTP 1.1, and permits
+listening on multiple ports. The API is simple and still powerful enough to
+allow programmers to use the entire HTTP feature set.  SSL/TLS support is
+available as an option.
+EOF
diff --git a/http/libmicrohttpd/HISTORY b/http/libmicrohttpd/HISTORY
new file mode 100644
index 0000000..cac8da7
--- /dev/null
+++ b/http/libmicrohttpd/HISTORY
@@ -0,0 +1,3 @@
+2009-02-02 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DEPENDS, DETAILS: spell created
+
diff --git a/libs/libextractor/BUILD b/libs/libextractor/BUILD
new file mode 100755
index 0000000..5acb438
--- /dev/null
+++ b/libs/libextractor/BUILD
@@ -0,0 +1,2 @@
+disable_pic  &&
+default_build
diff --git a/libs/libextractor/DEPENDS b/libs/libextractor/DEPENDS
index b382c2f..51547cb 100755
--- a/libs/libextractor/DEPENDS
+++ b/libs/libextractor/DEPENDS
@@ -1,29 +1,58 @@
 depends  zlib    &&
 depends  g++     &&
-depends  python  &&
-depends gtk+2    &&
+depends  glib2   &&
+depends  libtool &&
+optional_depends flac \
+                 "" \
+                 "" \
+                 "For FLAC support" &&
 
-optional_depends  libmpeg2                       \
-                  ""                             \
-                  ""                             \
-                  "for mpeg2 support" &&
+optional_depends libvorbis \
+                 "" \
+                 "" \
+                 "For Vorbis support" &&
 
-optional_depends  gettext                        \
-                  "--enable-nls"                 \
-                  "--disable-nls"                \
-                  "for Native Language Support" &&
+optional_depends python \
+                 "--enable-printable" \
+                 "--disable-printable" \
+                 "For printable plugins" &&
+
+optional_depends gtk+2 \
+                 "" \
+                 "--disable-gtktest" \
+                 "For thumbnail support" &&
+
+optional_depends qt-x11 \
+                 "--with-qt" \
+                 "--without-qt" \
+                 "For thumbnail support" &&
+
+optional_depends libgnome \
+                 "--enable-gnome" \
+                 "--disable-gnome" \
+                 "Enable gnome support"  &&
+
+optional_depends libmpeg2                       \
+                 ""                             \
+                 ""                             \
+                 "for mpeg2 support" &&
+
+optional_depends gettext                        \
+                 "--enable-nls"                 \
+                 "--disable-nls"                \
+                 "for Native Language Support" &&
 
 optional_depends libgsf \
-                 --enable-gsf \
-                 --disable-gsf \
+                 "--enable-gsf" \
+                 "--disable-gsf" \
                  "for OLE2 plugin" &&
 
 optional_depends exiv2 \
-                 --enable-exiv2 \
-                 --disable-exiv2 \
+                 "--enable-exiv2" \
+                 "--disable-exiv2" \
                  "for exiv2 support" &&
 
 optional_depends xpdf \
-                 --enable-xpdf \
-                 --disable-xpdf \
+                 "--enable-xpdf" \
+                 "--disable-xpdf" \
                  "for xpdf-based extractor"
diff --git a/libs/libextractor/HISTORY b/libs/libextractor/HISTORY
index 84d519d..eab41c9 100644
--- a/libs/libextractor/HISTORY
+++ b/libs/libextractor/HISTORY
@@ -1,3 +1,7 @@
+2009-02-02 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DEPENDS: added depends
+	* BUILD: disable_pic
+
 2008-11-04 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.5.21
 



More information about the SM-Commit mailing list