Here is an update to x264-20110225.

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    6 Nov 2010 23:05:48 -0000       1.12
+++ Makefile    26 Feb 2011 03:22:59 -0000
@@ -2,14 +2,14 @@
 
 COMMENT=       free H264/AVC encoder
 
-V=             20101023
+V=             20110225
 DISTNAME=      x264-snapshot-${V}-2245
 PKGNAME=       x264-${V}
 CATEGORIES=    multimedia
 MASTER_SITES=  ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
 EXTRACT_SUFX=  .tar.bz2
 
-SHARED_LIBS=   x264    5.0
+SHARED_LIBS=   x264    6.0
 
 HOMEPAGE=      http://www.videolan.org/developers/x264.html
 
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    6 Nov 2010 23:05:48 -0000       1.6
+++ distinfo    26 Feb 2011 03:15:00 -0000
@@ -1,5 +1,5 @@
-MD5 (x264-snapshot-20101023-2245.tar.bz2) = sY0Hf/G5TuU4YGSUVaDoZg==
-RMD160 (x264-snapshot-20101023-2245.tar.bz2) = IsivhEaIsAmoKqF418tCDhNZvO8=
-SHA1 (x264-snapshot-20101023-2245.tar.bz2) = atJD3BK9gzi+0K9Pw+vcibdkG2A=
-SHA256 (x264-snapshot-20101023-2245.tar.bz2) = 
tTjNnTmyJHqRBd3e6Pb3aTetPYU/P8gPiUkx3WndDmk=
-SIZE (x264-snapshot-20101023-2245.tar.bz2) = 449079
+MD5 (x264-snapshot-20110225-2245.tar.bz2) = lvwVOfSI4vHWtCfV6lwu2Q==
+RMD160 (x264-snapshot-20110225-2245.tar.bz2) = oCAuNJ29IHz198jOeAt58hHhsb4=
+SHA1 (x264-snapshot-20110225-2245.tar.bz2) = B2AhOk7zK7EMjzEXOy2qlLZcZBE=
+SHA256 (x264-snapshot-20110225-2245.tar.bz2) = 
mjVWqo9wkdUYR+aebds/p6zUEc0y00a5cdQGm1zN2x8=
+SIZE (x264-snapshot-20110225-2245.tar.bz2) = 485965
Index: patches/patch-Makefile
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/patches/patch-Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 patch-Makefile
--- patches/patch-Makefile      6 Nov 2010 23:05:48 -0000       1.6
+++ patches/patch-Makefile      26 Feb 2011 03:17:10 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile,v 1.6 2010/11/06 23:05:48 jakemsr Exp $
---- Makefile.orig      Sun Oct 31 17:45:08 2010
-+++ Makefile   Sun Oct 31 18:53:02 2010
-@@ -78,7 +78,9 @@ ifdef ARCH_X86
+--- Makefile.orig      Fri Feb 25 16:45:04 2011
++++ Makefile   Fri Feb 25 22:17:05 2011
+@@ -87,7 +87,9 @@ ifdef ARCH_X86
  ASFLAGS += -Icommon/x86/
  SRCS   += common/x86/mc-c.c common/x86/predict-c.c
  OBJASM  = $(ASMSRC:%.asm=%.o)
@@ -11,7 +11,7 @@ $OpenBSD: patch-Makefile,v 1.6 2010/11/0
  checkasm: tools/checkasm-a.o
  endif
  endif
-@@ -120,8 +122,10 @@ endif
+@@ -131,8 +133,10 @@ endif
  endif
  
  OBJS = $(SRCS:%.c=%.o)
@@ -22,7 +22,7 @@ $OpenBSD: patch-Makefile,v 1.6 2010/11/0
  DEP  = depend
  
  .PHONY: all default fprofiled clean distclean install uninstall dox test 
testclean
-@@ -132,8 +136,8 @@ libx264.a: .depend $(OBJS) $(OBJASM)
+@@ -143,8 +147,8 @@ libx264.a: .depend $(OBJS) $(OBJASM)
        $(AR) rc libx264.a $(OBJS) $(OBJASM)
        $(RANLIB) libx264.a
  
@@ -33,7 +33,7 @@ $OpenBSD: patch-Makefile,v 1.6 2010/11/0
  
  x264$(EXE): $(OBJCLI) libx264.a
        $(CC) -o $@ $+ $(LDFLAGSCLI) $(LDFLAGS)
