From owner-svn-ports-head@FreeBSD.ORG Wed Oct 23 00:30:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CB2F0532; Wed, 23 Oct 2013 00:30:15 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7CD3243B; Wed, 23 Oct 2013 00:30:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9N0UFaU021544; Wed, 23 Oct 2013 00:30:15 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9N0UFQX021542; Wed, 23 Oct 2013 00:30:15 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310230030.r9N0UFQX021542@svn.freebsd.org> From: William Grzybowski Date: Wed, 23 Oct 2013 00:30:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331341 - in head/audio/alsa-plugins: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 00:30:15 -0000 Author: wg Date: Wed Oct 23 00:30:15 2013 New Revision: 331341 URL: http://svnweb.freebsd.org/changeset/ports/331341 Log: audio/alsa-plugins: fix build with newer ffmpeg - Fix build with newer ffmpeg Reported by: Kevin Oberman Approved by: portmgr (bapt, implicit) Added: head/audio/alsa-plugins/files/patch-ffmpeg-version (contents, props changed) Modified: head/audio/alsa-plugins/Makefile Modified: head/audio/alsa-plugins/Makefile ============================================================================== --- head/audio/alsa-plugins/Makefile Wed Oct 23 00:19:37 2013 (r331340) +++ head/audio/alsa-plugins/Makefile Wed Oct 23 00:30:15 2013 (r331341) @@ -3,6 +3,7 @@ PORTNAME= alsa-plugins PORTVERSION= 1.0.27 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ALSA/plugins \ GENTOO/distfiles Added: head/audio/alsa-plugins/files/patch-ffmpeg-version ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/alsa-plugins/files/patch-ffmpeg-version Wed Oct 23 00:30:15 2013 (r331341) @@ -0,0 +1,13 @@ +Index: a52/pcm_a52.c +=================================================================== +--- a52/pcm_a52.c ++++ a52/pcm_a52.c +@@ -27,7 +27,7 @@ + #include + #include AVCODEC_HEADER + +-#if LIBAVCODEC_VERSION_MAJOR >= 53 && LIBAVCODEC_VERSION_MINOR >= 34 ++#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53,34,0) + #include + #include + #define USE_AVCODEC_FRAME