mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
. update graphics/exiv2 to the new version;
. bump ports which depends upon libexiv2.so (the library was bumpted from *.so.3 to *.so.7); . mark current graphics/py-exiv2 as broken since it doesn't compile with new libexiv2; this should change with graphics/py-exiv2-0.2. PR: ports/131376 Submitted by: bsam (me) Discussed with: kde@ Approved by: maintainer timeout (5 weeks)
This commit is contained in:
parent
d4f2f7c589
commit
284140b5d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229912
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= gpscorrelate
|
||||
PORTVERSION= 1.5.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= astro geography
|
||||
MASTER_SITES= http://freefoote.dview.net/linux/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= merkaartor
|
||||
PORTVERSION= 0.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= http://www.merkaartor.org/downloads/source/
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= strigi
|
||||
PORTVERSION= 0.6.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= digikam
|
||||
DISTVERSION= 0.9.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= SFE
|
||||
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= exiv2
|
||||
PORTVERSION= 0.16
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.18
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.exiv2.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (exiv2-0.16.tar.gz) = a6e72343885d990c593bd013c6c988f1
|
||||
SHA256 (exiv2-0.16.tar.gz) = d407bd0f9b06d68940ae1a73b226ca234cd9a19ea65eab108746b69ac7ce0afb
|
||||
SIZE (exiv2-0.16.tar.gz) = 1591822
|
||||
MD5 (exiv2-0.18.tar.gz) = 03044792525ae0a1b109df5a53b858fb
|
||||
SHA256 (exiv2-0.18.tar.gz) = e567918c747043588a58b8f6de49727443f275291119edd84b1c62cc685be4cd
|
||||
SIZE (exiv2-0.18.tar.gz) = 2299215
|
||||
|
@ -1,6 +1,8 @@
|
||||
bin/exiv2
|
||||
include/exiv2/basicio.hpp
|
||||
include/exiv2/bmpimage.hpp
|
||||
include/exiv2/canonmn.hpp
|
||||
include/exiv2/convert.hpp
|
||||
include/exiv2/cr2image.hpp
|
||||
include/exiv2/crwimage.hpp
|
||||
include/exiv2/datasets.hpp
|
||||
@ -10,12 +12,11 @@ include/exiv2/exv_conf.h
|
||||
include/exiv2/exv_msvc.h
|
||||
include/exiv2/fujimn.hpp
|
||||
include/exiv2/futils.hpp
|
||||
include/exiv2/ifd.hpp
|
||||
include/exiv2/gifimage.hpp
|
||||
include/exiv2/image.hpp
|
||||
include/exiv2/iptc.hpp
|
||||
include/exiv2/jp2image.hpp
|
||||
include/exiv2/jpgimage.hpp
|
||||
include/exiv2/makernote.hpp
|
||||
include/exiv2/makernote2.hpp
|
||||
include/exiv2/metadatum.hpp
|
||||
include/exiv2/minoltamn.hpp
|
||||
include/exiv2/mn.hpp
|
||||
@ -25,27 +26,26 @@ include/exiv2/olympusmn.hpp
|
||||
include/exiv2/orfimage.hpp
|
||||
include/exiv2/panasonicmn.hpp
|
||||
include/exiv2/pentaxmn.hpp
|
||||
include/exiv2/pngchunk.hpp
|
||||
include/exiv2/pngimage.hpp
|
||||
include/exiv2/preview.hpp
|
||||
include/exiv2/properties.hpp
|
||||
include/exiv2/psdimage.hpp
|
||||
include/exiv2/rafimage.hpp
|
||||
include/exiv2/rcsid.hpp
|
||||
include/exiv2/sigmamn.hpp
|
||||
include/exiv2/sonymn.hpp
|
||||
include/exiv2/tags.hpp
|
||||
include/exiv2/tiffcomposite.hpp
|
||||
include/exiv2/tifffwd.hpp
|
||||
include/exiv2/tgaimage.hpp
|
||||
include/exiv2/tiffimage.hpp
|
||||
include/exiv2/tiffparser.hpp
|
||||
include/exiv2/tiffvisitor.hpp
|
||||
include/exiv2/types.hpp
|
||||
include/exiv2/value.hpp
|
||||
include/exiv2/version.hpp
|
||||
include/exiv2/xmp.hpp
|
||||
include/exiv2/xmpsidecar.hpp
|
||||
lib/libexiv2.a
|
||||
lib/libexiv2.la
|
||||
lib/libexiv2.so
|
||||
lib/libexiv2.so.3
|
||||
lib/libexiv2.so.7
|
||||
libdata/pkgconfig/exiv2.pc
|
||||
share/locale/de/LC_MESSAGES/exiv2.mo
|
||||
share/locale/es/LC_MESSAGES/exiv2.mo
|
||||
@ -53,4 +53,5 @@ share/locale/fi/LC_MESSAGES/exiv2.mo
|
||||
share/locale/fr/LC_MESSAGES/exiv2.mo
|
||||
share/locale/pl/LC_MESSAGES/exiv2.mo
|
||||
share/locale/ru/LC_MESSAGES/exiv2.mo
|
||||
share/locale/sk/LC_MESSAGES/exiv2.mo
|
||||
@dirrm include/exiv2
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= geeqie
|
||||
DISTVERSION= 1.0alpha3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -37,7 +38,7 @@ OPTIONS= EXIV2 "Enable EXIV2 for metadata editing" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_EXIV2)
|
||||
LIB_DEPENDS+= exiv2.3:${PORTSDIR}/graphics/exiv2
|
||||
LIB_DEPENDS+= exiv2.7:${PORTSDIR}/graphics/exiv2
|
||||
CONFIGURE_ARGS+=--enable-exiv2
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-exiv2
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gwenview
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -16,7 +16,7 @@ MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= An image viewer and browser for the KDE environment
|
||||
|
||||
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
|
||||
exiv2.3:${PORTSDIR}/graphics/exiv2
|
||||
exiv2.7:${PORTSDIR}/graphics/exiv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -0,0 +1,22 @@
|
||||
--- src/imageutils/jpegcontent.cpp.orig 2007-09-15 19:46:17.000000000 +0600
|
||||
+++ src/imageutils/jpegcontent.cpp 2009-01-09 14:24:04.000000000 +0500
|
||||
@@ -589,7 +589,8 @@
|
||||
QImage JPEGContent::thumbnail() const {
|
||||
QImage image;
|
||||
if (!d->mExifData.empty()) {
|
||||
- Exiv2::DataBuf thumbnail = d->mExifData.copyThumbnail();
|
||||
+ Exiv2::ExifThumbC thumb(d->mExifData);
|
||||
+ Exiv2::DataBuf const thumbnail = thumb.copy();
|
||||
image.loadFromData(thumbnail.pData_, thumbnail.size_);
|
||||
}
|
||||
return image;
|
||||
@@ -611,7 +612,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
- d->mExifData.setJpegThumbnail((unsigned char*)array.data(), array.size());
|
||||
+ Exiv2::ExifThumb thumb(d->mExifData);
|
||||
+ thumb.setJpegThumbnail((unsigned char*)array.data(), array.size());
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gwenview
|
||||
PORTVERSION= 1.4.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -16,7 +16,7 @@ MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= An image viewer and browser for the KDE environment
|
||||
|
||||
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
|
||||
exiv2.3:${PORTSDIR}/graphics/exiv2
|
||||
exiv2.7:${PORTSDIR}/graphics/exiv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
22
graphics/gwenview/files/patch-src_imageutils_jpegcontent.cpp
Normal file
22
graphics/gwenview/files/patch-src_imageutils_jpegcontent.cpp
Normal file
@ -0,0 +1,22 @@
|
||||
--- src/imageutils/jpegcontent.cpp.orig 2007-09-15 19:46:17.000000000 +0600
|
||||
+++ src/imageutils/jpegcontent.cpp 2009-01-09 14:24:04.000000000 +0500
|
||||
@@ -589,7 +589,8 @@
|
||||
QImage JPEGContent::thumbnail() const {
|
||||
QImage image;
|
||||
if (!d->mExifData.empty()) {
|
||||
- Exiv2::DataBuf thumbnail = d->mExifData.copyThumbnail();
|
||||
+ Exiv2::ExifThumbC thumb(d->mExifData);
|
||||
+ Exiv2::DataBuf const thumbnail = thumb.copy();
|
||||
image.loadFromData(thumbnail.pData_, thumbnail.size_);
|
||||
}
|
||||
return image;
|
||||
@@ -611,7 +612,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
- d->mExifData.setJpegThumbnail((unsigned char*)array.data(), array.size());
|
||||
+ Exiv2::ExifThumb thumb(d->mExifData);
|
||||
+ thumb.setJpegThumbnail((unsigned char*)array.data(), array.size());
|
||||
}
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= hugin
|
||||
PORTVERSION= 0.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= kdegraphics
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
@ -22,7 +23,7 @@ LIB_DEPENDS= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl \
|
||||
lcms:${PORTSDIR}/graphics/lcms \
|
||||
paper:${PORTSDIR}/print/libpaper \
|
||||
poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
|
||||
exiv2.3:${PORTSDIR}/graphics/exiv2 \
|
||||
exiv2.7:${PORTSDIR}/graphics/exiv2 \
|
||||
chm.0:${PORTSDIR}/misc/chmlib \
|
||||
sane.1:${PORTSDIR}/graphics/sane-backends \
|
||||
gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= kipi-plugins
|
||||
PORTVERSION= 0.1.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= kphotoalbum
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= http://www.kphotoalbum.org/data/download/
|
||||
|
||||
@ -14,7 +14,7 @@ MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= Image database for KDE
|
||||
|
||||
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
|
||||
exiv2.3:${PORTSDIR}/graphics/exiv2 \
|
||||
exiv2.7:${PORTSDIR}/graphics/exiv2 \
|
||||
kdcraw.4:${PORTSDIR}/graphics/libkdcraw
|
||||
|
||||
USE_KDELIBS_VER= 3
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= kphotoalbum
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics kde
|
||||
MASTER_SITES= http://www.kphotoalbum.org/data/download/
|
||||
|
||||
@ -14,7 +14,7 @@ MAINTAINER= markus@FreeBSD.org
|
||||
COMMENT= Image database for KDE
|
||||
|
||||
LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \
|
||||
exiv2.3:${PORTSDIR}/graphics/exiv2 \
|
||||
exiv2.7:${PORTSDIR}/graphics/exiv2 \
|
||||
kdcraw.4:${PORTSDIR}/graphics/libkdcraw
|
||||
|
||||
USE_KDELIBS_VER= 3
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= libkexiv2
|
||||
PORTVERSION= 0.1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kipi
|
||||
@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= kipi
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A wrapper library to manipulate pictures metadata
|
||||
|
||||
LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2
|
||||
LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= libkexiv2
|
||||
PORTVERSION= 0.1.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kipi
|
||||
@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= kipi
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A wrapper library to manipulate pictures metadata
|
||||
|
||||
LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2
|
||||
LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qtpfsgui
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= exiv2
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= http://tilloy.net/dev/pyexiv2/releases/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -16,9 +16,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
MAINTAINER= dindin@dindin.ru
|
||||
COMMENT= Python bindings for exiv2
|
||||
|
||||
LIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2\
|
||||
LIB_DEPENDS= exiv2.7:${PORTSDIR}/graphics/exiv2\
|
||||
boost_python.4:${PORTSDIR}/devel/boost-python
|
||||
|
||||
BROKEN= does not compile with exiv2-0.18, should change at future version py-exiv2-0.2
|
||||
|
||||
WRKSRC= ${WRKDIR}/py${PORTNAME}
|
||||
USE_PYTHON= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= qtpfsgui
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= ufraw
|
||||
PORTVERSION= 0.15
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user