libiptcdata.

This commit is contained in:
4fury-c3440d8
2022-12-05 04:34:03 +03:00
parent 8c43f5d153
commit 8cfe07a8c7
3 changed files with 27 additions and 11 deletions
+13 -7
View File
@@ -2,19 +2,25 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools, pisitools
i = ''.join([
' --disable-rpath',
' --disable-nls',
' --disable-static',
' PYTHON_VERSION=3',
' --enable-python '
])
def setup():
autotools.configure("--disable-static \
--with-libintl-prefix=/opt/local \
--with-libiconv-prefix=/opt/local")
autotools.configure(i)
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("ChangeLog", "AUTHORS", "COPYING", "NEWS")
pisitools.dodoc("AUTHORS")
+13 -3
View File
@@ -2,7 +2,7 @@
<PISI>
<Source>
<Name>libiptcdata</Name>
<Homepage>http://libiptcdata.sourceforge.net/</Homepage>
<Homepage>https://github.com/ianw/libiptcdata</Homepage>
<Packager>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
@@ -11,7 +11,9 @@
<IsA>library</IsA>
<Summary>A library for manipulating the International Press Telecommunications Council (IPTC)</Summary>
<Description>libiptcdata is a library for manipulating the International Press Telecommunications Council (IPTC) metadata stored within multimedia files such as images.</Description>
<Archive sha1sum="2e967be3aee9ae5393f208a3df2b52e08dcd98c8" type="targz">mirrors://sourceforge/libiptcdata/1.0.4/libiptcdata-1.0.4.tar.gz</Archive>
<Archive sha1sum="1b774f21921877d835b7c1b40bb69d7adb22a518" type="targz">
https://github.com/ianw/libiptcdata/releases/download/release_1_0_5/libiptcdata-1.0.5.tar.gz
</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
@@ -24,6 +26,7 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="library">/usr/lib/python3.9</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
@@ -42,6 +45,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-12-04</Date>
<Version>1.0.5</Version>
<Comment>Python3 rebuild.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-03-31</Date>
<Version>1.0.4</Version>
@@ -50,4 +60,4 @@
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
+1 -1
View File
@@ -3,7 +3,7 @@
<Source>
<Name>libiptcdata</Name>
<Summary xml:lang="tr">Uluslararası Basın Telekomünikasyon Konseyi meta verilerini işlemek için bir kütüphane</Summary>
<Description xml:lang="tr">libiptcdata, görüntüler gibi çeşitli veri dosyalarında bulunan Uluslararası Basın Telekomünikasyon Konseyi (IPTC) meta verilerini okumak ve yazmak için bağımsız bir C kütüphanesidir.</Description>
<Description xml:lang="tr">libiptcdata, görüntüler gibi çeşitli veri dosyalarında bulunan Uluslararası Basın Telekomünikasyon Konseyi (IPTC) meta verilerini okumak ve yazmak için bağımsız bir C kütüphanesidir.</Description>
</Source>
<Package>