pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/alsa-plugins-pulse Import alsa-plugins-pulse ver...
details: https://anonhg.NetBSD.org/pkgsrc/rev/da9c1e8af293
branches: trunk
changeset: 551696:da9c1e8af293
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Fri Dec 19 04:04:04 2008 +0000
description:
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:
audio/alsa-plugins-pulse/DESCR | 14 ++++++++++++++
audio/alsa-plugins-pulse/Makefile | 26 ++++++++++++++++++++++++++
audio/alsa-plugins-pulse/PLIST | 4 ++++
audio/alsa-plugins-pulse/distinfo | 6 ++++++
audio/alsa-plugins-pulse/patches/patch-aa | 22 ++++++++++++++++++++++
5 files changed, 72 insertions(+), 0 deletions(-)
diffs (92 lines):
diff -r cae8c34f00ab -r da9c1e8af293 audio/alsa-plugins-pulse/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/alsa-plugins-pulse/DESCR Fri Dec 19 04:04:04 2008 +0000
@@ -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 -r cae8c34f00ab -r da9c1e8af293 audio/alsa-plugins-pulse/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/alsa-plugins-pulse/Makefile Fri Dec 19 04:04:04 2008 +0000
@@ -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@localhost
+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 -r cae8c34f00ab -r da9c1e8af293 audio/alsa-plugins-pulse/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/alsa-plugins-pulse/PLIST Fri Dec 19 04:04:04 2008 +0000
@@ -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 -r cae8c34f00ab -r da9c1e8af293 audio/alsa-plugins-pulse/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/alsa-plugins-pulse/distinfo Fri Dec 19 04:04:04 2008 +0000
@@ -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 -r cae8c34f00ab -r da9c1e8af293 audio/alsa-plugins-pulse/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/alsa-plugins-pulse/patches/patch-aa Fri Dec 19 04:04:04 2008 +0000
@@ -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 ;;
Home |
Main Index |
Thread Index |
Old Index