aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--META.yml2
-rw-r--r--README12
-rw-r--r--TODO3
-rwxr-xr-xrenrot2
-rw-r--r--renrot.spec2
6 files changed, 16 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index ae51355..e236e21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
$Log$
+Revision 1.35 2006/04/23 17:04:36 andy
+Release 0.15.1.
+
Revision 1.34 2006/04/23 11:57:45 andy
Switch to *msg() procedures instead of print "smth.". Print is used only for
progress indicator.
@@ -114,3 +117,4 @@ Id keyword is added to renrot file.
Revision 1.1 2005/10/17 13:39:38 zeus
ChangeLog file is added. Its the very begining.
+
diff --git a/META.yml b/META.yml
index f66afa9..1233f96 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: renrot
-version: 0.15
+version: 0.15.1
version_from: renrot
installdirs: site
requires:
diff --git a/README b/README
index 3c93c52..7503956 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
WHAT IS IT?
-RenRot is a program to rename and lossless rotate for JPEG format files,
+RenRot is a program to rename and lossless rotate for JPEG format files,
according to their EXIF tags.
@@ -22,7 +22,7 @@ option.
It renames files according the DateTimeOriginal EXIF tag if it's exists
than if it isn't, according the FileModifyDate EXIF tag if it's exists
than if it isn't, the name will be given according the current timestamp
-and will look as YYYYmmddHHMMSS-XXXXX.jpg where XXXXX is incrementable
+and will look as YYYYmmddHHMMSS-XXXXX.jpg where XXXXX is incrementable
suffix to the name YYYYmmddHHMMSS.
It rotates file and it's thumbnail, accordingly Orientation EXIF tag.
@@ -58,7 +58,7 @@ typing the following:
perl Makefile.PL PREFIX=/usr/local
make
make install PREFIX=/usr/local
-
+
Notes:
i) You need root access for the last step above.
ii) Some Perl installations (like the standard OSX installation) may not
@@ -67,12 +67,12 @@ Notes:
directory in your current PATH.
iii) You may choose any desired PREFIX by changing /usr/local at above
sample.
-
+
DEPENDENCIES
Requires Perl version 5.6.0 or later. No other special libraries are
-required, except:
+required, except:
Image::ExifTool http://www.sno.phy.queensu.ca/~phil/exiftool/
Getopt::Long cpan:Getopt::Long (usually, inside in perl distribution)
jpegtran (libjpeg6) http://www.ijg.org/
@@ -86,7 +86,7 @@ license.
THANKS
-Phil Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/)
+Phil Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/)
for his valued comments and suggestions.
ASPLinux company (http://www.asplinux.ru) has included the renrot to
diff --git a/TODO b/TODO
index 12b7197..b370c60 100644
--- a/TODO
+++ b/TODO
@@ -5,3 +5,6 @@
e.t.c.)
- to coplete verbose output option implementation
+
+- UTF8fy (comments, tags, ...)
+
diff --git a/renrot b/renrot
index 3719f3a..18a5c5d 100755
--- a/renrot
+++ b/renrot
@@ -10,7 +10,7 @@ use Time::localtime;
use Image::ExifTool;
use Getopt::Long;
-our $VERSION = "0.15"; # the version of this script
+our $VERSION = "0.15.1"; # the version of this script
my $noRotation; # no rotation needed, default is to rotate
my $rotate; # define the angle, to rotate on, 90 or 270
diff --git a/renrot.spec b/renrot.spec
index 894e1da..c2cafe1 100644
--- a/renrot.spec
+++ b/renrot.spec
@@ -1,5 +1,5 @@
Name: renrot
-Version: 0.15
+Version: 0.15.1
Release: 1%{?dist}
License: GPL or Artistic
Group: Applications/Multimedia

Return to:

Send suggestions and report system problems to the System administrator.