New package: libiptcdata-1.0.4.
This commit is contained in:
parent
e8e1183534
commit
a516ff316e
|
@ -965,3 +965,4 @@ libwx_gtk2u_plot-2.8.so.0 wxGTK wxGTK-devel
|
|||
libwx_gtk2u_stc-2.8.so.0 wxGTK wxGTK-devel
|
||||
libwx_gtk2u_svg-2.8.so.0 wxGTK wxGTK-devel
|
||||
libkeyutils.so.1 libkeyutils keyutils-devel
|
||||
libiptcdata.so.0 libiptcdata libiptcdata-devel
|
||||
|
|
1
srcpkgs/libiptcdata-devel
Symbolic link
1
srcpkgs/libiptcdata-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libiptcdata
|
2
srcpkgs/libiptcdata/depends
Normal file
2
srcpkgs/libiptcdata/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.0.4"
|
||||
api_depends="${abi_depends}"
|
14
srcpkgs/libiptcdata/libiptcdata-devel.template
Normal file
14
srcpkgs/libiptcdata/libiptcdata-devel.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'libiptcdata-devel'.
|
||||
#
|
||||
short_desc="${short_desc} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run ${sourcepkg} ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
1
srcpkgs/libiptcdata/libiptcdata.rshlibs
Normal file
1
srcpkgs/libiptcdata/libiptcdata.rshlibs
Normal file
|
@ -0,0 +1 @@
|
|||
libc.so.6
|
18
srcpkgs/libiptcdata/template
Normal file
18
srcpkgs/libiptcdata/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libiptcdata'
|
||||
pkgname=libiptcdata
|
||||
version=1.0.4
|
||||
homepage="http://libiptcdata.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for manipulating the IPTC metadata"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e
|
||||
long_desc="
|
||||
libiptcdata is a library, written in C, 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 library provides routines for parsing,
|
||||
viewing, modifying, and saving this metadata."
|
||||
|
||||
subpackages="$pkgname-devel"
|
Loading…
Reference in New Issue
Block a user