Fix build and link with linuxsampler library.
This commit is contained in:
parent
d399f909ce
commit
f4046c5860
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240267
2 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gigedit
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.linuxsampler.org/packages/
|
||||
|
||||
|
@ -16,6 +17,8 @@ COMMENT= An instrument editor for gig files
|
|||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
LIB_DEPENDS= gig.10:${PORTSDIR}/audio/libgig \
|
||||
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/linuxsampler/liblinuxsampler.so.3:${PORTSDIR}/audio/linuxsampler
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -23,5 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GNOME= intltool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,6 +3,9 @@ lib/gigedit/libgigedit.so.2
|
|||
lib/gigedit/libgigedit.so
|
||||
lib/gigedit/libgigedit.la
|
||||
lib/gigedit/libgigedit.a
|
||||
lib/linuxsampler/plugins/libgigeditlinuxsamplerplugin.so
|
||||
lib/linuxsampler/plugins/libgigeditlinuxsamplerplugin.la
|
||||
lib/linuxsampler/plugins/libgigeditlinuxsamplerplugin.a
|
||||
%%DOCSDIR%%/gigedit_quickstart.html
|
||||
%%DOCSDIR%%/style.css
|
||||
%%DOCSDIR%%/shot_whole_app.png
|
||||
|
|
Loading…
Reference in a new issue