Update to handbrake-1.3.1

Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.1
ok rsadowski@
This commit is contained in:
bcallah 2020-02-01 01:03:50 +00:00
parent e34a63982c
commit 8e47008761
4 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.6 2020/01/24 12:31:44 espie Exp $
# $OpenBSD: Makefile,v 1.7 2020/02/01 01:03:50 bcallah Exp $
V = 1.3.0
V = 1.3.1
COMMENT = open source video transcoder
DISTNAME = HandBrake-${V}-source
PKGNAME = handbrake-${V}

View File

@ -1,2 +1,2 @@
SHA256 (HandBrake-1.3.0-source.tar.bz2) = qagutcoEp5NwWz19Ec76KZRmlO6xO0AWFEaqyjWzHZY=
SIZE (HandBrake-1.3.0-source.tar.bz2) = 16801695
SHA256 (HandBrake-1.3.1-source.tar.bz2) = wAXemTr0Ejuru2D30S9v9G+37qJv8KNVYDRoOQHOLCc=
SIZE (HandBrake-1.3.1-source.tar.bz2) = 16815767

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-gtk_configure_ac,v 1.2 2019/12/16 17:23:58 bcallah Exp $
$OpenBSD: patch-gtk_configure_ac,v 1.3 2020/02/01 01:03:51 bcallah Exp $
Get the proper library directory for -lhandbrake.
No -ldl on OpenBSD.
@ -6,16 +6,16 @@ No -ldl on OpenBSD.
Index: gtk/configure.ac
--- gtk/configure.ac.orig
+++ gtk/configure.ac
@@ -199,7 +199,7 @@ PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES])
@@ -199,7 +199,7 @@ AM_CONDITIONAL([GHB_GTK_3_16], [test "$HAVE_GTK_316" -
GHB_CFLAGS="$HBINC $GHB_CFLAGS"
AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"])
-HB_LIBS="-lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma"
+HB_LIBS="-L../../libhb -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma"
-HB_LIBS="$HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma"
+HB_LIBS="-L../../libhb $HB_LIBS -lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma"
HB_CPPFLAGS="$HB_CPPFLAGS $HBINC"
if test "x$use_fdk_aac" = "xyes" ; then
HB_LIBS="$HB_LIBS -lfdk-aac"
@@ -226,6 +226,9 @@ case $host in
PKG_CHECK_MODULES([x264], [x264], sys_x264=yes, sys_x264=no)
@@ -236,6 +236,9 @@ case $host in
HB_LIBS="$HB_LIBS -lbcrypt -lregex -luuid"
;;
*-*-freebsd*)

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-libhb_fifo_c,v 1.2 2019/12/16 17:23:58 bcallah Exp $
$OpenBSD: patch-libhb_fifo_c,v 1.3 2020/02/01 01:03:51 bcallah Exp $
Add OpenBSD where appropriate.
Index: libhb/fifo.c
--- libhb/fifo.c.orig
+++ libhb/fifo.c
@@ -15,7 +15,7 @@
@@ -16,7 +16,7 @@
#endif
#ifndef SYS_DARWIN