From cf5541ab8d1d126da76fd4426263d62eebf87705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 6 Dec 2016 19:53:11 +0100 Subject: [PATCH] handbrake: bump version. * build against ffmpeg3 --- .../{handbrake-0.10.2.recipe => handbrake-0.10.5.recipe} | 8 ++++---- ...andbrake-0.10.2.patchset => handbrake-0.10.5.patchset} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename media-video/handbrake/{handbrake-0.10.2.recipe => handbrake-0.10.5.recipe} (94%) rename media-video/handbrake/patches/{handbrake-0.10.2.patchset => handbrake-0.10.5.patchset} (100%) diff --git a/media-video/handbrake/handbrake-0.10.2.recipe b/media-video/handbrake/handbrake-0.10.5.recipe similarity index 94% rename from media-video/handbrake/handbrake-0.10.2.recipe rename to media-video/handbrake/handbrake-0.10.5.recipe index b53ca780e..0f7ddf08b 100644 --- a/media-video/handbrake/handbrake-0.10.2.recipe +++ b/media-video/handbrake/handbrake-0.10.5.recipe @@ -6,16 +6,16 @@ DVD or BluRay sources to a handful of modern output file formats." HOMEPAGE="http://www.handbrake.fr" LICENSE="GNU GPL v2" COPYRIGHT="2003-2015 HandBrake Team" -REVISION="3" +REVISION="1" SOURCE_URI="http://download.handbrake.fr/releases/$portVersion/HandBrake-$portVersion.tar.bz2" SOURCE_FILENAME="HandBrake-$portVersion.tar.bz2" -CHECKSUM_SHA256="4cc3828393b26a982dbe00febd700c5090d3443c1d45492e0b373e02da73c699" +CHECKSUM_SHA256="fb9230dd121b456f6829d1d25ac8bbf76e503b51c4efc70f0a7fd2bb8607e2f0" SOURCE_DIR="HandBrake-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" ADDITIONAL_FILES="HandBrake.rdef" -PATCHES="handbrake-0.10.2.patchset" +PATCHES="handbrake-$portVersion.patchset" PROVIDES=" handbrake$secondaryArchSuffix = $portVersion @@ -51,7 +51,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:liba52$secondaryArchSuffix - devel:libavcodec$secondaryArchSuffix + devel:libavcodec$secondaryArchSuffix >= 57 devel:libmpeg2$secondaryArchSuffix devel:libmp4v2$secondaryArchSuffix devel:libogg$secondaryArchSuffix diff --git a/media-video/handbrake/patches/handbrake-0.10.2.patchset b/media-video/handbrake/patches/handbrake-0.10.5.patchset similarity index 100% rename from media-video/handbrake/patches/handbrake-0.10.2.patchset rename to media-video/handbrake/patches/handbrake-0.10.5.patchset