perl-Image-ExifTool.
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||
from pisi.actionsapi import perlmodules, pisitools
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
@@ -23,4 +20,4 @@ def install():
|
||||
|
||||
# add html and doc's
|
||||
pisitools.dohtml("html/*")
|
||||
pisitools.dodoc("README", "Changes")
|
||||
pisitools.dodoc("README", "Changes")
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A command-line application for reading, writing and editing meta information in image, audio and video files</Summary>
|
||||
<Description>ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files.</Description>
|
||||
<Archive sha1sum="17ca846f940d57069288408301a3aedcc7b71a15" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.00.tar.gz</Archive>
|
||||
<Archive sha1sum="8bf26bac880854796db3f8a2bd7477386755f9d2" type="targz">https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.50.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -46,6 +46,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2023-01-17</Date>
|
||||
<Version>12.50</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2020-07-20</Date>
|
||||
<Version>12.00</Version>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<Summary xml:lang="tr">perl-Image-ExifTool için belgelendirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">perl-Image-ExifTool-docs, perl-Image-ExifTool için belgelendirme dosyaları içerir</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user