update to liblrdf-0.6.0

This commit is contained in:
sthen
2026-03-09 20:32:39 +00:00
parent f57798ddb1
commit 0a8eb2a931
4 changed files with 27 additions and 14 deletions
+5 -3
View File
@@ -1,8 +1,11 @@
COMMENT = light RDF manipulation with LADSPA plugin support
DISTNAME = LRDF-0.5.0
# 0.6.1 exports its own copy of MD5_* functions which may cause issues
# if other software using this pulls in libcrypto
GH_ACCOUNT = swh
GH_PROJECT = LRDF
GH_TAGNAME = v0.6.0
PKGNAME = lib${DISTNAME:L}
REVISION = 11
CATEGORIES = textproc
SHARED_LIBS = lrdf 1.0 # 0.0
@@ -16,7 +19,6 @@ WANTLIB += crypto curl iconv icudata icuuc m nghttp2 nghttp3
WANTLIB += ngtcp2 ngtcp2_crypto_libressl pthread raptor2 ssl xml2
WANTLIB += xslt yajl z
SITES = https://spacehopper.org/mirrors/
BUILD_DEPENDS = audio/ladspa
LIB_DEPENDS = devel/libyajl \
textproc/raptor
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (LRDF-0.5.0.tar.gz) = uoA6+Tb9U6izFlEENzLm1s7D0k+iTSy4wVBsLRZ14qI=
SIZE (LRDF-0.5.0.tar.gz) = 283069
SHA256 (LRDF-0.6.0.tar.gz) = NKhZK73+npuA6b6Nj5SKr3uv1g9lF3owoEIkb1tIfhw=
SIZE (LRDF-0.6.0.tar.gz) = 257022
+9 -9
View File
@@ -1,11 +1,11 @@
--- autogen.sh.orig Thu Nov 8 23:02:30 2012
+++ autogen.sh Thu Nov 8 23:02:33 2012
@@ -32,6 +32,8 @@ autoconf || {
Index: autogen.sh
--- autogen.sh.orig
+++ autogen.sh
@@ -31,7 +31,3 @@ autoconf || {
echo "autoconf failed, exiting..."
exit 1
}
+exit 0
+
echo "Running ./configure --enable-maintainer-mode $@..."
./configure --enable-maintainer-mode $@
-
-echo "Running ./configure $@..."
-
-./configure $@
@@ -0,0 +1,11 @@
Index: src/Makefile.am
--- src/Makefile.am.orig
+++ src/Makefile.am
@@ -3,6 +3,6 @@ AM_CFLAGS = -Wall -g -I@top_srcdir@ @AM_CFLAGS@
lib_LTLIBRARIES = liblrdf.la
noinst_HEADERS = ladspa.h
-liblrdf_la_SOURCES = lrdf.c lrdf_multi.c md5.c
+liblrdf_la_SOURCES = lrdf.c lrdf_multi.c
liblrdf_la_LIBADD = @RAPTOR_LIBS@
liblrdf_la_LDFLAGS = -version-info @LRDF_LIBTOOL_VERSION@