svn commit: r328189 - in head/audio/libao: . files
Christian Weisgerber
naddy at FreeBSD.org
Tue Sep 24 18:43:18 UTC 2013
Author: naddy
Date: Tue Sep 24 18:43:17 2013
New Revision: 328189
URL: http://svnweb.freebsd.org/changeset/ports/328189
Log:
Convert to stage and overhaul.
Deleted:
head/audio/libao/files/patch-Makefile.in
Modified:
head/audio/libao/Makefile
head/audio/libao/pkg-plist
Modified: head/audio/libao/Makefile
==============================================================================
--- head/audio/libao/Makefile Tue Sep 24 18:37:18 2013 (r328188)
+++ head/audio/libao/Makefile Tue Sep 24 18:43:17 2013 (r328189)
@@ -10,48 +10,25 @@ MASTER_SITES= http://downloads.xiph.org/
MAINTAINER= naddy at FreeBSD.org
COMMENT= Portable audio output library
-USE_AUTOTOOLS= libtool
-NO_STAGE= yes
-WANT_GNOME= yes
USES= pathfix pkgconfig
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-arts
-MAN5= libao.conf.5
-
OPTIONS_DEFINE= DOCS ESOUND NAS PULSEAUDIO
+OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
+NAS_LIB_DEPENDS=libaudio.so:${PORTSDIR}/audio/nas
+NAS_CONFIGURE_ENABLE= nas
-.if ${PORT_OPTIONS:MDOCS}
-MAKE_ENV= DOC=doc
-.else
-MAKE_ENV= DOC=""
-.endif
+PULSEAUDIO_LIB_DEPENDS= libpulse-simple.so:${PORTSDIR}/audio/pulseaudio
+PULSEAUDIO_CONFIGURE_ENABLE= pulse
+ESOUND_CONFIGURE_ENABLE=esd
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
-PLIST_SUB+= ESOUND=""
-.else
-CONFIGURE_ARGS+=--disable-esd
-PLIST_SUB+= ESOUND="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MNAS}
-LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
-PLIST_SUB+= NAS=""
-.else
-CONFIGURE_ARGS+=--disable-nas
-PLIST_SUB+= NAS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MPULSEAUDIO}
-LIB_DEPENDS+= pulse-simple.0:${PORTSDIR}/audio/pulseaudio
-PLIST_SUB+= PULSEAUDIO=""
-.else
-CONFIGURE_ARGS+=--disable-pulse
-PLIST_SUB+= PULSEAUDIO="@comment "
.endif
post-patch:
Modified: head/audio/libao/pkg-plist
==============================================================================
--- head/audio/libao/pkg-plist Tue Sep 24 18:37:18 2013 (r328188)
+++ head/audio/libao/pkg-plist Tue Sep 24 18:43:17 2013 (r328189)
@@ -15,6 +15,7 @@ lib/ao/plugins-4/liboss.so
%%PULSEAUDIO%%lib/ao/plugins-4/libpulse.la
%%PULSEAUDIO%%lib/ao/plugins-4/libpulse.so
libdata/pkgconfig/ao.pc
+man/man5/libao.conf.5.gz
share/aclocal/ao.m4
%%PORTDOCS%%%%DOCSDIR%%/ao_append_option.html
%%PORTDOCS%%%%DOCSDIR%%/ao_close.html
More information about the svn-ports-head
mailing list