Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cc9cd45ebb1b03015e4fa40c3011ba46a21254fb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cc9cd45ebb1b03015e4fa40c3011ba46a21254fb)
  • Date: Thu, 8 Sep 2022 19:58:52 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

dev/null |binary
devel/slibtool/DETAILS | 4 ++--
devel/slibtool/HISTORY | 3 +++
ftp/gnunet/DEPENDS | 3 +++
ftp/gnunet/DETAILS | 10 +++++-----
ftp/gnunet/HISTORY | 3 +++
libs/libextractor/BUILD | 1 +
libs/libextractor/DEPENDS | 1 -
libs/libextractor/DETAILS | 8 ++++----
libs/libextractor/HISTORY | 6 ++++++
libs/libextractor/PRE_BUILD | 5 +++++
11 files changed, 32 insertions(+), 12 deletions(-)

New commits:
commit cc9cd45ebb1b03015e4fa40c3011ba46a21254fb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gnunet 0.17.5

commit f4963127a22e0a13cf448d09632c489ed0fb7a21
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libextractor: Disable installation of .la files

commit 3d6f83e154aa3e7ce82bb1a86d68dfc7c5118339
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libextractor: Disable building static lib

commit 61ac07449e572d8c36ca5d47e2e2456b390c72c0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libextractor 1.11

commit aa1b817e64b48d0a2325887e82d1d9b8f352a783
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

slibtool 0.5.34

diff --git a/devel/slibtool/DETAILS b/devel/slibtool/DETAILS
index 61e878d..32610c6 100755
--- a/devel/slibtool/DETAILS
+++ b/devel/slibtool/DETAILS
@@ -1,8 +1,8 @@
SPELL=slibtool
- VERSION=0.5.19
+ VERSION=0.5.34
SOURCE="$SPELL-$VERSION.tar.xz"
SOURCE_URL[0]=https://git.midipix.org/cgit.cgi/$SPELL/snapshot/$SOURCE
-
SOURCE_HASH=sha512:ad15d7b9eb9996d6c94248b0a1db94c49a9bfecb0ddc9104aac2841708d521a03a3293cfa63c824e8af2b7ab04fa62c0f5e13c1c4bc037dc302f9101866df956
+
SOURCE_HASH=sha512:62f976d4a05c8a6464679fc98fb8734914bb27bff9ababfcda24d7be9ff8c7d2cb43ad73569403593142059d115750d1fc45660d934f43eb5e0f206d8ed43dbe
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://git.midipix.org/cgit.cgi/slibtool";
LICENSE[0]="GPLv2+"
diff --git a/devel/slibtool/HISTORY b/devel/slibtool/HISTORY
index c95014a..9307e72 100644
--- a/devel/slibtool/HISTORY
+++ b/devel/slibtool/HISTORY
@@ -1,2 +1,5 @@
+2022-09-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.5.34
+
2018-05-31 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/ftp/gnunet/DEPENDS b/ftp/gnunet/DEPENDS
index b4d57b4..cec9392 100755
--- a/ftp/gnunet/DEPENDS
+++ b/ftp/gnunet/DEPENDS
@@ -3,6 +3,9 @@ depends curl &&
depends libgcrypt &&
depends libextractor &&
depends libxml2 &&
+optional_depends sphinx \
+ --{enable,disable}-documentation \
+ "for building documentation" &&
optional_depends libmicrohttpd \
"--with-microhttpd" \
"--without-microhttpd" \
diff --git a/ftp/gnunet/DETAILS b/ftp/gnunet/DETAILS
index 29ed2eb..7542954 100755
--- a/ftp/gnunet/DETAILS
+++ b/ftp/gnunet/DETAILS
@@ -1,9 +1,9 @@
SPELL=gnunet
- VERSION=0.8.1b
- SOURCE=GNUnet-${VERSION}.tar.gz
- SOURCE_URL[0]=http://gnunet.org/download/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/GNUnet-${VERSION}
+ VERSION=0.17.5
+ SOURCE=gnunet-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://ftpmirror.gnu.org/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:02c6deac7d5008df4a6b2783a954cf7cd2432669ca2d5c872421cb9ee52ebffc3f8302f68535dcb13745751b5f68277a438e4710bd5ac8709ef933d75b2ed70c
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.gnunet.org
ENTERED=20050208
LICENSE[0]=GPL
diff --git a/ftp/gnunet/GNUnet-0.8.1b.tar.gz.sig
b/ftp/gnunet/GNUnet-0.8.1b.tar.gz.sig
deleted file mode 100644
index 202823b..0000000
Binary files a/ftp/gnunet/GNUnet-0.8.1b.tar.gz.sig and /dev/null differ
diff --git a/ftp/gnunet/HISTORY b/ftp/gnunet/HISTORY
index e89266c..34222c5 100644
--- a/ftp/gnunet/HISTORY
+++ b/ftp/gnunet/HISTORY
@@ -1,3 +1,6 @@
+2022-09-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.17.5
+
2010-04-07 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.8.1b

