On Sat May 22, 2021 at 04:04:04PM +0000, Dimitri Karamazov wrote:
> Ping
> 
> On Sat, May 15, 2021 at 05:47:41AM +0000, Dimitri Karamazov wrote:
> > Ping
> > 
> > On Fri, May 07, 2021 at 04:37:15AM +0000, Dimitri Karamazov wrote:
> > > audio/lv2 required for port audio/muse(https://muse-sequencer.github.io).
> > > 
> > > Information for file:/build/usr/ports/packages/amd64/all/lv2-1.18.2.tgz
> > > 
> > > Comment:
> > > open standard for audio plugins, used by hundreds of plugins
> > > 
> > > Description:
> > > LV2 is an open standard for audio plugins, used by hundreds of plugins and
> > > other projects. At its core, LV2 is a simple stable interface, accompanied
> > > by extensions which add functionality to support the needs of increasingly
> > > powerful audio software.
> > > 
> > > Maintainer: Dimitri Karamazov <[email protected]>
> > > 
> > > WWW: https://lv2plug.in

- Add missing dependency
- Remove defualt MODPY_DEFAULT_VERSION_3
- Regen WANTLIB

Otherwise OK rsadowski if anyone would like to import it.

--- Makefile.orig       Sun May 23 07:49:07 2021
+++ Makefile    Sun May 23 07:55:55 2021
@@ -19,7 +19,7 @@ WANTLIB += expat ffi fontconfig freetype fribidi gdk-x
 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
 WANTLIB += gtk-x11-2.0 harfbuzz harfbuzz-gobject intl m ogg opus
 WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
-WANTLIB += png pthread sndfile vorbis vorbisenc xcb xcb-render
+WANTLIB += png pthread sndfile tiff vorbis vorbisenc xcb xcb-render
 WANTLIB += xcb-shm z
 
 MODULES +=     lang/python
@@ -29,11 +29,10 @@ MASTER_SITES=       http://lv2plug.in/spec/
 EXTRACT_SUFX=  .tar.bz2
 
 LIB_DEPENDS=   audio/libsndfile \
+               graphics/tiff \
                x11/gtk+2
 
 MODULES=       lang/python
-
-MODPY_VERSION= ${MODPY_DEFAULT_VERSION_3}
 
 MODPY_ADJ_FILES=lv2specgen/lv2specgen.py
 

Reply via email to