mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
convert libcddb and libsamplerate to only build depend on pkgconf, track
dependency impact
This commit is contained in:
parent
f5491cd4d6
commit
65eaf47a9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305356
@ -22,6 +22,7 @@ LIB_DEPENDS+= samplerate.1:${PORTSDIR}/audio/libsamplerate
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_BZIP2= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
|
@ -1,10 +1,5 @@
|
||||
# New ports collection makefile for: libcddb
|
||||
# Date created: Mon Mar 1 00:48:58 EST 2004
|
||||
# Whom: Michael Johnson <ahze@ahze.net>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@ahze.net>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/audio/libcddb/Makefile,v 1.1 2005/08/09 04:21:26 ahze Exp $
|
||||
# $Id: Makefile 17 2006-10-17 02:09:55Z buhnux $
|
||||
|
||||
PORTNAME= libcddb
|
||||
PORTVERSION= 1.3.2
|
||||
@ -17,7 +12,8 @@ COMMENT= A library to access data on a CDDB server
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_GNOME= gnomehack
|
||||
USE_PKGCONFIG= bild
|
||||
USE_ICONV= yes
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --without-cdio
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: libconvolve
|
||||
# Date created: 2007-04-02
|
||||
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
#
|
||||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libconvolve
|
||||
PORTVERSION= 0.0.8
|
||||
@ -25,5 +21,6 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: libsamplerate
|
||||
# Date created: 2 February 2003
|
||||
# Whom: <dmagda+libsamplerate@ee.ryerson.ca>
|
||||
#
|
||||
# Created by: <dmagda+libsamplerate@ee.ryerson.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libsamplerate
|
||||
PORTVERSION= 0.1.8
|
||||
@ -17,7 +13,8 @@ COMMENT= Secret Rabbit Code: a Sample Rate Converter for audio
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_GNOME= gnomehack
|
||||
USE_PKGCONFIG= build
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -36,6 +36,7 @@ OPTIONS= JACK "Enable JACK support" OFF \
|
||||
SDL "Enable SDL support" OFF
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= xft
|
||||
USE_QT4= corelib gui xml moc_build uic_build rcc_build \
|
||||
|
@ -32,6 +32,6 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USE_GNOME= pkgconfig
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -25,6 +25,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate\
|
||||
GNU_CONFIGURE= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PKGCONFIG= build
|
||||
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
||||
MAN1= fldigi.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user