[SCM] rtmidi/master.experimental: debian/control, debian/rules: build rtmidi with ALSA bindings

themuso-guest at users.alioth.debian.org themuso-guest at users.alioth.debian.org
Tue Jan 29 23:54:03 UTC 2013


The following commit has been merged in the master.experimental branch:
commit e3f24030c056418ec5043d5016a794e6a4abe708
Author: Devin Anderson <surfacepatterns at gmail.com>
Date:   Wed Jan 30 10:41:14 2013 +1100

    debian/control, debian/rules: build rtmidi with ALSA bindings

diff --git a/debian/control b/debian/control
index 2d2fa2c..fa6d8dd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Alessio Treglia <alessio at debian.org>
 Build-Depends:
  debhelper (>= 8.1.3~),
  dh-autoreconf,
- libjack-dev
+ libjack-dev,
+ libasound2-dev
 Standards-Version: 3.9.3
 Homepage: http://www.music.mcgill.ca/~gary/rtmidi/
 Vcs-Git: git://git.debian.org/pkg-multimedia/rtmidi.git
@@ -48,6 +49,7 @@ Architecture: linux-any
 Multi-Arch: same
 Depends:
  libjack-dev,
+ libasound2-dev,
  librtaudio-dev,
  librtmidi1 (= ${binary:Version}),
  ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 346ad4d..53e8b13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export REPACK_SH=$(CURDIR)/debian/repack.sh
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-CONFIGURE_FLAGS = --with-jack
+CONFIGURE_FLAGS = --with-alsa --with-jack
 
 CFLAGS += -g
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list