From owner-svn-ports-head@FreeBSD.ORG Tue Sep 2 15:06:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF84F592; Tue, 2 Sep 2014 15:06:21 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAC7F133B; Tue, 2 Sep 2014 15:06:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s82F6LcM084548; Tue, 2 Sep 2014 15:06:21 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s82F6KVV084543; Tue, 2 Sep 2014 15:06:20 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201409021506.s82F6KVV084543@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Tue, 2 Sep 2014 15:06:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367026 - in head/multimedia: . x265 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.18-1 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: Tue, 02 Sep 2014 15:06:21 -0000 Author: adamw Date: Tue Sep 2 15:06:20 2014 New Revision: 367026 URL: http://svnweb.freebsd.org/changeset/ports/367026 QAT: https://qat.redports.org/buildarchive/r367026/ Log: Add multimedia/x265, the H.265/High Efficiency Video Coding (HEVC) codec. High Efficiency Video Coding (HEVC) is the latest generation video compression standard. * This standard was developed by the ISO/IEC Moving Picture Experts Group (MPEG) and ITU-T Video Coding Experts Group (VCEG), through their Joint Collaborative Team on Video Coding (JCT-VC) * HEVC is also known as ISO/IEC 23008-2 MPEG-H Part 2 and ITU-T H.265 * HEVC provides superior video quality and up to twice the data compression as the previous standard (H.264/MPEG-4 AVC) * HEVC can support 8K Ultra High Definition video, with a picture size up to 8192x4320 pixels WWW: http://www.x265.org Added: head/multimedia/x265/ head/multimedia/x265/Makefile (contents, props changed) head/multimedia/x265/distinfo (contents, props changed) head/multimedia/x265/pkg-descr (contents, props changed) head/multimedia/x265/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Tue Sep 2 15:05:37 2014 (r367025) +++ head/multimedia/Makefile Tue Sep 2 15:06:20 2014 (r367026) @@ -395,6 +395,7 @@ SUBDIR += webcamd SUBDIR += win32-codecs SUBDIR += x264 + SUBDIR += x265 SUBDIR += xanim SUBDIR += xawtv SUBDIR += xbmc Added: head/multimedia/x265/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/x265/Makefile Tue Sep 2 15:06:20 2014 (r367026) @@ -0,0 +1,28 @@ +# Created by: adamw +# $FreeBSD$ + +PORTNAME= x265 +PORTVERSION= 1.3 +CATEGORIES= multimedia +MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ +DISTNAME= ${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= adamw@FreeBSD.org +COMMENT= H.265/High Efficiency Video Coding (HEVC) format + +LICENSE= GPLv2 + +BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm + +USES= tar:bz2 cmake +USE_LDCONFIG= yes + +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-c1e4fc0162c1/source + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ + ${WRKSRC}/CMakeLists.txt + +.include Added: head/multimedia/x265/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/x265/distinfo Tue Sep 2 15:06:20 2014 (r367026) @@ -0,0 +1,2 @@ +SHA256 (x265/1.3.tar.bz2) = 3807090a99bc351894d58eb037db4f1487b2dba3489eb2c38ab43dd6b7c9b09d +SIZE (x265/1.3.tar.bz2) = 562401 Added: head/multimedia/x265/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/x265/pkg-descr Tue Sep 2 15:06:20 2014 (r367026) @@ -0,0 +1,16 @@ +High Efficiency Video Coding (HEVC) is the latest generation video compression +standard. + + * This standard was developed by the ISO/IEC Moving Picture Experts Group + (MPEG) and ITU-T Video Coding Experts Group (VCEG), through their Joint + Collaborative Team on Video Coding (JCT-VC) + + * HEVC is also known as ISO/IEC 23008-2 MPEG-H Part 2 and ITU-T H.265 + + * HEVC provides superior video quality and up to twice the data compression + as the previous standard (H.264/MPEG-4 AVC) + + * HEVC can support 8K Ultra High Definition video, with a picture size up to + 8192x4320 pixels + +WWW: http://www.x265.org Added: head/multimedia/x265/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/x265/pkg-plist Tue Sep 2 15:06:20 2014 (r367026) @@ -0,0 +1,7 @@ +bin/x265 +include/x265.h +include/x265_config.h +lib/libx265.a +lib/libx265.so +lib/libx265.so.31 +libdata/pkgconfig/x265.pc