From: Wojciech M. Zabolotny <wzab01@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 1/1] jack2: new package
Date: Wed, 30 Oct 2013 16:46:01 +0100 [thread overview]
Message-ID: <1383147961-4185-1-git-send-email-wzab01@gmail.com> (raw)
In-Reply-To: 20131030011404.7689a067@skate
Signed-off-by: Wojciech M. Zabolotny <wzab01@gmail.com>
---
package/Config.in | 1 +
package/jack2/Config.in | 17 +++++++++++++++++
package/jack2/jack2.mk | 29 +++++++++++++++++++++++++++++
3 files changed, 47 insertions(+)
create mode 100644 package/jack2/Config.in
create mode 100644 package/jack2/jack2.mk
diff --git a/package/Config.in b/package/Config.in
index 4c4da51..bf297a8 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -11,6 +11,7 @@ source "package/ffmpeg/Config.in"
source "package/flac/Config.in"
source "package/gstreamer/Config.in"
source "package/gstreamer1/Config.in"
+source "package/jack2/Config.in"
source "package/lame/Config.in"
source "package/libvpx/Config.in"
source "package/madplay/Config.in"
diff --git a/package/jack2/Config.in b/package/jack2/Config.in
new file mode 100644
index 0000000..2a57c1d
--- /dev/null
+++ b/package/jack2/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_JACK2
+ bool "jack2"
+ depends on BR2_LARGEFILE
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ select BR2_PACKAGE_LIBSAMPLERATE
+ select BR2_PACKAGE_LIBSNDFILE
+ select BR2_PACKAGE_ALSA_LIB
+ help
+ JACK Audio Connection Kit (server and example clients)
+ JACK is a low-latency sound server, allowing multiple applications to
+ connect to one audio device, and to share audio between themselves.
+ This package contains the daemon jackd as well as some example clients.
+
+ http://jackaudio.org/
+
+comment "jack2 needs a toolchain w/ largefile and threads"
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
\ No newline at end of file
diff --git a/package/jack2/jack2.mk b/package/jack2/jack2.mk
new file mode 100644
index 0000000..e49ddef
--- /dev/null
+++ b/package/jack2/jack2.mk
@@ -0,0 +1,29 @@
+################################################################################
+#
+# jack2
+#
+################################################################################
+
+JACK2_VERSION = 37976441044d69b91d61d8f6278949a39cf1b7b7
+JACK2_SITE = http://github.com/jackaudio/jack2/tarball/$(JACK2_VERSION)
+JACK2_LICENSE = GPLv2+ (jack server), LGPLv2.1+ (jack library)
+JACK2_DEPENDENCIES = libsamplerate libsndfile alsa-lib
+
+define JACK2_CONFIGURE_CMDS
+ (cd $(@D); \
+ $(TARGET_CONFIGURE_OPTS) \
+ ./waf configure \
+ --prefix=/usr \
+ --alsa \
+ )
+endef
+
+define JACK2_BUILD_CMDS
+ (cd $(@D); ./waf build -j $(PARALLEL_JOBS))
+endef
+
+define JACK2_INSTALL_TARGET_CMDS
+ (cd $(@D); ./waf --destdir=$(TARGET_DIR) install)
+endef
+
+$(eval $(generic-package))
--
1.8.4.rc3
next prev parent reply other threads:[~2013-10-30 15:46 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-25 12:54 [Buildroot] [PATCH 1/1] Added pyusb as a package Wojciech M. Zabolotny
2013-10-25 15:26 ` Ryan Barnett
2013-10-25 16:50 ` Thomas De Schampheleire
2013-10-24 23:42 ` [Buildroot] [PATCH 1/1] Added jack2 as a package. Due to alignment errors on ARM platform, git sources are used Wojciech M. Zabolotny
2013-10-24 23:48 ` Wojciech Zabolotny
2013-10-25 23:36 ` [Buildroot] [PATCH 1/1] jack2: new package Wojciech M. Zabolotny
2013-10-27 17:10 ` Thomas Petazzoni
2013-10-27 19:50 ` [Buildroot] [PATCH v2 " Wojciech M. Zabolotny
2013-10-28 19:27 ` Thomas Petazzoni
2013-10-29 18:55 ` [Buildroot] [PATCH v3 " Wojciech M. Zabolotny
2013-10-29 19:34 ` Thomas Petazzoni
2013-10-30 0:00 ` Wojciech Zabolotny
2013-10-30 0:14 ` Thomas Petazzoni
2013-10-30 15:46 ` Wojciech M. Zabolotny [this message]
2014-03-07 23:10 ` [Buildroot] [PATCH v4 " Thomas Petazzoni
2013-10-25 23:15 ` [Buildroot] [PATCH 1/1] python-pyusb: " Wojciech M. Zabolotny
2013-10-25 23:41 ` Arnout Vandecappelle
2013-10-26 7:25 ` Wojciech M. Zabolotny
2013-10-26 7:35 ` [Buildroot] [PATCH v2 " Wojciech M. Zabolotny
2013-10-26 7:33 ` [Buildroot] [PATCH " Wojciech Zabolotny
2013-10-28 7:12 ` Arnout Vandecappelle
2013-10-28 8:10 ` Baruch Siach
2013-10-28 8:24 ` Arnout Vandecappelle
2013-10-28 8:40 ` Baruch Siach
2013-10-28 8:47 ` Arnout Vandecappelle
2013-10-28 9:03 ` Baruch Siach
-- strict thread matches above, loose matches on Subject: below --
2013-10-25 23:05 [Buildroot] [PATCH 1/1] Package python-pyusb added Wojciech M. Zabolotny
2013-10-25 23:09 ` Wojciech Zabolotny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1383147961-4185-1-git-send-email-wzab01@gmail.com \
--to=wzab01@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox