Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 15:06:20 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367026 - in head/multimedia: . x265
Message-ID:  <201409021506.s82F6KVV084543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409021506.s82F6KVV084543>