summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 22:31:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 22:31:38 +0000
commit0dc34effd5fa8f149bf364d4097516c57e825eea (patch)
treea1b48ae17cce6abbd28f23dfd05e44010cc2943d /audio
parentRemove 2 lines for structs which were declared in utmp.h (diff)
Add an explicit dependency on pkgconf
While here: - trim headers - convert USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=325725
Diffstat (limited to 'audio')
-rw-r--r--audio/musicpd/Makefile2
-rw-r--r--audio/pulseaudio/Makefile5
-rw-r--r--audio/soundtracker/Makefile2
-rw-r--r--audio/specimen/Makefile2
-rw-r--r--audio/sweep/Makefile3
-rw-r--r--audio/timemachine/Makefile3
-rw-r--r--audio/waon/Makefile9
-rw-r--r--audio/xmms-sndfile/Makefile1
8 files changed, 11 insertions, 16 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile
index 19f3f7aedc45..500961610ae8 100644
--- a/audio/musicpd/Makefile
+++ b/audio/musicpd/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \
LICENSE= GPLv2
USE_STAGE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index ba73d5605db7..17dd95910907 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,7 +1,7 @@
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports-stable/audio/pulseaudio/Makefile,v 1.7 2010/06/25 20:35:01 kwm Exp $
-#
+
# !!!NOTE!!! Any PORTVERSION update to this port must be accompanied by
# PORTREVISION bumps to audio/gnome-media, sysutils/gnome-settings-daemon,
# and audio/gstreamer-plugins-pulse.
@@ -27,10 +27,9 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
USE_GNOME= gnomehack glib20 intltool ltverhack
USE_XORG= x11 sm xtst ice
USE_LDCONFIG= yes
-USES= gettext
+USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libltdl libtool
-USE_GMAKE= yes
MAKE_JOBS_UNSAFE=yes
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" \
diff --git a/audio/soundtracker/Makefile b/audio/soundtracker/Makefile
index 1006ae8c0242..007abacff17c 100644
--- a/audio/soundtracker/Makefile
+++ b/audio/soundtracker/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= sndfile:${PORTSDIR}/audio/libsndfile
GNU_CONFIGURE= yes
-USES= pathfix
+USES= pathfix pkgconfig
USE_GNOME= esound gdkpixbuf
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/audio/specimen/Makefile b/audio/specimen/Makefile
index e2242f3b17f7..5c38f865f303 100644
--- a/audio/specimen/Makefile
+++ b/audio/specimen/Makefile
@@ -21,8 +21,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
sndfile:${PORTSDIR}/audio/libsndfile \
phat:${PORTSDIR}/x11-toolkits/phat
+USES= pkgconfig gmake
USE_GNOME= libgnomecanvas libxml2
-USE_GMAKE= yes
GNU_CONFIGURE= yes
LDFLAGS+= -lm
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile
index 1af17fe961da..83f913f212bf 100644
--- a/audio/sweep/Makefile
+++ b/audio/sweep/Makefile
@@ -18,9 +18,8 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
speex:${PORTSDIR}/audio/speex
USE_BZIP2= yes
-USES= pathfix gettext
+USES= pathfix gettext pkgconfig gmake
USE_GNOME= gtk20
-USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile
index 8e1cacf0d592..465c68d68293 100644
--- a/audio/timemachine/Makefile
+++ b/audio/timemachine/Makefile
@@ -18,9 +18,8 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \
OPTIONS_DEFINE= LASH
-USES= pathfix
+USES= gmake pathfix pkgconfig
USE_GNOME= gtk20
-USE_GMAKE= yes
GNU_CONFIGURE= yes
LDFLAGS+= -lm
diff --git a/audio/waon/Makefile b/audio/waon/Makefile
index 7d82348367b8..1f6cc8b42c55 100644
--- a/audio/waon/Makefile
+++ b/audio/waon/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: waon
-# Date created: 8 October 2007
-# Whom: Kengo Ichiki <kichiki@users.sourceforge.net>
-#
+# Created by: Kengo Ichiki <kichiki@users.sourceforge.net>
# $FreeBSD$
-#
PORTNAME= waon
PORTVERSION= 0.9
@@ -12,13 +8,14 @@ CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= kichiki@users.sourceforge.net
-COMMENT= A Wave-to-Notes transcriber and some utility tools
+COMMENT= Wave-to-Notes transcriber and some utility tools
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
ao.4:${PORTSDIR}/audio/libao \
sndfile.1:${PORTSDIR}/audio/libsndfile \
samplerate.1:${PORTSDIR}/audio/libsamplerate
+USES= pkgconfig
USE_GNOME= gtk20
MAN1= waon.1 pv.1 gwaon.1
diff --git a/audio/xmms-sndfile/Makefile b/audio/xmms-sndfile/Makefile
index 1e983f1465d8..378a0e386f55 100644
--- a/audio/xmms-sndfile/Makefile
+++ b/audio/xmms-sndfile/Makefile
@@ -21,6 +21,7 @@ PLIST_FILES= lib/xmms/Input/libxmms_sndfile.so \
lib/xmms/Input/libxmms_sndfile.a \
lib/xmms/Input/libxmms_sndfile.la
+USES= pkgconfig
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes