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