mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
44 lines
1.6 KiB
Tcl
44 lines
1.6 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name libiptcdata
|
|
version 1.0.4
|
|
revision 1
|
|
|
|
categories graphics
|
|
license LGPL-2+
|
|
maintainers technokracy.net:grrr
|
|
|
|
description IPTC parsing library
|
|
|
|
long_description libiptcdata is a library for manipulating the International \
|
|
Press Telecommunications Council (IPTC) metadata stored \
|
|
within multimedia files such as images. This metadata can \
|
|
include captions and keywords, often used by popular photo \
|
|
management applications. The libiptcdata package also \
|
|
includes a command-line utility, iptc, for editing IPTC \
|
|
data in JPEG files.
|
|
|
|
homepage http://libiptcdata.sourceforge.net/
|
|
master_sites sourceforge:project/libiptcdata/libiptcdata/${version}
|
|
|
|
checksums rmd160 64e1b7cd1d5166091227eb651f9945bc3862e39b \
|
|
sha256 79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e \
|
|
size 569132
|
|
|
|
# Add missing intl-related libs to link path
|
|
# See: https://trac.macports.org/ticket/65330
|
|
patchfiles-append patch-Makefile.in-intl.diff
|
|
|
|
depends_build-append \
|
|
port:gettext \
|
|
port:pkgconfig
|
|
|
|
depends_lib-append \
|
|
port:gettext-runtime \
|
|
port:libiconv
|
|
|
|
configure.args-append \
|
|
--with-html-dir=${prefix}/share/doc
|