diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 04:04:04 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-12-19 04:04:04 +0000 |
commit | 530e2401abda566cad12aca2feffc2da653ad857 (patch) | |
tree | 0ee54c06727ce663730f10c0e2f522b9146685da /audio/alsa-plugins-pulse | |
parent | 78110d132047c99968290b3b0ac6e96e402d52e2 (diff) | |
download | pkgsrc-530e2401abda566cad12aca2feffc2da653ad857.tar.gz |
Import alsa-plugins-pulse version 1.0.18.
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system. ALSA has the following
significant features:
* Efficient support for all types of audio interfaces, from consumer sound
cards to professional multichannel audio interfaces.
* Fully modularized sound drivers.
* SMP and thread-safe design.
* User space library (alsa-lib) to simplify application programming and
provide higher level functionality.
* Support for the older Open Sound System (OSS) API, providing binary
compatibility for most OSS programs.
This package provides a PulseAudio plugin for ALSA.
Diffstat (limited to 'audio/alsa-plugins-pulse')
-rw-r--r-- | audio/alsa-plugins-pulse/DESCR | 14 | ||||
-rw-r--r-- | audio/alsa-plugins-pulse/Makefile | 26 | ||||
-rw-r--r-- | audio/alsa-plugins-pulse/PLIST | 4 | ||||
-rw-r--r-- | audio/alsa-plugins-pulse/distinfo | 6 | ||||
-rw-r--r-- | audio/alsa-plugins-pulse/patches/patch-aa | 22 |
5 files changed, 72 insertions, 0 deletions
diff --git a/audio/alsa-plugins-pulse/DESCR b/audio/alsa-plugins-pulse/DESCR new file mode 100644 index 00000000000..9b6b101a07a --- /dev/null +++ b/audio/alsa-plugins-pulse/DESCR @@ -0,0 +1,14 @@ +The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI +functionality to the Linux operating system. ALSA has the following +significant features: + + * Efficient support for all types of audio interfaces, from consumer sound + cards to professional multichannel audio interfaces. + * Fully modularized sound drivers. + * SMP and thread-safe design. + * User space library (alsa-lib) to simplify application programming and + provide higher level functionality. + * Support for the older Open Sound System (OSS) API, providing binary + compatibility for most OSS programs. + +This package provides a PulseAudio plugin for ALSA. diff --git a/audio/alsa-plugins-pulse/Makefile b/audio/alsa-plugins-pulse/Makefile new file mode 100644 index 00000000000..5c54003d36d --- /dev/null +++ b/audio/alsa-plugins-pulse/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ +# + +DISTNAME= alsa-plugins-1.0.18 +PKGNAME= ${DISTNAME:S/plugins/plugins-pulse/} +CATEGORIES= audio +MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.alsa-project.org/ +COMMENT= Advanced Linux Sound Architecture (ALSA) - PulseAudio plugin + +GNU_CONFIGURE= yes +USE_TOOLS= pkg-config gmake +USE_LIBTOOL= yes + +do-build: + cd ${WRKSRC}/pulse && ${GMAKE} + +do-install: + cd ${WRKSRC}/pulse && ${GMAKE} install + +.include "../../audio/alsa-lib/buildlink3.mk" +.include "../../audio/pulseaudio/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/alsa-plugins-pulse/PLIST b/audio/alsa-plugins-pulse/PLIST new file mode 100644 index 00000000000..9140744f931 --- /dev/null +++ b/audio/alsa-plugins-pulse/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ +lib/alsa-lib/libasound_module_conf_pulse.la +lib/alsa-lib/libasound_module_ctl_pulse.la +lib/alsa-lib/libasound_module_pcm_pulse.la diff --git a/audio/alsa-plugins-pulse/distinfo b/audio/alsa-plugins-pulse/distinfo new file mode 100644 index 00000000000..ea93be25c38 --- /dev/null +++ b/audio/alsa-plugins-pulse/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ + +SHA1 (alsa-plugins-1.0.18.tar.bz2) = 33b5eca861de35a6eeb47862f24a8663af56cd0a +RMD160 (alsa-plugins-1.0.18.tar.bz2) = 83b570d5346c7c79f5fe628e381ba1cf8e5a69db +Size (alsa-plugins-1.0.18.tar.bz2) = 312656 bytes +SHA1 (patch-aa) = af3bc837cab95c8f042b6e041c89b03e171f1a73 diff --git a/audio/alsa-plugins-pulse/patches/patch-aa b/audio/alsa-plugins-pulse/patches/patch-aa new file mode 100644 index 00000000000..ddd248505db --- /dev/null +++ b/audio/alsa-plugins-pulse/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $ + +--- configure.orig 2008-10-29 08:47:45.000000000 -0400 ++++ configure +@@ -20252,7 +20252,7 @@ if test "${ac_cv_lib_asound_snd_pcm_iopl + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lasound -ldl $LIBS" ++LIBS="-lasound $LIBS" + cat >conftest.$ac_ext <<_ACEOF + /* confdefs.h. */ + _ACEOF +@@ -21974,6 +21974,8 @@ do + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ++ : Avoid regenerating within pkgsrc ++ exit 0 + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + echo "$ac_cs_version"; exit ;; |