mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch graphics/libiptcdata to USES=libtool, drop .la files
- Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket
This commit is contained in:
parent
4697b7a0c0
commit
e1fd2c4ae0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363578
@ -3,16 +3,17 @@
|
||||
|
||||
PORTNAME= libiptcdata
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for manipulating IPTC metadata stored in image files
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pkgconfig iconv pathfix
|
||||
USES= pkgconfig iconv libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-nls
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,10 +7,9 @@ include/libiptcdata/iptc-mem.h
|
||||
include/libiptcdata/iptc-tag.h
|
||||
include/libiptcdata/iptc-utils.h
|
||||
include/libiptcdata/_stdint.h
|
||||
lib/libiptcdata.a
|
||||
lib/libiptcdata.la
|
||||
lib/libiptcdata.so
|
||||
lib/libiptcdata.so.3
|
||||
lib/libiptcdata.so.0
|
||||
lib/libiptcdata.so.0.3.3
|
||||
libdata/pkgconfig/libiptcdata.pc
|
||||
share/gtk-doc/html/libiptcdata/home.png
|
||||
share/gtk-doc/html/libiptcdata/ch01.html
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rawtherapee
|
||||
PORTVERSION= 4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://rawtherapee.com/shared/source/
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
PORTNAME= tracker
|
||||
PORTVERSION= 0.6.95
|
||||
PORTREVISION= 21
|
||||
PORTREVISION= 22
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX?= -client
|
||||
|
Loading…
Reference in New Issue
Block a user