• 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/dvdrw-tools/Config.in
Gustavo ZacariasGustavo Zacarias committed f4716f79a0130 Mar 2015
Raw file
Source viewDiff to previous
 
1
comment "dvdrw-tools needs a toolchain w/ threads, C++, wchar"
2
    depends on BR2_USE_MMU
3
    depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP || \
4
        !BR2_USE_WCHAR
5
​
6
config BR2_PACKAGE_DVDRW_TOOLS
7
    bool "dvdrw-tools"
8
    depends on BR2_USE_MMU # fork()
9
    depends on BR2_TOOLCHAIN_HAS_THREADS
10
    depends on BR2_INSTALL_LIBSTDCPP
11
    depends on BR2_USE_WCHAR
12
    help
13
      The dvd+rw-tools are used to master Blu-ray Disc
14
      and DVD Disc media, both +RW/+R and -RW/-R. Note:
15
      The +RW in the name is a historical artifact. This
16
      package contains the widely used growisofs program.
17
​
18
      Buildroot does not support packages with a '+' sign
19
      in their name, which explains why it is named
20
      dvdrw-tools and not dvd+rw-tools.
21
​
22
      Because dvd+rw-tools does not directly interact with
23
      disc media it uses a separate media backend program.
24
      The usual backend is mkisofs from the cdrtools package.
25
      However, cdrtools is not currently part of buildroot.
26
​
27
      The Linux From Scratch project uses uses xorriso for the
28
      media backend and Ubuntu uses cdrkit for the backend.
29
      Choose the one which seems most appropriate for your use.
30
      NOTE: xorriso does not currently support UDF.
31
​
32
      http://fy.chalmers.se/~appro/linux/DVD+RW/tools
33
​
34
if BR2_PACKAGE_DVDRW_TOOLS
35
choice
36
    prompt "Media Backend"
37
    help
38
      Choose which media backend program to use.
39
​
40
config BR2_PACKAGE_DVDRW_TOOLS_CDRKIT_BACKEND
41
    bool "cdrkit"
42
    depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # cdrkit
43
    select BR2_PACKAGE_CDRKIT
44
    help
45
      Symlink mkisofs to genisoimage from the cdrkit package.
46
​
47
comment "cdrkit needs a toolchain w/ headers >= 3.0"
48
    depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
49
​
50
config BR2_PACKAGE_DVDRW_TOOLS_XORRISO_BACKEND
51
    bool "xorriso"
52
    select BR2_PACKAGE_XORRISO
53
    help
54
      Symlink mkisofs to xorrisofs from the xorriso package.
55
​
56
endchoice
57
endif
  • 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.