From ef6bfaa664603ec32737786b7ca2c529e01d75e3 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 6 Aug 2018 05:01:54 +0000 Subject: [PATCH] libgphoto2: bump to 2.5.19, add TEST. --- .../{libgphoto2-2.5.17.recipe => libgphoto2-2.5.19.recipe} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename media-libs/libgphoto2/{libgphoto2-2.5.17.recipe => libgphoto2-2.5.19.recipe} (96%) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.17.recipe b/media-libs/libgphoto2/libgphoto2-2.5.19.recipe similarity index 96% rename from media-libs/libgphoto2/libgphoto2-2.5.17.recipe rename to media-libs/libgphoto2/libgphoto2-2.5.19.recipe index 1d5912fe7..48fb00d56 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.17.recipe +++ b/media-libs/libgphoto2/libgphoto2-2.5.19.recipe @@ -11,7 +11,7 @@ COPYRIGHT="The gphoto2 team" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://downloads.sourceforge.net/gphoto/libgphoto2-$portVersion.tar.bz2" -CHECKSUM_SHA256="417464f0a313fa937e8a71cdf18a371cf01e750830195cd63ae31da0d092b555" +CHECKSUM_SHA256="62523e52e3b8542301e072635b518387f2bd0948347775cf10cb2da9a6612c63" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -94,3 +94,8 @@ INSTALL() "$binDir" \ "$manDir" } + +TEST() +{ + make check +}