From 7e5c0905da7c1e98e6f5dcd463fcbd7ead6a0e62 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 25 Sep 2017 18:38:05 +0200 Subject: [PATCH] exiv2: Enable managing video and web image metadata 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 -- 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 --- exiv2.be0 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/exiv2.be0 b/exiv2.be0 index a7f83e7af..a3b747cca 100755 --- a/exiv2.be0 +++ b/exiv2.be0 @@ -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