This file is indexed.

/usr/lib/lv2/naspro-ladspa-caps.lv2/PhaserII.ttl is in naspro-bridges 0.5.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
@prefix lv2:   <http://lv2plug.in/ns/lv2core#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<urn:ladspa:2586> a lv2:PhaserPlugin .

<urn:ladspa:2586/port1> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "sine" ;
		rdf:value 1.0
	] , [
		rdfs:label "fractal" ;
		rdf:value 1.0
	] .