diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-02 23:06:20 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-02 23:06:20 +0800 |
commit | 1c284fb0b4875ac41ce6981ded732e0d49114a34 (patch) | |
tree | c5f75344f7ea8b88354846c185685fcbca0655ea /multimedia/x265 | |
parent | dab80b2905c14f5d8eec4d771b804d49915e51f7 (diff) | |
download | freebsd-ports-gnome-1c284fb0b4875ac41ce6981ded732e0d49114a34.tar.gz freebsd-ports-gnome-1c284fb0b4875ac41ce6981ded732e0d49114a34.tar.zst freebsd-ports-gnome-1c284fb0b4875ac41ce6981ded732e0d49114a34.zip |
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
Diffstat (limited to 'multimedia/x265')
-rw-r--r-- | multimedia/x265/Makefile | 28 | ||||
-rw-r--r-- | multimedia/x265/distinfo | 2 | ||||
-rw-r--r-- | multimedia/x265/pkg-descr | 16 | ||||
-rw-r--r-- | multimedia/x265/pkg-plist | 7 |
4 files changed, 53 insertions, 0 deletions
diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile new file mode 100644 index 000000000000..e25279748bf0 --- /dev/null +++ b/multimedia/x265/Makefile @@ -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> diff --git a/multimedia/x265/distinfo b/multimedia/x265/distinfo new file mode 100644 index 000000000000..a9b4e0c3116f --- /dev/null +++ b/multimedia/x265/distinfo @@ -0,0 +1,2 @@ +SHA256 (x265/1.3.tar.bz2) = 3807090a99bc351894d58eb037db4f1487b2dba3489eb2c38ab43dd6b7c9b09d +SIZE (x265/1.3.tar.bz2) = 562401 diff --git a/multimedia/x265/pkg-descr b/multimedia/x265/pkg-descr new file mode 100644 index 000000000000..3f45993a7efd --- /dev/null +++ b/multimedia/x265/pkg-descr @@ -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 diff --git a/multimedia/x265/pkg-plist b/multimedia/x265/pkg-plist new file mode 100644 index 000000000000..880c603a5c57 --- /dev/null +++ b/multimedia/x265/pkg-plist @@ -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 |