forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-libs/exiftool: Bump to version 10.16
Package-Manager: portage-2.2.28 Signed-off-by: Lars Wendler <[email protected]>
- Loading branch information
Lars Wendler
committed
May 4, 2016
1 parent
690ef31
commit 8850c19
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST Image-ExifTool-10.10.tar.gz 4056189 SHA256 f9fcecf8954cfd6b1f5658e1fc82801e8b98f891c88a60adbd6bc5c716471e09 SHA512 c18963020f02f196c68d89d22126834dbde31b2e13da0b56509d1d25f9adb6248f8e4ea9ec7cba7f144a44d6c81e966e9aafd36d4e2d76d92e3b7a0c7e4fdacd WHIRLPOOL e5bd0791dfc7fa4b16d4ee770d866626a119cf68b8e2736cda1181a2fcb7a32e96ad885a706d25da0241bd9ba1c0637c23be49e5662fe813fa8fb48b4100768c | ||
DIST Image-ExifTool-10.14.tar.gz 4071176 SHA256 26ef376283de7321a155bdf402afd7f0dcd046b6f5461d99e8c6729f9ac107b5 SHA512 47bd9ef87ca68e41bb6d5ec4a6ae64255fef5550ae0ba90afc20716857bec136621cb79025d7e13b9451b5a8973c7a6ac6bc3ef3367fa30a30e0f71782fa1583 WHIRLPOOL c96cb98db18c47c0c4b3aae07c20910918a172eb06f912beea1867a6692f30cc85b06321e798c775a3f2607d266732c999575f33ec0dbcf11a595fec58ad9a76 | ||
DIST Image-ExifTool-10.15.tar.gz 4080986 SHA256 e1a94fdd1717e81bad4625e3fc51644b6cc3b6667024d29afe7a9bbe5457e935 SHA512 ee419f01887f54aaeb41df2dd8db710339c1784630d09a54fa96c3e37aefe90ec30e39eabe369a52c694eef8030bc169f4ca4bc3165f25d97381cd3a212ae120 WHIRLPOOL f8f5ac468cf6e9591f1da5abd31901b0680cd330469f0491e98de22be84d07e392bb36432ae9531270cd76513c970028b6423f23cd6564a5d6d19b783c0fb370 | ||
DIST Image-ExifTool-10.16.tar.gz 4083128 SHA256 d9e8f91c6e9b3a5a1d1274491c5be38272ced7b58f7305ea21fd18f8ef3da596 SHA512 82098717c7f94025ba5d07c3ce53e8486d094359fbb5cbb1edc37fd8f6296615918d0815953c83f731d9490afe4cd236c882e2810e4a37b18b88b4501793d915 WHIRLPOOL b81c8f2e8a4fcc4dfd41f63e1c07fd2d5ce15bd0e9c89911feb4bc7f3d379db398ac6ad350a95e5f3b67b02598262e02b63dbef22fc3d2d01618daa0a3af62bb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
MY_PN=Image-ExifTool | ||
MY_P=${MY_PN}-${PV} | ||
inherit perl-module | ||
|
||
DESCRIPTION="Read and write meta information in image, audio and video files" | ||
HOMEPAGE="http://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}" | ||
SRC_URI="http://www.sno.phy.queensu.ca/~phil/exiftool/${MY_P}.tar.gz" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos" | ||
IUSE="doc" | ||
|
||
SRC_TEST="do" | ||
|
||
S="${WORKDIR}/Image-ExifTool-${PV}" | ||
|
||
src_install() { | ||
perl-module_src_install | ||
if use doc ; then | ||
dodoc -r html/ | ||
fi | ||
} |