Page MenuHomeSolus

D9315.diff
No OneTemporary

D9315.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,6 +1,5 @@
libc.so.6
libdl.so.2
-librt.so.1
libserd-0.so.0
libsord-0.so.0
libsratom-0.so.0
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : lilv
-version : 0.24.4
-release : 4
+version : 0.24.8
+release : 5
source :
- - https://github.com/drobilla/lilv/archive/v0.24.4.tar.gz : 7c6e3f630367213118446a89f0f629c8af13773ca109895d6057b64900ff8423
+ - git|https://github.com/lv2/lilv.git : v0.24.8
license : ISC
component : programming.library
summary : A library to make the use of LV2 plugins as simple as possible
@@ -10,10 +10,12 @@
Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications.
builddeps :
- pkgconfig(lv2)
+ - pkgconfig(python3)
- pkgconfig(serd-0)
- pkgconfig(sord-0)
- pkgconfig(sratom-0)
setup : |
+ sed -i 's/env python/env python3/g' waf
%waf_configure --configdir=/etc --libdir=%libdir%
build : |
%waf_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>lilv</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Packager>
<License>ISC</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">A library to make the use of LV2 plugins as simple as possible</Summary>
<Description xml:lang="en">Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>lilv</Name>
@@ -23,8 +23,9 @@
<Path fileType="executable">/usr/bin/lv2bench</Path>
<Path fileType="executable">/usr/bin/lv2info</Path>
<Path fileType="executable">/usr/bin/lv2ls</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/lilv.py</Path>
<Path fileType="library">/usr/lib64/liblilv-0.so.0</Path>
- <Path fileType="library">/usr/lib64/liblilv-0.so.0.24.4</Path>
+ <Path fileType="library">/usr/lib64/liblilv-0.so.0.24.8</Path>
<Path fileType="data">/usr/share/bash-completion/completions/lilv</Path>
<Path fileType="man">/usr/share/man/man1/lv2apply.1</Path>
<Path fileType="man">/usr/share/man/man1/lv2info.1</Path>
@@ -38,7 +39,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="4">lilv</Dependency>
+ <Dependency release="5">lilv</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/lilv-0/lilv/lilv.h</Path>
@@ -48,12 +49,12 @@
</Files>
</Package>
<History>
- <Update release="4">
- <Date>2018-12-24</Date>
- <Version>0.24.4</Version>
+ <Update release="5">
+ <Date>2020-07-26</Date>
+ <Version>0.24.8</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 2:14 PM (3 h, 2 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5850521
Default Alt Text
D9315.diff (3 KB)

Event Timeline