Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634308
Collapse All | Expand All

(-)a/gexiv2/gexiv2-metadata-private.h (-1 / +1 lines)
Lines 14-20 Link Here
14
#include <exiv2/image.hpp>
14
#include <exiv2/image.hpp>
15
#include <exiv2/exif.hpp>
15
#include <exiv2/exif.hpp>
16
#include <exiv2/iptc.hpp>
16
#include <exiv2/iptc.hpp>
17
#include <exiv2/xmp.hpp>
17
#include <exiv2/xmp_exiv2.hpp>
18
#include <exiv2/preview.hpp>
18
#include <exiv2/preview.hpp>
19
19
20
G_BEGIN_DECLS
20
G_BEGIN_DECLS
(-)a/gexiv2/gexiv2-metadata.cpp (-1 / +1 lines)
Lines 25-31 Link Here
25
#include <exiv2/xmpsidecar.hpp>
25
#include <exiv2/xmpsidecar.hpp>
26
#include <exiv2/exif.hpp>
26
#include <exiv2/exif.hpp>
27
#include <exiv2/iptc.hpp>
27
#include <exiv2/iptc.hpp>
28
#include <exiv2/xmp.hpp>
28
#include <exiv2/xmp_exiv2.hpp>
29
#include <exiv2/preview.hpp>
29
#include <exiv2/preview.hpp>
30
#include <exiv2/jpgimage.hpp>
30
#include <exiv2/jpgimage.hpp>
31
31
(-)a/gexiv2/gexiv2-metadata-xmp.cpp (-1 / +1 lines)
Lines 12-18 Link Here
12
#include "gexiv2-metadata-private.h"
12
#include "gexiv2-metadata-private.h"
13
#include <string>
13
#include <string>
14
#include <glib-object.h>
14
#include <glib-object.h>
15
#include <exiv2/xmp.hpp>
15
#include <exiv2/xmp_exiv2.hpp>
16
16
17
G_BEGIN_DECLS
17
G_BEGIN_DECLS
18
18
(-)a/gexiv2/gexiv2-startup.cpp (-1 / +1 lines)
Lines 7-13 Link Here
7
 * This is free software. See COPYING for details.
7
 * This is free software. See COPYING for details.
8
 */
8
 */
9
9
10
#include <exiv2/xmp.hpp>
10
#include <exiv2/xmp_exiv2.hpp>
11
#include "gexiv2-startup.h"
11
#include "gexiv2-startup.h"
12
#include "gexiv2-version.h"
12
#include "gexiv2-version.h"
13
13

Return to bug 634308