• 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/exiv2/Config.in
Gustavo ZacariasGustavo Zacarias committed 8645710da3313 Nov 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
comment "exiv2 needs a toolchain w/ C++, wchar, dynamic library"
2
    depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP \
3
        || !BR2_USE_WCHAR
4
​
5
config BR2_PACKAGE_EXIV2
6
    bool "exiv2"
7
    depends on !BR2_STATIC_LIBS
8
    depends on BR2_INSTALL_LIBSTDCPP
9
    depends on BR2_USE_WCHAR
10
    help
11
      Exiv2 is a C++ library and a command line utility to manage
12
      image metadata. It provides fast and easy read and write
13
      access to the Exif, IPTC and XMP metadata of images in
14
      various formats.
15
​
16
      Exiv2 is available under the GPLv2+ or under a commercial
17
      license.
18
​
19
      http://www.exiv2.org/
20
​
21
if BR2_PACKAGE_EXIV2
22
​
23
config BR2_PACKAGE_EXIV2_COMMERCIAL
24
    bool "Enable commercial"
25
    help
26
      Build the commercial version for closed source project.
27
​
28
      The Nikon lens name database and the NLS support is disabled
29
      for copyright reasons.
30
​
31
      A commercial license request is needed.
32
      http://www.exiv2.org/download.html#license
33
​
34
config BR2_PACKAGE_EXIV2_PNG
35
    bool "PNG image support"
36
    select BR2_PACKAGE_ZLIB
37
    help
38
      Build with PNG image support
39
​
40
config BR2_PACKAGE_EXIV2_XMP
41
    bool "XMP support"
42
    select BR2_PACKAGE_EXPAT
43
    depends on BR2_TOOLCHAIN_HAS_THREADS
44
    help
45
      Build with XMP support
46
​
47
comment "xmp support needs a toolchain w/ threads"
48
    depends on !BR2_TOOLCHAIN_HAS_THREADS
49
​
50
config BR2_PACKAGE_EXIV2_LENSDATA
51
    bool "Nikon lens name database"
52
    depends on !BR2_PACKAGE_EXIV2_COMMERCIAL
53
    help
54
      Integrate Nikon lens name database.
55
​
56
      This database is integrated but comes from a thirdparty:
57
      http://www.rottmerhusen.com/objektives/lensid/thirdparty.html.
58
​
59
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.