mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Convert audio/jack and fluidsynth to only build depend on pkgconf, track
dependency impact
This commit is contained in:
parent
295809be78
commit
72ae5b1a39
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305354
@ -27,6 +27,7 @@ CONFIGURE_ARGS= --disable-complex
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: cheesetracker
|
||||
# Date created: Jan 31, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cheesetracker
|
||||
PORTVERSION= 0.9.15.4
|
||||
@ -24,6 +19,7 @@ LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \
|
||||
USE_BZIP2= yes
|
||||
USE_QT_VER= 3
|
||||
USE_SCONS= yes
|
||||
USE_PKGCONFIG= build
|
||||
SCONS_BUILDENV= CXX="${CXX}" QTDIR="${QT_PREFIX}"
|
||||
|
||||
PORTEXAMPLES= beek-dolphinisland.it ll-globule.it reduz-maschizo.it \
|
||||
|
@ -28,6 +28,7 @@ OPTIONS_DEFINE= QT4
|
||||
|
||||
USE_GNOME= gnomehack
|
||||
USE_GMAKE= yes
|
||||
USE_PKGCONFIG= build
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -1,9 +1,5 @@
|
||||
# ports collection makefile for: fluidsynth
|
||||
# Date created: 27 Nov 2003
|
||||
# Whom: Juha Nygard <juha.nygard1@netikka.fi>
|
||||
#
|
||||
# Created by: Juha Nygard <juha.nygard1@netikka.fi>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fluidsynth
|
||||
PORTVERSION= 1.1.5
|
||||
@ -20,7 +16,8 @@ OPTIONS_DEFINE= JACK ALSA DBUS LADSPA LASH PORTAUDIO PULSEAUDIO SNDFILE
|
||||
OPTIONS_DEFAULT= JACK
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= glib20 pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_PKGCONFIG= build
|
||||
USE_CMAKE= yes
|
||||
CMAKE_ARGS= -Denable-ladcca:BOOL=FALSE \
|
||||
-Denable-midishare:BOOL=FALSE
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: linuxsampler
|
||||
# Date created: 2007-01-24
|
||||
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
#
|
||||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= linuxsampler
|
||||
PORTVERSION= 1.0.0
|
||||
@ -33,6 +29,7 @@ USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= HAVE_UNIX98=1
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= linuxsampler.1
|
||||
|
@ -23,6 +23,7 @@ LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack \
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -34,6 +34,7 @@ USE_WX= 2.6+
|
||||
WX_UNICODE= yes
|
||||
CONFIGURE_ARGS= -with-wxconfig-path=${WX_CONFIG}
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
Loading…
Reference in New Issue
Block a user