diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 931eccc0e2b..304bd277820 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -1,16 +1,15 @@ -# $OpenBSD: Makefile,v 1.37 2016/03/10 22:51:45 naddy Exp $ +# $OpenBSD: Makefile,v 1.38 2016/05/09 06:09:09 ajacoutot Exp $ COMMENT= free H.264/MPEG-4 AVC encoder -V= 20150728 +V= 20160508 DISTNAME= x264-snapshot-${V}-2245 PKGNAME= x264-${V} -REVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://downloads.videolan.org/pub/videolan/x264/snapshots/ EXTRACT_SUFX= .tar.bz2 -SHARED_LIBS= x264 15.0 +SHARED_LIBS= x264 16.0 HOMEPAGE= http://www.videolan.org/developers/x264.html diff --git a/multimedia/x264/distinfo b/multimedia/x264/distinfo index b864eda5e93..2b5ec7d994a 100644 --- a/multimedia/x264/distinfo +++ b/multimedia/x264/distinfo @@ -1,2 +1,2 @@ -SHA256 (x264-snapshot-20150728-2245.tar.bz2) = TEBLjjmxUPmk7XSU0GX5p3Xaybnu9D/kMzXqOi6Ns0g= -SIZE (x264-snapshot-20150728-2245.tar.bz2) = 717901 +SHA256 (x264-snapshot-20160508-2245.tar.bz2) = GwIu+uAAQKT/Q9TDiT8gFIQ0O+AVjlo8JK7LJElD+HY= +SIZE (x264-snapshot-20160508-2245.tar.bz2) = 730078 diff --git a/multimedia/x264/patches/patch-Makefile b/multimedia/x264/patches/patch-Makefile index 1efbc72a688..dfdf6b2b82e 100644 --- a/multimedia/x264/patches/patch-Makefile +++ b/multimedia/x264/patches/patch-Makefile @@ -1,7 +1,7 @@ -$OpenBSD: patch-Makefile,v 1.15 2015/08/13 07:35:21 ajacoutot Exp $ ---- Makefile.orig Tue Jul 28 16:45:03 2015 -+++ Makefile Tue Jul 28 21:51:16 2015 -@@ -197,7 +197,7 @@ example: example$(EXE) +$OpenBSD: patch-Makefile,v 1.16 2016/05/09 06:09:09 ajacoutot Exp $ +--- Makefile.orig Sun May 8 16:45:04 2016 ++++ Makefile Sun May 8 21:27:57 2016 +@@ -199,7 +199,7 @@ example: example$(EXE) endif x264$(EXE): $(GENERATED) .depend $(OBJCLI) $(CLI_LIBX264) @@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile,v 1.15 2015/08/13 07:35:21 ajacoutot Exp $ checkasm$(EXE): $(GENERATED) .depend $(OBJCHK) $(LIBX264) $(LD)$@ $(OBJCHK) $(LIBX264) $(LDFLAGS) -@@ -300,7 +300,6 @@ ifneq ($(IMPLIBNAME),) +@@ -302,7 +302,6 @@ ifneq ($(IMPLIBNAME),) $(INSTALL) -m 755 $(SONAME) $(DESTDIR)$(bindir) $(INSTALL) -m 644 $(IMPLIBNAME) $(DESTDIR)$(libdir) else ifneq ($(SONAME),) diff --git a/multimedia/x264/patches/patch-common_osdep_h b/multimedia/x264/patches/patch-common_osdep_h index fc318193fd4..f45e8594eb2 100644 --- a/multimedia/x264/patches/patch-common_osdep_h +++ b/multimedia/x264/patches/patch-common_osdep_h @@ -1,7 +1,7 @@ -$OpenBSD: patch-common_osdep_h,v 1.5 2016/01/02 07:49:19 ajacoutot Exp $ ---- common/osdep.h.orig Tue Jul 28 16:45:03 2015 -+++ common/osdep.h Fri Dec 25 03:30:17 2015 -@@ -234,7 +234,8 @@ int x264_threading_init( void ); +$OpenBSD: patch-common_osdep_h,v 1.6 2016/05/09 06:09:09 ajacoutot Exp $ +--- common/osdep.h.orig Sun May 8 16:45:04 2016 ++++ common/osdep.h Sun May 8 21:27:57 2016 +@@ -249,7 +249,8 @@ int x264_threading_init( void ); static ALWAYS_INLINE int x264_pthread_fetch_and_add( int *val, int add, x264_pthread_mutex_t *mutex ) { #if HAVE_THREAD diff --git a/multimedia/x264/patches/patch-configure b/multimedia/x264/patches/patch-configure index 5e062120401..319db8c00d8 100644 --- a/multimedia/x264/patches/patch-configure +++ b/multimedia/x264/patches/patch-configure @@ -1,13 +1,13 @@ -$OpenBSD: patch-configure,v 1.19 2015/08/13 07:35:21 ajacoutot Exp $ ---- configure.orig Tue Jul 28 16:45:03 2015 -+++ configure Tue Jul 28 21:52:10 2015 +$OpenBSD: patch-configure,v 1.20 2016/05/09 06:09:09 ajacoutot Exp $ +--- configure.orig Sun May 8 16:45:04 2016 ++++ configure Sun May 8 21:29:24 2016 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if test x"$1" = x"-h" -o x"$1" = x"--help" ; then cat <> config.mak if [ $compiler_style = MS ]; then -@@ -1367,7 +1362,7 @@ if [ "$shared" = "yes" ]; then +@@ -1411,7 +1406,7 @@ if [ "$shared" = "yes" ]; then else echo "SOSUFFIX=so" >> config.mak echo "SONAME=libx264.so.$API" >> config.mak