New Tamron 70-300 mm lens improperly recognized (#708403)
This commit is contained in:
parent
adbe03c5e2
commit
0076c9afbd
18
exiv2-0.21-Tamron70-300.patch
Normal file
18
exiv2-0.21-Tamron70-300.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- a/src/canonmn.cpp 2011-02-13 15:39:15.000000000 +0100
|
||||||
|
+++ b/src/canonmn.cpp 2011-05-25 19:58:40.420111647 +0200
|
||||||
|
@@ -549,6 +549,7 @@
|
||||||
|
{ 154, "Canon EF 20mm f/2.8 USM" },
|
||||||
|
{ 155, "Canon EF 85mm f/1.8 USM" },
|
||||||
|
{ 156, "Canon EF 28-105mm f/3.5-4.5 USM" },
|
||||||
|
+ { 156, "Tamron SP AF 70-300mm F4-5.6 Di VC USD" }, // 1
|
||||||
|
{ 160, "Canon EF 20-35mm f/3.5-4.5 USM" }, // 0
|
||||||
|
{ 160, "Tamron AF 19-35mm f/3.5-4.5" }, // 1
|
||||||
|
{ 161, "Canon EF 28-70mm f/2.8L" }, // 0
|
||||||
|
@@ -671,6 +672,7 @@
|
||||||
|
{ 150, printCsLensByFocalLength },
|
||||||
|
{ 152, printCsLensByFocalLength },
|
||||||
|
{ 153, printCsLensByFocalLength },
|
||||||
|
+ { 156, printCsLensByFocalLength },
|
||||||
|
{ 161, printCsLensByFocalLength },
|
||||||
|
{ 169, printCsLensByFocalLength },
|
||||||
|
{ 173, printCsLensByFocalLength }, // works partly
|
@ -2,7 +2,7 @@
|
|||||||
Summary: Exif and Iptc metadata manipulation library
|
Summary: Exif and Iptc metadata manipulation library
|
||||||
Name: exiv2
|
Name: exiv2
|
||||||
Version: 0.21.1
|
Version: 0.21.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
@ -13,6 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
## upstream patches
|
## upstream patches
|
||||||
# http://dev.exiv2.org/issues/769
|
# http://dev.exiv2.org/issues/769
|
||||||
Patch100: exiv2-0.21.1-tiffcomposite.patch
|
Patch100: exiv2-0.21.1-tiffcomposite.patch
|
||||||
|
# http://dev.exiv2.org/issues/772
|
||||||
|
Patch101: http://dev.exiv2.org/attachments/download/258/exiv2-0.21-Tamron70-300.patch
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -60,6 +62,7 @@ methods for Exif thumbnails, classes to access Ifd and so on.
|
|||||||
pushd src
|
pushd src
|
||||||
%patch100 -p0 -b .tiffcomposite
|
%patch100 -p0 -b .tiffcomposite
|
||||||
popd
|
popd
|
||||||
|
%patch101 -p1 -b .Tamron70-300
|
||||||
|
|
||||||
mkdir doc/html
|
mkdir doc/html
|
||||||
|
|
||||||
@ -124,6 +127,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2011 Rex Dieter <rdieter@fedoraproject.org> 0.21.1-3
|
||||||
|
- New Tamron 70-300 mm lens improperly recognized (#708403)
|
||||||
|
|
||||||
* Mon Sep 26 2011 Rex Dieter <rdieter@fedoraproject.org> 0.21.1-2
|
* Mon Sep 26 2011 Rex Dieter <rdieter@fedoraproject.org> 0.21.1-2
|
||||||
- gthumb crashes because of bug in exiv2 0.21.1 (#741429)
|
- gthumb crashes because of bug in exiv2 0.21.1 (#741429)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user