Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37753152
en ru br
ALT Linux repos
S:12.60-alt1
5.0: 7.56-alt1
4.1: 7.25-alt1
4.0: 6.93-alt1
3.0: 5.32-alt1

Group :: Development/Perl
RPM: perl-Image-ExifTool

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Image-ExifTool-11.85-findreq-alt.patch
Download


--- Image-ExifTool-11.85/lib/Image/ExifTool/IPTC.pm	2020-01-02 14:08:51.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/IPTC.pm	2020-04-22 16:53:24.945661230 +0300
@@ -10,7 +10,7 @@
 #------------------------------------------------------------------------------
 
 package Image::ExifTool::IPTC;
-
+use Image::ExifTool;
 use strict;
 use vars qw($VERSION $AUTOLOAD %iptcCharset);
 use Image::ExifTool qw(:DataAccess :Utils);
--- Image-ExifTool-11.85/lib/Image/ExifTool/WriteCanonRaw.pl	2020-01-02 14:08:55.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/WriteCanonRaw.pl	2020-04-22 16:53:24.946661206 +0300
@@ -7,7 +7,7 @@
 #               09/16/2010 - PH Added ability to write XMP in CRW images
 #------------------------------------------------------------------------------
 package Image::ExifTool::CanonRaw;
-
+use Image::ExifTool::CanonRaw;
 use strict;
 use vars qw($VERSION $AUTOLOAD %crwTagFormat);
 use Image::ExifTool::Fixup;
--- Image-ExifTool-11.85/lib/Image/ExifTool/WriteExif.pl	2020-01-02 14:08:55.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/WriteExif.pl	2020-04-22 16:53:24.948661158 +0300
@@ -7,7 +7,7 @@
 #------------------------------------------------------------------------------
 
 package Image::ExifTool::Exif;
-
+use Image::ExifTool::Exif;
 use strict;
 use vars qw($VERSION $AUTOLOAD @formatSize @formatName %formatNumber
             %compression %photometricInterpretation %orientation);
--- Image-ExifTool-11.85/lib/Image/ExifTool/WriteIPTC.pl	2020-01-02 14:08:55.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/WriteIPTC.pl	2020-04-22 16:53:24.950661111 +0300
@@ -7,7 +7,7 @@
 #------------------------------------------------------------------------------
 
 package Image::ExifTool::IPTC;
-
+use Image::ExifTool::IPTC;
 use strict;
 
 # mandatory IPTC tags for each record
--- Image-ExifTool-11.85/lib/Image/ExifTool/WritePhotoshop.pl	2020-01-28 15:56:13.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/WritePhotoshop.pl	2020-04-22 16:53:24.950661111 +0300
@@ -7,7 +7,7 @@
 #------------------------------------------------------------------------------
 
 package Image::ExifTool::Photoshop;
-
+use Image::ExifTool::Photoshop;
 use strict;
 
 #------------------------------------------------------------------------------
--- Image-ExifTool-11.85/lib/Image/ExifTool/Writer.pl	2020-01-10 19:44:19.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/Writer.pl	2020-04-22 16:53:24.951661087 +0300
@@ -11,7 +11,7 @@
 #------------------------------------------------------------------------------
 
 package Image::ExifTool;
-
+use Image::ExifTool;
 use strict;
 
 use Image::ExifTool::TagLookup qw(FindTagInfo TagExists);
--- Image-ExifTool-11.85/lib/Image/ExifTool/WriteXMP.pl	2020-01-02 14:08:56.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/WriteXMP.pl	2020-04-22 16:53:24.952661063 +0300
@@ -6,7 +6,7 @@
 # Revisions:    12/19/2004 - P. Harvey Created
 #------------------------------------------------------------------------------
 package Image::ExifTool::XMP;
-
+use Image::ExifTool::XMP;
 use strict;
 use vars qw(%specialStruct %dateTimeInfo %stdXlatNS);
 
--- Image-ExifTool-11.85/lib/Image/ExifTool/WriteQuickTime.pl	2020-01-02 14:08:56.000000000 +0200
+++ Image-ExifTool-11.85/lib/Image/ExifTool/WriteQuickTime.pl	2020-04-22 17:28:51.054022957 +0300
@@ -6,7 +6,7 @@
 # Revisions:    2013-10-29 - P. Harvey Created
 #------------------------------------------------------------------------------
 package Image::ExifTool::QuickTime;
-
+use Image::ExifTool::QuickTime;
 use strict;
 
 # maps for adding metadata to various QuickTime-based file types
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin