freebsd-ports/audio/linux-c6-alsa-plugins-pulseaudio/Makefile
John Marino 1aaf3941aa audio/linux-f10-alsa-lib: Use OSS plugin by default
This patch makes alsa work by default with OSS plugin, similar to
audio/alsa-lib.  Uses system asound.conf now (f10 and c6), v1.1

  - fixes aplay(1) from non-existent audio/linux-f10-alsa-utils
  - fixes HTML5 audio for www/linux-firefox (when USE_LINUX=f10)

untested:
  - if non-existent "Open Sound System" plugin graciously falls back to
    default plugin if present in application configuration
  - if audio capture works the same in net-im/skype
  - if audio capture works the same in www/linux-*-flashplugin11
  - webcam

PR:		169896
Submitted by:	Jan Beich
Approved by:	maintainer timeout (16 months?)
2014-11-25 18:20:28 +00:00

33 lines
714 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= alsa-plugins-pulseaudio
PORTVERSION= 1.0.21
PORTREVISION= 2
CATEGORIES= audio linux
PKGNAMEPREFIX= linux-${USE_LINUX}-
MAINTAINER= emulation@FreeBSD.org
COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER})
LICENSE= GPLv3
CONFLICTS= linux-f10-alsa-plugins-pulseaudio-[0-9]*
.if defined(PACKAGE_BUILDING)
SRC_DISTFILES= alsa-plugins-1.0.21-3.el6.src.rpm
.endif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
USE_LINUX_APPS= alsalib pulseaudio-libs
USE_LINUX_RPM= yes
RPMVERSION= 3.el6
USE_LDCONFIG= yes
# We will use native configuration file, so delete a linux one
post-extract:
@${RM} -r ${WRKSRC}/etc
.include <bsd.port.mk>