1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

multimedia/handbrake: update to 1.4.1

Changes:	https://github.com/HandBrake/HandBrake/releases/tag/1.4.1
PR:		258168
Reviewed by:	pkubaj
Tested by:	pkubaj (powerpc64)
Differential Revision: https://reviews.freebsd.org/D24742
This commit is contained in:
Yuichiro NAITO 2021-08-26 02:21:00 +00:00 committed by Jan Beich
parent 3be960e92b
commit 547221480a
4 changed files with 20 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Created by: Andrew Thompson <andy@fud.org.nz>
PORTNAME= handbrake
DISTVERSION= 1.4.0
DISTVERSION= 1.4.1
CATEGORIES= multimedia
DIST_SUBDIR= ${PORTNAME}

View File

@ -1,4 +1,4 @@
TIMESTAMP = 1626703173
TIMESTAMP = 1629855560
SHA256 (handbrake/fdk-aac-2.0.1.tar.gz) = a4142815d8d52d0e798212a5adea54ecf42bcd4eec8092b37a8cb615ace91dc6
SIZE (handbrake/fdk-aac-2.0.1.tar.gz) = 2488373
SHA256 (handbrake/ffmpeg-4.4.tar.bz2) = 42093549751b582cf0f338a21a3664f52e0a9fbe0d238d3c992005e493607d0e
@ -15,5 +15,5 @@ SHA256 (handbrake/x265_3.5.tar.gz) = e70a3335cacacbba0b3a20ec6fecd6783932288ebc8
SIZE (handbrake/x265_3.5.tar.gz) = 1537044
SHA256 (handbrake/zimg-3.0.1.tar.gz) = c50a0922f4adac4efad77427d13520ed89b8366eef0ef2fa379572951afcc73f
SIZE (handbrake/zimg-3.0.1.tar.gz) = 326304
SHA256 (handbrake/HandBrake-HandBrake-1.4.0_GH0.tar.gz) = 32e9bb9d30d17c5d503ad29049d8e2b04a1ed900cf7877650139b7d504b0a2b3
SIZE (handbrake/HandBrake-HandBrake-1.4.0_GH0.tar.gz) = 16787997
SHA256 (handbrake/HandBrake-HandBrake-1.4.1_GH0.tar.gz) = 3b4f762362dc7ccc14b498be1f93b995f5130f1740a37e6af0c2381a9e3fc10d
SIZE (handbrake/HandBrake-HandBrake-1.4.1_GH0.tar.gz) = 16802167

View File

@ -0,0 +1,11 @@
--- scripts/repo-info.sh.orig 2021-08-15 11:58:50 UTC
+++ scripts/repo-info.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# Retrieves git repository info for directory ${1} using command ${2}
-
+exit 1
function repo_info()
{
local repo_dir git_exe commit upstream err

View File

@ -1,9 +1,9 @@
URL=https://github.com/HandBrake/HandBrake.git
HASH=a91adfa02ce544c84aa34e758b85f0967d005aa7
SHORTHASH=a91adfa02
TAG=1.3.2
TAG_HASH=a91adfa02ce544c84aa34e758b85f0967d005aa7
HASH=ed3703a0f95b663a68a2e6dda6958cb4c0067015
SHORTHASH=ed3703a0f
TAG=1.4.1
TAG_HASH=ed3703a0f95b663a68a2e6dda6958cb4c0067015
REV=0
BRANCH=
REMOTE=https://github.com/HandBrake/HandBrake.git
DATE=2020-05-03 12:12:08 -0400
DATE=2021-08-15 12:58:50 +0100