Skip to content

Commit

Permalink
exiv2: Enable managing video and web image metadata
Browse files Browse the repository at this point in the history
From the book *Beyond Linux From Scratch* [1]:

> --enable-video: This switch enables managing video metadata.
>
> --enable-webready: This switch enables managing web image metadata.

This results in the configuration below.

```
-- ------------------------------------------------------------------
-- exiv2 0.26 configure results        <http://www.exiv2.org>
-- Building PNG support:               YES
-- Building shared library:            YES
-- XMP metadata support:               YES
-- Building static libxmp:             YES
-- Native language support:            YES
-- Conversion of Windows XP tags:      YES
-- Nikon lens database:                YES
-- Commercial build:                   NO
-- Build the unit tests:               YES
-- Building translations files:        NO
-- Building video support:             NO
-- Building webready support:          NO
-- ------------------------------------------------------------------
```

[1] http://www.linuxfromscratch.org/blfs/view/svn/general/exiv2.html
  • Loading branch information
pmenzel committed Sep 25, 2017
1 parent e5afeda commit 7e5c090
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions exiv2.be0
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ SRCURL[0]="http://www.exiv2.org/builds/exiv2-${PKGVERSION}-trunk.tar.gz"
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
bee_configure \
--enable-video \
--enable-webready
}

#mee_build() {
# bee_build
Expand Down

0 comments on commit 7e5c090

Please sign in to comment.