diff options
author | Tim Biermann <tbier@posteo.de> | 2022-08-14 22:27:27 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-08-14 22:27:27 +0200 |
commit | 1db6b66842d78a5c26dbd517974ad9a528474a15 (patch) | |
tree | 480bc9a72bc70ed7c68c57de0ef2e0cc0bd0fa0c /lv2 | |
parent | 9d42766579a98a6b207e79ed32297e62764d57ab (diff) | |
download | contrib-1db6b66842d78a5c26dbd517974ad9a528474a15.tar.gz contrib-1db6b66842d78a5c26dbd517974ad9a528474a15.tar.xz |
lv2: 1.18.6 -> 1.18.8
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/.footprint | 5 | ||||
-rw-r--r-- | lv2/.signature | 8 | ||||
-rw-r--r-- | lv2/Pkgfile | 3 |
3 files changed, 7 insertions, 9 deletions
diff --git a/lv2/.footprint b/lv2/.footprint index 7f2ca2db7..ffa1b8deb 100644 --- a/lv2/.footprint +++ b/lv2/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/lv2_validate -rwxr-xr-x root/root usr/bin/lv2specgen.py drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/lv2.h drwxr-xr-x root/root usr/include/lv2/ drwxr-xr-x root/root usr/include/lv2/atom/ -rw-r--r-- root/root usr/include/lv2/atom/atom.h @@ -160,10 +161,6 @@ drwxr-xr-x root/root usr/lib/lv2/eg-params.lv2/ -rw-r--r-- root/root usr/lib/lv2/eg-params.lv2/manifest.ttl -rwxr-xr-x root/root usr/lib/lv2/eg-params.lv2/params.so -rw-r--r-- root/root usr/lib/lv2/eg-params.lv2/params.ttl -drwxr-xr-x root/root usr/lib/lv2/eg-sampler.lv2/ --rw-r--r-- root/root usr/lib/lv2/eg-sampler.lv2/manifest.ttl --rwxr-xr-x root/root usr/lib/lv2/eg-sampler.lv2/sampler.so --rw-r--r-- root/root usr/lib/lv2/eg-sampler.lv2/sampler.ttl drwxr-xr-x root/root usr/lib/lv2/eg-scope.lv2/ -rwxr-xr-x root/root usr/lib/lv2/eg-scope.lv2/examploscope.so -rw-r--r-- root/root usr/lib/lv2/eg-scope.lv2/examploscope.ttl diff --git a/lv2/.signature b/lv2/.signature index db9b1357e..17020fd02 100644 --- a/lv2/.signature +++ b/lv2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3yMsAiE7Fu9D0mtX/smmU45fwa2x+pFvI0F8xQlk4lnSVY0ppvVCj9NgHpArAEntYzL9U2djJIuoDkFryGudbAI= -SHA256 (Pkgfile) = e1ca7abf22ec006ac1c4eb0b8f93843a68d7b6ec6e7e241d009bc8f4e7ef899c -SHA256 (.footprint) = 041d2fff12d107e112c519e85758065560061843e725434734dc2264d3777d94 -SHA256 (lv2-1.18.6.tar.xz) = a552b60d615241a914f71b1100a64652e4760664354a26f2d2ac392dc9566241 +RWSagIOpLGJF32PDE5ej+gPMGrDx+AXf7LzJcEA5tki20KMVV054sIuGNhazh+TppnJ/xgHwLwpFEJIY0L4VeZKD/lKKlhzu6gw= +SHA256 (Pkgfile) = efe6ad53e24a4d24e56edb50126393a94216f15a5b74d7ab544f32223618e61f +SHA256 (.footprint) = bf9c674167d246b908192c8f98b6346be5dbca2429c34e9357d0aef82502f09f +SHA256 (lv2-1.18.8.tar.xz) = b404cf14f776af40ca43808b45f4219dfa850a4f47aa33f89fa96ae719e174c8 diff --git a/lv2/Pkgfile b/lv2/Pkgfile index 60fae2575..02d1815e5 100644 --- a/lv2/Pkgfile +++ b/lv2/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libsndfile meson ninja name=lv2 -version=1.18.6 +version=1.18.8 release=1 source=(http://lv2plug.in/spec/$name-$version.tar.xz) @@ -13,6 +13,7 @@ build() { --prefix=/usr \ --buildtype=plain \ --wrap-mode nodownload \ + -D b_lto=true \ -D b_pie=true meson compile -C build |