pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/x265



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan  1 16:31:44 UTC 2017

Modified Files:
        pkgsrc/multimedia/x265: Makefile PLIST distinfo

Log Message:
Version 2.2

Encoder enhancements
--------------------
1. Enhancements to TU selection algorithm with early-outs for improved speed; use :option:`--limit-tu` to exercise.
2. New motion search method SEA (Successive Elimination Algorithm) supported now as :option: `--me` 4
3. Bit-stream optimizations to improve fields in PPS and SPS for bit-rate savings through :option:`--[no-]opt-qp-pps`, :option:`--[no-]opt-ref-list-length-pps`, and 
:option:`--[no-]multi-pass-opt-rps`.
4. Enabled using VBV constraints when encoding without WPP.
5. All param options dumped in SEI packet in bitstream when info selected.
6. x265 now supports POWERPC-based systems. Several key functions also have optimized ALTIVEC kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/x265/Makefile \
    pkgsrc/multimedia/x265/distinfo
cvs rdiff -u -r1.12 -r1.13 pkgsrc/multimedia/x265/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/x265/Makefile
diff -u pkgsrc/multimedia/x265/Makefile:1.14 pkgsrc/multimedia/x265/Makefile:1.15
--- pkgsrc/multimedia/x265/Makefile:1.14        Mon Oct 10 17:13:42 2016
+++ pkgsrc/multimedia/x265/Makefile     Sun Jan  1 16:31:44 2017
@@ -1,14 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2016/10/10 17:13:42 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/01/01 16:31:44 adam Exp $
 
-DISTNAME=      x265_2.1
+DISTNAME=      x265_2.2
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://bitbucket.org/multicoreware/x265/downloads/ \
                http://download.videolan.org/videolan/x265/
 
-# IMPORTANT: remove on the next update
-DIST_SUBDIR=   x265
-
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.x265.org/
 COMMENT=       High Efficiency Video Coding (HEVC)
Index: pkgsrc/multimedia/x265/distinfo
diff -u pkgsrc/multimedia/x265/distinfo:1.14 pkgsrc/multimedia/x265/distinfo:1.15
--- pkgsrc/multimedia/x265/distinfo:1.14        Mon Oct 10 17:13:42 2016
+++ pkgsrc/multimedia/x265/distinfo     Sun Jan  1 16:31:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/10/10 17:13:42 adam Exp $
+$NetBSD: distinfo,v 1.15 2017/01/01 16:31:44 adam Exp $
 
-SHA1 (x265/x265_2.1.tar.gz) = 37ed92b83dbe9e1420e1c226d35caeea16d4b0e4
-RMD160 (x265/x265_2.1.tar.gz) = 7f9bf15aed2f7658e4165a1cea48ef45077a2d6c
-SHA512 (x265/x265_2.1.tar.gz) = 22ba5139c39c41dcd386ce84d784efce93f9c70a8d1a94d9835f9dd0f713037479774de2ae5e917cf406ee22e9c94c147398c496a493794d9a19cee64da3cba5
-Size (x265/x265_2.1.tar.gz) = 1036921 bytes
+SHA1 (x265_2.2.tar.gz) = 709ddcf639b414c65867683419de82bc34b587ca
+RMD160 (x265_2.2.tar.gz) = 5bc6e69601752f9ef7a8b80989f48767dfecab10
+SHA512 (x265_2.2.tar.gz) = 335bb38cf0892f2c4310033b076d51115c0b7faa9596a4f556dde5e3d1378d04f3d0055cb0bf2441eb725b7f84c246174bdc315eeb4ddde61ef9d79469f44eef
+Size (x265_2.2.tar.gz) = 1203801 bytes

Index: pkgsrc/multimedia/x265/PLIST
diff -u pkgsrc/multimedia/x265/PLIST:1.12 pkgsrc/multimedia/x265/PLIST:1.13
--- pkgsrc/multimedia/x265/PLIST:1.12   Mon Oct  3 12:29:15 2016
+++ pkgsrc/multimedia/x265/PLIST        Sun Jan  1 16:31:44 2017
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.12 2016/10/03 12:29:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/01/01 16:31:44 adam Exp $
 bin/x265
 include/x265.h
 include/x265_config.h
 lib/libx265.a
 lib/libx265.so
-lib/libx265.so.95
+lib/libx265.so.102
 lib/pkgconfig/x265.pc



Home | Main Index | Thread Index | Old Index