-@@ -145,10 +149,21 @@ checkasm: tools/checkasm.o libx264.a
+@@ -156,10 +160,21 @@ checkasm: tools/checkasm.o libx264.a
        $(AS) $(ASFLAGS) -o $@ $<
        -@ $(STRIP) -x $@ # delete local/anonymous symbols, so they don't show 
up in oprofile
  
@@ -55,7 +55,7 @@ $OpenBSD: patch-Makefile,v 1.6 2010/11/0
  .depend: config.mak
        @rm -f .depend
        @$(foreach SRC, $(SRCS) $(SRCCLI) $(SRCSO), $(CC) $(CFLAGS) $(SRC) -MT 
$(SRC:%.c=%.o) -MM -g0 1>> .depend;)
-@@ -192,7 +207,7 @@ fprofiled:
+@@ -203,7 +218,7 @@ fprofiled:
  endif
  
  clean:
@@ -64,7 +64,7 @@ $OpenBSD: patch-Makefile,v 1.6 2010/11/0
        rm -f checkasm checkasm.exe tools/checkasm.o tools/checkasm-a.o
        rm -f $(SRC2:%.c=%.gcda) $(SRC2:%.c=%.gcno)
        - sed -e 's/ *-fprofile-\(generate\|use\)//g' config.mak > config.mak2 
&& mv config.mak2 config.mak
-@@ -214,7 +229,6 @@ install: x264$(EXE) $(SONAME)
+@@ -226,7 +241,6 @@ install: x264$(EXE) $(SONAME)
  ifeq ($(SYS),MINGW)
        $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))
  else
Index: patches/patch-configure
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/patches/patch-configure,v
retrieving revision 1.7
diff -u -p -r1.7 patch-configure
--- patches/patch-configure     6 Nov 2010 23:05:48 -0000       1.7
+++ patches/patch-configure     26 Feb 2011 03:17:08 -0000
@@ -1,13 +1,13 @@
 $OpenBSD: patch-configure,v 1.7 2010/11/06 23:05:48 jakemsr Exp $
---- configure.orig     Sun Oct 31 17:45:08 2010
-+++ configure  Sun Oct 31 17:51:47 2010
+--- configure.orig     Fri Feb 25 16:45:04 2011
++++ configure  Fri Feb 25 22:17:05 2011
 @@ -1,4 +1,4 @@
 -#!/bin/bash
 +#!/bin/sh
  
  if test x"$1" = x"-h" -o x"$1" = x"--help" ; then
- 
-@@ -670,26 +670,14 @@ if [ "$avs" = "auto" ] ; then
+ cat <<EOF
+@@ -712,26 +712,14 @@ if [ "$avs" = "auto" ] ; then
      fi
  fi
  
@@ -36,7 +36,7 @@ $OpenBSD: patch-configure,v 1.7 2010/11/
  fi
  
  if cc_check '' -fno-tree-vectorize ; then
-@@ -749,7 +737,6 @@ GPL=$gpl
+@@ -803,7 +791,6 @@ DEVNULL=$DEVNULL
  EOF
  
  if [ "$shared" = "yes" ]; then
@@ -44,7 +44,7 @@ $OpenBSD: patch-configure,v 1.7 2010/11/
      if [ "$SYS" = "MINGW" ]; then
          echo "SONAME=libx264-$API.dll" >> config.mak
          echo 'IMPLIBNAME=libx264.dll.a' >> config.mak
-@@ -765,14 +752,13 @@ if [ "$shared" = "yes" ]; then
+@@ -819,14 +806,13 @@ if [ "$shared" = "yes" ]; then
      else
          echo "SOSUFFIX=so" >> config.mak
          echo "SONAME=libx264.so.$API" >> config.mak
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/multimedia/x264/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST   22 Jul 2008 20:24:05 -0000      1.2
+++ pkg/PLIST   26 Feb 2011 03:26:58 -0000
@@ -2,6 +2,7 @@
 %%SHARED%%
 @bin bin/x264
 include/x264.h
+include/x264_config.h
 lib/libx264.a
 lib/pkgconfig/
 lib/pkgconfig/x264.pc

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to