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: version bump to 10.13
- Loading branch information
Showing
2 changed files
with
25 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.11.tar.gz 4060513 SHA256 8cf8b2ec192fdbec5e1946bcf1ed9c7c681e6d16896298bbf7adb8eb59356729 SHA512 c61f70782fbe9f7ce55fb1e0a66aaa0310be17b483b39505ba6255964798d46a8887254a9f635abfc5edc544b3c52cf180575ba7ccf72b4ed209608f78d4e427 WHIRLPOOL 5cbed0ea1516760339cfd93c6f3a73eda9b4413b58a7871c604da61bd0d484f6c6772ea1efa31d6b5d5a8da2d23fe1de4a81469bcc32eb28bb5122ff8134be98 | ||
DIST Image-ExifTool-10.12.tar.gz 4061878 SHA256 be1d5a4f9d4992b95e2cc028d6f26f55fe19b99020589e68ff07c1a3fa32f14e SHA512 3149af438536825af2bfa4302103b530bc66f65fb84211daba145754fbc47aba8b626e8accbd8fb82c2825901943492d8492c54ec6e517646c71529788de5b02 WHIRLPOOL e78454d895f21e9e77da371b0e8209b96127baa511503a8d47649318b45af561d3ee3fc9f602f06a6d2cb66db9dde7b02d3248b57f05479d56f0758b6fe231d3 | ||
DIST Image-ExifTool-10.13.tar.gz 4064536 SHA256 830ad5e28bc049ec69950c2a48e5703aff2cb05956b80ed21aa65167afab56a9 SHA512 8a2b2c0507b28e3fc0906f8b9beb72a44094d41d51257ced8d1e611aa10d63a09532f54149d047a46a8c57d8e07956fa7c0e46092238b094e540c7fa97bdd8d0 WHIRLPOOL 2545ea7c2a32bb499d4e70c443300253b82fab910f03f27280e2ed3b041357d4d0c66371ade2d2f2621deebbcf26673911e72ac1fe594babf498cba052287ade |
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,24 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
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" | ||
|
||
src_install() { | ||
perl-module_src_install | ||
use doc && dohtml -r html/ | ||
} |