Here is an update to FFmpeg 20131216, taken from the 1.2 branch. Its just a
bug fix update.

http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=refs/heads/release/1.2

OK?


Index: graphics/ffmpeg/Makefile
===================================================================
RCS file: /cvs/ports/graphics/ffmpeg/Makefile,v
retrieving revision 1.100
diff -u -p -r1.100 Makefile
--- graphics/ffmpeg/Makefile    19 Aug 2013 14:38:29 -0000      1.100
+++ graphics/ffmpeg/Makefile    17 Dec 2013 03:26:11 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       audio/video converter and streamer
 
-V=             20130718
+V=             20131216
 DISTNAME=      ffmpeg-git-${V}
 PKGNAME=       ffmpeg-${V}
 CATEGORIES=    graphics multimedia
Index: graphics/ffmpeg/distinfo
===================================================================
RCS file: /cvs/ports/graphics/ffmpeg/distinfo,v
retrieving revision 1.28
diff -u -p -r1.28 distinfo
--- graphics/ffmpeg/distinfo    19 Aug 2013 14:38:29 -0000      1.28
+++ graphics/ffmpeg/distinfo    17 Dec 2013 03:26:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (ffmpeg-git-20130718.tar.xz) = 
mYtvHZil3mplwqNC0kJp28vYoAYut58HYGrWuXF73MM=
-SIZE (ffmpeg-git-20130718.tar.xz) = 4913840
+SHA256 (ffmpeg-git-20131216.tar.xz) = 
2TSLqsaBE079+PtSk+cIsB2pfsWEeN7fkvVV+WL+Z0U=
+SIZE (ffmpeg-git-20131216.tar.xz) = 4918156
Index: graphics/ffmpeg/patches/patch-configure
===================================================================
RCS file: /cvs/ports/graphics/ffmpeg/patches/patch-configure,v
retrieving revision 1.37
diff -u -p -r1.37 patch-configure
--- graphics/ffmpeg/patches/patch-configure     19 Aug 2013 14:38:29 -0000      
1.37
+++ graphics/ffmpeg/patches/patch-configure     17 Dec 2013 03:26:11 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure,v 1.37 2013/08/19 14:38:29 brad Exp $
---- configure.orig     Thu May 30 18:54:00 2013
-+++ configure  Wed Jun 12 16:02:21 2013
+--- configure.orig     Mon Dec 16 20:09:44 2013
++++ configure  Mon Dec 16 21:03:18 2013
 @@ -1438,7 +1438,6 @@ HAVE_LIST="
      machine_ioctl_bt848_h
      machine_ioctl_meteor_h
@@ -9,7 +9,7 @@ $OpenBSD: patch-configure,v 1.37 2013/08
      MapViewOfFile
      memalign
      mkstemp
-@@ -3232,7 +3231,7 @@ case $target_os in
+@@ -3234,7 +3233,7 @@ case $target_os in
      openbsd|bitrig)
          disable symver
          SHFLAGS='-shared'
@@ -18,7 +18,7 @@ $OpenBSD: patch-configure,v 1.37 2013/08
          SLIB_INSTALL_LINKS=
          oss_indev_extralibs="-lossaudio"
          oss_outdev_extralibs="-lossaudio"
-@@ -3519,7 +3518,7 @@ die_license_disabled version3 libvo_amrwbenc
+@@ -3521,7 +3520,7 @@ die_license_disabled version3 libvo_amrwbenc
  
  enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
  
@@ -27,7 +27,7 @@ $OpenBSD: patch-configure,v 1.37 2013/08
  
  enable_pic() {
      enable pic
-@@ -4079,7 +4078,6 @@ enabled extra_warnings && check_cflags -Winline
+@@ -4081,7 +4080,6 @@ enabled extra_warnings && check_cflags -Winline
  # add some linker flags
  check_ldflags -Wl,--warn-common
  check_ldflags 
-Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
@@ -35,7 +35,7 @@ $OpenBSD: patch-configure,v 1.37 2013/08
  
  enabled xmm_clobber_test &&
      check_ldflags -Wl,--wrap,avcodec_open2              \
-@@ -4546,6 +4544,7 @@ pkgconfig_generate(){
+@@ -4548,6 +4546,7 @@ pkgconfig_generate(){
      version=$3
      libs=$4
      requires=$5
@@ -43,7 +43,7 @@ $OpenBSD: patch-configure,v 1.37 2013/08
      enabled ${name#lib} || return 0
      mkdir -p $name
      cat <<EOF > $name/$name${build_suffix}.pc
-@@ -4560,7 +4559,7 @@ Version: $version
+@@ -4562,7 +4561,7 @@ Version: $version
  Requires: $(enabled shared || echo $requires)
  Requires.private: $(enabled shared && echo $requires)
  Conflicts:
@@ -52,7 +52,7 @@ $OpenBSD: patch-configure,v 1.37 2013/08
  Libs.private: $(enabled shared && echo $libs)
  Cflags: -I\${includedir}
  EOF
-@@ -4596,15 +4595,15 @@ libavfilter_pc_deps=${libavfilter_pc_deps%, }
+@@ -4598,15 +4597,15 @@ libavfilter_pc_deps=${libavfilter_pc_deps%, }
  libavdevice_pc_deps="libavformat${build_suffix} = $LIBAVFORMAT_VERSION"
  enabled lavfi_indev && prepend libavdevice_pc_deps 
"libavfilter${build_suffix} = $LIBAVFILTER_VERSION,"
  
Index: x11/mplayer/Makefile
===================================================================
RCS file: /cvs/ports/x11/mplayer/Makefile,v
retrieving revision 1.228
diff -u -p -r1.228 Makefile
--- x11/mplayer/Makefile        12 Dec 2013 21:41:54 -0000      1.228
+++ x11/mplayer/Makefile        17 Dec 2013 03:26:11 -0000
@@ -8,8 +8,8 @@ ONLY_FOR_ARCHS =        ${GCC4_ARCHS}
 COMMENT =              movie player supporting many formats
 
 V =                    20130819
-FFMPEG_V =             20130718
-REVISION =             0
+FFMPEG_V =             20131216
+REVISION =             1
 
 SUBST_VARS +=          PREFIX CONFDIR
 

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

Reply via email to