DELTA 434479 241 22 SVNAG+F^,H{$"sL.(ItnT-?M?^x^TQs6~FB3[F|w0 =t bj >'dp_;-/v]io%]S?!ۊeNd*KR1UׄDLفU0/-F;KP*<9U (жHݷeiG FT@>/M_漩ߊfa m~6-+}Y.CeN1rh9ҍ3q}yXX:iZAwǾ ;[PȷҌܩYh>'W[ O2LX~kb?ZFs#S:e_*A:zL$U'GV;aݚʦ͏jhnT5uזf Q,ۇ̛vsj'm@sHeu^-u wSHl[ؖg޼̊FhCڦ's'y]a #7OR..A5B&4 CsbSvy2(7 $îŖkzp9 WC"cKSּUE8WIJl]QnZ{΋7Du@-;x\Ide?+O %T>u[s1mX]wÃ#'Jb} ukc.Nelo1Is(sn8"pvZuV#ُQs xbDIșL6k(H*~&Y57v~9m0ƨnƝ_1q[\wrWح/c˟w&´IftF]T侢'z)e[H/ rӴ/ȪàSYQB L6l):\nȮ5:5d"3h|ʦ_AkzXc;H?.@i/8H ͑⌀xE!,̒"9TPj<-ngwA'q80&}Q1r׍GcXoyn,ƾ-/++PǷg`˓ͼv]O<:sAhZ }Vw T~OxeOx >ENDREP DELTA SVN  --- gtk/configure.ac.orig 2017-02-25 20:56:19 UTC +++ gtk/configure.ac @@ -182,6 +182,9 @@ case $host in fi HB_LIBS="$HB_LIBS -lregex -luuid" ;; + *-*-freebsd*) + HB_LIBS="$HB_LIBS -lpthread" + ;; *) HB_LIBS="$HB_LIBS -ldl -lpthread" ;; ENDREP DELTA 303030 548 305 SVN --- gtk/src/callbacks.c.orig 2017-02-25 20:56:19 UTC +++ gtk/src/callbacks.c @@ -46,6 +46,9 @@ #include #include +#if defined( __FreeBSD__ ) +#include +#endif #include #include @@ -5537,4 +5540,3 @@ void ghb_container_empty(GtkContainer *c { gtk_container_foreach(c, container_empty_cb, NULL); } - ENDREP DELTA SVNY[YY--- libhb/fifo.c.orig 2017-02-25 20:56:19 UTC +++ libhb/fifo.c @@ -13,7 +13,7 @@ #include "qsv_libav.h" #endif -#ifndef SYS_DARWIN +#if !defined(SYS_DARWIN) && !defined(SYS_FREEBSD) #include #endif ENDREP DELTA SVNT2TTx^SKo0>yW+Uj!$E lRK߯%M`4xfغC6/3+HͩAhZ`v=[ w-\\1>/Pć]<9u {6?65D2vwdiN®馌WT3g|++!brm'cv8G8vhh9㹴@H/! !ENDREP DELTA SVN^`^^--- libhb/nlmeans.c.orig 2017-02-25 20:56:19 UTC +++ libhb/nlmeans.c @@ -786,7 +786,7 @@ static int nlmeans_init(hb_filter_object NLMeansFunctions *functions = &pv->functions; functions->build_integral = build_integral_scalar; -#if defined(ARCH_X86) +#if defined(ARCH_X86) && defined(__X86_64) nlmeans_init_x86(functions); #endif ENDREP DELTA SVNnpnn--- libhb/nlmeans_x86.c.orig 2017-02-25 20:56:19 UTC +++ libhb/nlmeans_x86.c @@ -10,7 +10,7 @@ #include "hb.h" // needed for ARCH_X86 -#if defined(ARCH_X86) +#if defined(ARCH_X86) && defined(__X86_64) #include ENDREP DELTA 302977 6711 520 SVND)<CJx^V]o8}^~}Phf(;StBwWZI`a⌝᫴4jcs%G_!2dJţ߼Z<57[6܍zJtIg vڂij ]O~e\K$8o;a*uiOccՕ_*&:pL\_7Z8NR=ɸl jvt΃ "}}) :)݄>PS Ww5(AGf4t" &O|"_kaۊ, A G!\{Hݥ! BA1v Fx(_Ab+ly|wƑYR6$cPmfTƢiR)<., Ftz<:EnfRn1qUzhM)ypuDO'l-~7auo{?gqO$,:#4rɶ p:|)eܧȻʃf`Kyh7?cllA(cj0RhwnH<͌G76*Nj6OڴI aqh] O&ENDREP DELTA 382625 1643 368 SVN2 Q #m_bO7-02-25 20:56:19 UTC +++ make/include/main.defs @@ -134,6 +134,11 @@ ifeq (1-linux,$(FEATURE.gtk)-$(BUILD.sys-kfreebsd,$(FEATURE.gtk)-$(BUILD.system)) ## build gtk when gtk+kfreebsd MODULES += gtk ENDREP DELTA SVN=?==--- scripts/build-presets.sh.orig 2017-02-25 20:56:19 UTC +++ scripts/build-presets.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # usage: build-presets SELF="${BASH_SOURCE[0]}" ENDREP DELTA SVN,.,,--- scripts/create_resources.py.orig 2017-02-25 20:56:19 UTC +++ scripts/create_resources.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python # import types ENDREP DELTA SVNDFDD--- scripts/mac-toolchain-build.orig 2017-02-25 20:56:19 UTC +++ scripts/mac-toolchain-build @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # mac only if [[ "$(uname)" != "Darwin" ]]; then ENDREP DELTA SVNWYWW--- scripts/manicure.rb.orig 2017-02-25 20:56:19 UTC +++ scripts/manicure.rb @@ -1,4 +1,4 @@ -#! /usr/bin/ruby +#! /usr/bin/env ruby # manincure.rb version 0.66 # This file is part of the HandBrake source code. ENDREP DELTA SVN--- scripts/mingw-w64-build.orig 2017-02-25 20:56:19 UTC +++ scripts/mingw-w64-build @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # mingw-w64-build - download and build mingw-w64 toolchain # # Project: https://github.com/bradleysepos/mingw-w64-build ENDREP DELTA SVN+-++--- scripts/quotestring.py.orig 2017-02-25 20:56:19 UTC +++ scripts/quotestring.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python import re import getopt ENDREP DELTA SVNNPNN--- scripts/repo-info.sh.orig 2017-02-25 20:56:19 UTC +++ scripts/repo-info.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # # Retrieves git repository info for directory ${1} using command ${2} ENDREP DELTA SVN;=;;--- scripts/tag-release.sh.orig 2017-02-25 20:56:19 UTC +++ scripts/tag-release.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # # Usage: tag-release.sh [] # ENDREP DELTA SVN--- test/module.defs.orig 2017-02-25 20:56:19 UTC +++ test/module.defs @@ -13,7 +13,7 @@ TEST.GCC.L = $(CONTRIB.build/)lib TEST.libs = $(LIBHB.a) -TEST.GCC.l = \ +TEST.GCC.l = pthread \ ass avresample avformat avcodec avfilter avutil mp3lame dvdnav \ dvdread fontconfig fribidi \ samplerate swscale vpx theoraenc theoradec vorbis vorbisenc ogg x264 \ ENDREP DELTA SVN`b``--- version.txt.orig 2017-03-29 00:53:31 UTC +++ version.txt @@ -0,0 +1,9 @@ +URL=https://github.com/HandBrake/HandBrake.git +HASH=5ecc600a805c6dc2632f4ca6d3beb4fbb8cbefd0 +SHORTHASH=5ecc600 +TAG=1.0.3 +TAG_HASH=5ecc600a805c6dc2632f4ca6d3beb4fbb8cbefd0 +REV=0 +BRANCH= +REMOTE=https://github.com/HandBrake/HandBrake.git +DATE=2017-02-25 15:56:19 -0500 ENDREP DELTA 303030 1260 171 SVNaz 1 Swj0H.265 (x265), MPEG-2/MPEG-4 (ffmpeg), ENDREP DELTA SVNk<kkx^M0`) GB?iRiV^ HbVy S=Aߤ:*IEl[^ՊCPc%nsxASyHz