• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/jack2/Config.in
Antoine TénartAntoine Ténart committed ce4795e22e011 Mar 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_JACK2
2
    bool "jack2"
3
    depends on BR2_TOOLCHAIN_HAS_THREADS # alsa-lib
4
    depends on BR2_USE_MMU # fork()
5
    depends on BR2_INSTALL_LIBSTDCPP
6
    depends on !BR2_STATIC_LIBS
7
    depends on BR2_TOOLCHAIN_HAS_SYNC_4
8
    select BR2_PACKAGE_LIBSAMPLERATE
9
    select BR2_PACKAGE_LIBSNDFILE
10
    select BR2_PACKAGE_ALSA_LIB
11
    select BR2_PACKAGE_ALSA_LIB_HWDEP
12
    select BR2_PACKAGE_ALSA_LIB_SEQ
13
    select BR2_PACKAGE_ALSA_LIB_RAWMIDI
14
    # Ensure we get at least one:
15
    select BR2_PACKAGE_JACK2_LEGACY if !BR2_PACKAGE_JACK2_DBUS
16
    help
17
      JACK Audio Connection Kit (server and example clients).
18
​
19
      JACK is a low-latency sound server, allowing multiple
20
      applications to connect to one audio device, and to share
21
      audio between themselves. This package contains the daemon
22
      jackd as well as some example clients.
23
​
24
      http://jackaudio.org/
25
​
26
if BR2_PACKAGE_JACK2
27
​
28
config BR2_PACKAGE_JACK2_LEGACY
29
    bool "classic jack2"
30
    help
31
      Build and use jackd.
32
​
33
      https://github.com/jackaudio/jackaudio.github.com/wiki/JackDbusPackaging
34
​
35
config BR2_PACKAGE_JACK2_DBUS
36
    bool "dbus jack2"
37
    depends on BR2_USE_WCHAR # dbus-python, python
38
    select BR2_PACKAGE_DBUS
39
    select BR2_PACKAGE_DBUS_PYTHON
40
    select BR2_PACKAGE_PYTHON3 if !BR2_PACKAGE_PYTHON # runtime
41
    select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
42
    select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
43
    help
44
      Build and use jackdbus.
45
​
46
      https://github.com/jackaudio/jackaudio.github.com/wiki/JackDbusPackaging
47
​
48
endif
49
​
50
comment "jack2 needs a toolchain w/ threads, C++, dynamic library"
51
    depends on BR2_USE_MMU
52
    depends on BR2_TOOLCHAIN_HAS_SYNC_4
53
    depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
54
        BR2_STATIC_LIBS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.