libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata.
WWW: http://www.kipi-plugins.org/
This commit is contained in:
parent
97a885dbcf
commit
04683374d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187380
9 changed files with 95 additions and 0 deletions
|
@ -362,6 +362,7 @@
|
|||
SUBDIR += libimg-tkstep80
|
||||
SUBDIR += libiptcdata
|
||||
SUBDIR += libkexif
|
||||
SUBDIR += libkexiv2
|
||||
SUBDIR += libkipi
|
||||
SUBDIR += liblug
|
||||
SUBDIR += libmng
|
||||
|
|
29
graphics/libkexiv2-kde4/Makefile
Normal file
29
graphics/libkexiv2-kde4/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: libkexiv2
|
||||
# Date created: 14 March 2007
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libkexiv2
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kipi
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A wrapper library to manipulate pictures metadata
|
||||
|
||||
LIB_DEPENDS= exiv2.0:${PORTSDIR}/graphics/exiv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/libkexiv2-kde4/distinfo
Normal file
3
graphics/libkexiv2-kde4/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libkexiv2-0.1.1.tar.bz2) = cd577926992dc1ea5359f9cb53c6a10d
|
||||
SHA256 (libkexiv2-0.1.1.tar.bz2) = c2794f5515047f7282d3c942680994187c7e18fba5bd94180537fcf0f94b688a
|
||||
SIZE (libkexiv2-0.1.1.tar.bz2) = 426924
|
6
graphics/libkexiv2-kde4/pkg-descr
Normal file
6
graphics/libkexiv2-kde4/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata.
|
||||
|
||||
WWW: http://www.kipi-plugins.org/
|
||||
|
||||
- Alex Dupre
|
||||
ale@FreeBSD.org
|
9
graphics/libkexiv2-kde4/pkg-plist
Normal file
9
graphics/libkexiv2-kde4/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
include/libkexiv2/kexiv2.h
|
||||
include/libkexiv2/libkexiv2_export.h
|
||||
include/libkexiv2/version.h
|
||||
lib/libkexiv2.a
|
||||
lib/libkexiv2.la
|
||||
lib/libkexiv2.so
|
||||
lib/libkexiv2.so.0
|
||||
libdata/pkgconfig/libkexiv2.pc
|
||||
@dirrm include/libkexiv2
|
29
graphics/libkexiv2/Makefile
Normal file
29
graphics/libkexiv2/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: libkexiv2
|
||||
# Date created: 14 March 2007
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libkexiv2
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kipi
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A wrapper library to manipulate pictures metadata
|
||||
|
||||
LIB_DEPENDS= exiv2.0:${PORTSDIR}/graphics/exiv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_KDELIBS_VER=3
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
|
||||
${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/libkexiv2/distinfo
Normal file
3
graphics/libkexiv2/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (libkexiv2-0.1.1.tar.bz2) = cd577926992dc1ea5359f9cb53c6a10d
|
||||
SHA256 (libkexiv2-0.1.1.tar.bz2) = c2794f5515047f7282d3c942680994187c7e18fba5bd94180537fcf0f94b688a
|
||||
SIZE (libkexiv2-0.1.1.tar.bz2) = 426924
|
6
graphics/libkexiv2/pkg-descr
Normal file
6
graphics/libkexiv2/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
libkexiv2 is a wrapper around Exiv2 library to manipulate pictures metadata.
|
||||
|
||||
WWW: http://www.kipi-plugins.org/
|
||||
|
||||
- Alex Dupre
|
||||
ale@FreeBSD.org
|
9
graphics/libkexiv2/pkg-plist
Normal file
9
graphics/libkexiv2/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
include/libkexiv2/kexiv2.h
|
||||
include/libkexiv2/libkexiv2_export.h
|
||||
include/libkexiv2/version.h
|
||||
lib/libkexiv2.a
|
||||
lib/libkexiv2.la
|
||||
lib/libkexiv2.so
|
||||
lib/libkexiv2.so.0
|
||||
libdata/pkgconfig/libkexiv2.pc
|
||||
@dirrm include/libkexiv2
|
Loading…
Reference in a new issue