diff --git a/libs/libextractor/BUILD b/libs/libextractor/BUILD
index 5acb438..a135130 100755
--- a/libs/libextractor/BUILD
+++ b/libs/libextractor/BUILD
@@ -1,2 +1,3 @@
+OPTS+=' --disable-static' &&
disable_pic &&
default_build
diff --git a/libs/libextractor/DEPENDS b/libs/libextractor/DEPENDS
index 6965f41..da139fc 100755
--- a/libs/libextractor/DEPENDS
+++ b/libs/libextractor/DEPENDS
@@ -1,7 +1,6 @@
depends zlib &&
depends -sub CXX gcc &&
depends glib2 &&
-depends libtool &&
optional_depends flac \
"" \
"" \
diff --git a/libs/libextractor/DETAILS b/libs/libextractor/DETAILS
index 8dd772f..071e593 100755
--- a/libs/libextractor/DETAILS
+++ b/libs/libextractor/DETAILS
@@ -1,12 +1,12 @@
SPELL=libextractor
- VERSION=0.5.23
+ VERSION=1.11
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_URL[0]=http://gnunet.org/libextractor/download/$SOURCE
-
SOURCE_HASH=sha512:954f1cb24c5dbf7ef1b4d0af01f6cceb1d2823811a47f1efa76f538cf787c4b543298c17fe5c662873ed26d201470ec4ef11499150b9d63267dd49ef742ad380
+ SOURCE_URL[0]=https://ftp.gnu.org/gnu/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:7023d8cb377fda854523242ac9fd14a97eed86d2cd829b126bb4d5a26d5f3650642f3871cf74ae3b0788447cc0a2dce942684ef0d45f17c9ba9248b5aed623d3
#SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
- WEB_SITE=http://www.gnunet.org/libextractor/
+ WEB_SITE=https://www.gnu.org/software/libextractor/
ENTERED=20050201
KEYWORDS="libs"
SHORT="a library used to extract meta-data from files"
diff --git a/libs/libextractor/HISTORY b/libs/libextractor/HISTORY
index 0891d86..dc83dc3 100644
--- a/libs/libextractor/HISTORY
+++ b/libs/libextractor/HISTORY
@@ -1,3 +1,9 @@
+2022-09-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: fixed WEB_SITE
+ updated spell to 1.11
+ * BUILD: disabled building static library
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+
2019-05-18 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Update dependency; s/gettext/GETTEXT/

diff --git a/libs/libextractor/PRE_BUILD b/libs/libextractor/PRE_BUILD
new file mode 100755
index 0000000..e352e2c
--- /dev/null
+++ b/libs/libextractor/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ build-aux/ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cc9cd45ebb1b03015e4fa40c3011ba46a21254fb), Ismael Luceno, 09/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page