Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Christian Heim (phreak)" <phreak@g.o>
Subject: gentoo-x86 commit in media-sound/alsa-utils/files: alsa-utils-1.0.15_rc1-seq.patch
Date: Mon, 17 Sep 2007 17:06:36 +0000
phreak      07/09/17 17:06:36

  Added:                alsa-utils-1.0.15_rc1-seq.patch
  Log:
  alsa-utils-1.0.15_rc1 needs some more "convincing".
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.1                  media-sound/alsa-utils/files/alsa-utils-1.0.15_rc1-seq.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.15_rc1-seq.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-utils/files/alsa-utils-1.0.15_rc1-seq.patch?rev=1.1&content-type=text/plain

Index: alsa-utils-1.0.15_rc1-seq.patch
===================================================================
diff -Nrup alsa-utils-1.0.15rc1.orig/Makefile.am alsa-utils-1.0.15rc1/Makefile.am
--- alsa-utils-1.0.15rc1.orig/Makefile.am	2007-08-30 10:30:27.000000000 +0200
+++ alsa-utils-1.0.15rc1/Makefile.am	2007-09-17 19:03:12.000000000 +0200
@@ -4,7 +4,12 @@ ALSAMIXER_DIR=alsamixer
 else
 ALSAMIXER_DIR=
 endif
-SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset seq speaker-test utils m4 po
+
+if BUILD_SEQ
+SEQ_DIR=seq
+endif
+
+SUBDIRS= include alsactl alsaconf $(ALSAMIXER_DIR) amidi amixer aplay iecset $(SEQ_DIR) speaker-test utils m4 po
 EXTRA_DIST= config.rpath  config.rpath mkinstalldirs ChangeLog INSTALL TODO README configure hgcompile depcomp
 AUTOMAKE_OPTIONS=foreign
 ACLOCAL_AMFLAGS = -I m4
diff -Nrup alsa-utils-1.0.15rc1.orig/configure.in alsa-utils-1.0.15rc1/configure.in
--- alsa-utils-1.0.15rc1.orig/configure.in	2007-08-30 10:30:29.000000000 +0200
+++ alsa-utils-1.0.15rc1/configure.in	2007-09-17 19:02:27.000000000 +0200
@@ -82,6 +82,18 @@ AC_ARG_WITH(testsound,
   TESTSOUND="$dir/test.wav")
 AC_SUBST(TESTSOUND)
 
+AC_ARG_ENABLE([sequencer],
+  [AC_HELP_STRING([--disable-sequencer], [Disable sequencer utilities (aconnect, aplaymidi, aseqdump, aseqnet)])] )
+
+if test "x$enable_sequencer" != "xno"; then
+   AC_CHECK_LIB([asound], [snd_seq_open], [has_seq=yes], [has_seq=no])
+fi
+if test "x$enable_sequencer" = "xyes" && test "x$has_seq" = "xno"; then
+   AC_MSG_FAILURE([cannot find snd_seq_open. ALSA was built without sequencer support])
+fi
+
+AM_CONDITIONAL([BUILD_SEQ], [test "x$has_seq" = "xyes"])
+
 AM_CONFIG_HEADER(include/aconfig.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.



-- 
gentoo-commits@g.o mailing list


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in media-sound/alsa-utils: ChangeLog alsa-utils-1.0.15_rc1.ebuild
Next by thread:
gentoo-x86 commit in kde-misc/pwmanager: ChangeLog pwmanager-1.2.4-r2.ebuild
Previous by date:
gentoo-x86 commit in media-sound/alsa-utils: ChangeLog alsa-utils-1.0.15_rc1.ebuild
Next by date:
gentoo-x86 commit in kde-misc/pwmanager: ChangeLog pwmanager-1.2.4-r2.ebuild


Updated Jul 05, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.