pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: patch for current audio/rubberband



pkgsrc/mk/plist/shlib-dylib.awk looks for shared objects in the PLIST that match the regexps

/.*\/lib[^\/]+\.so(\.[0-9]+)+$/
/.*\/lib[^\/]+\.so$/

As neither ladspa-rubberband.so or vamp-rubberband.so starts with "lib" for the directory entry name, they don't get matched

My first thought is to go for a specialised PLIST.Darwin, I think (see also pkgsrc/devel/valgrind/PLIST.Darwin), but there are probably much better ways to do it

On Tue, 7 Mar 2023 at 22:00, George Georgalis <george%galis.org@localhost> wrote:
On Mon, Mar 6, 2023 at 8:00 AM George Georgalis <george%galis.org@localhost> wrote:
This nominal diff will allow the build to complete and install,
the binary is working on Darwin/11.3/arm64 although I have
not tried using the plugins in other apps

the PLIST issue only impacts macos, so a fix will be more
involved than just updating the PLIST file.
https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57262


--
George Georgalis, (415) 894-2710, http://www.galis.org/



Home | Main Index | Thread Index | Old Index