Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (05f76fd2818a8e533124aff3f68607c4236514f2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (05f76fd2818a8e533124aff3f68607c4236514f2)
  • Date: Sun, 7 Aug 2022 04:06:05 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
disk/avfs/CONFIGURE | 29 ++++++++++++-----------------
disk/avfs/DEPENDS | 12 ++++++++++++
disk/avfs/DETAILS | 4 ++--
disk/avfs/FBC52B37.gpg |binary
disk/avfs/HISTORY | 8 ++++++++
6 files changed, 34 insertions(+), 19 deletions(-)

New commits:
commit 05f76fd2818a8e533124aff3f68607c4236514f2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

avfs: => 1.1.4

diff --git a/disk/avfs/6623F6B4.gpg b/disk/avfs/6623F6B4.gpg
deleted file mode 100644
index f2adec2..0000000
Binary files a/disk/avfs/6623F6B4.gpg and /dev/null differ
diff --git a/disk/avfs/CONFIGURE b/disk/avfs/CONFIGURE
index deb395d..780eb02 100755
--- a/disk/avfs/CONFIGURE
+++ b/disk/avfs/CONFIGURE
@@ -1,3 +1,9 @@
+# remove obsolete options from AVFS_OPTS
+list_remove AVFS_OPTS '--disable-preload' &&
+list_remove AVFS_OPTS '--enable-preload' &&
+list_remove AVFS_OPTS '--disable-avfscoda' &&
+list_remove AVFS_OPTS '--enable-avfscoda' &&
+
config_query_option AVFS_OPTS "Compile avfs as a shared and static library?"
y \
"--enable-library" \
"--disable-library" &&
@@ -6,22 +12,11 @@ config_query_option AVFS_OPTS "Compile in debug
information?" n \
"--enable-debug" \
"--disable-debug" &&

-# preload doesn't work on glibc systems
-list_add "AVFS_OPTS" "--disable-preload" &&
-#config_query_option AVFS_OPTS "Compile the preloaded library and server?" n
\
-# "--enable-preload" \
-# "--disable-preload" &&
-
# dav support is broken
-message "${PROBLEM_COLOR}Dav module is incompatible with modern libraries,
disabling it...${DEFAULT_COLOR}" &&
-list_add "AVFS_OPTS" "--disable-dav" &&
-#config_query_option AVFS_OPTS "Compile the dav module?" n \
-# "--enable-dav" \
-# "--disable-dav" &&
+if list_find "$AVFS_OPTS" "--enable-dav"; then
+ message "${PROBLEM_COLOR}Dav module is incompatible with modern libraries,
disabling it...${DEFAULT_COLOR}" &&
+
+ list_remove "AVFS_OPTS" "--enable-dav"
+fi &&

-# coda support is broken
-message "${PROBLEM_COLOR}Coda module is incompatible with modern kernels,
disabling it...${DEFAULT_COLOR}" &&
-list_add "AVFS_OPTS" "--disable-avfscoda"
-#config_query_option AVFS_OPTS "Compile avfscoda daemon and kernel module?"
n \
-# "--enable-avfscoda" \
-# "--disable-avfscoda"
+list_add "AVFS_OPTS" "--disable-dav"
diff --git a/disk/avfs/DEPENDS b/disk/avfs/DEPENDS
index e4e5473..fdd4aee 100755
--- a/disk/avfs/DEPENDS
+++ b/disk/avfs/DEPENDS
@@ -1,3 +1,5 @@
+depends PKG-CONFIG &&
+
message "${MESSAGE_COLOR}NOTE: usage of system libraries leads to
significant low access speed${DEFAULT_COLOR}" &&

optional_depends zlib \
@@ -15,6 +17,16 @@ optional_depends xz-utils \
"--without-xz" \
"for LZMA support" &&

+optional_depends zstd \
+ "--with-zstd" \
+ "--without-zstd" \
+ "for zstd support" &&
+
+optional_depends lzip \
+ "--with-lzip" \
+ "--without-lzip" \
+ "for lzip support" &&
+
optional_depends fuse \
"--enable-fuse" \
"--disable-fuse" \
diff --git a/disk/avfs/DETAILS b/disk/avfs/DETAILS
index 50c6970..4539050 100755
--- a/disk/avfs/DETAILS
+++ b/disk/avfs/DETAILS
@@ -1,10 +1,10 @@
SPELL=avfs
- VERSION=1.0.5
+ VERSION=1.1.4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/avf/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=6623F6B4.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=FBC52B37.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
diff --git a/disk/avfs/FBC52B37.gpg b/disk/avfs/FBC52B37.gpg
new file mode 100644
index 0000000..4b4621c
Binary files /dev/null and b/disk/avfs/FBC52B37.gpg differ
diff --git a/disk/avfs/HISTORY b/disk/avfs/HISTORY
index baa151c..81b5e77 100644
--- a/disk/avfs/HISTORY
+++ b/disk/avfs/HISTORY
@@ -1,3 +1,11 @@
+2022-08-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.4
+ * DEPENDS: added PKG-CONFIG, zstd, lzip
+ * CONFIGURE: remove obsolete settings
+ * FBC52B37.gpg: added, new public key (Ralf Hoffmann
+ <ralf AT boomerangsworld.de>)
+ * 6623F6B4.gpg: dropped
+
2018-02-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.5




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (05f76fd2818a8e533124aff3f68607c4236514f2), Vlad Glagolev, 08/07/2022

Archive powered by MHonArc 2.6.24.

Top of Page