FreeBSD Bugzilla – Attachment 166463 Details for
Bug 206864
multimedia/x265: Update to 1.9 (and exp-run)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use "do-test" instead of "regression-test", enable tests through flag, use FreeBSD's md5
x265.patch (text/plain), 2.85 KB, created by
Mikhail Teterin
on 2016-02-02 23:32:22 UTC
(
hide
)
Description:
Use "do-test" instead of "regression-test", enable tests through flag, use FreeBSD's md5
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2016-02-02 23:32:22 UTC
Size:
2.85 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 407828) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= x265 >-PORTVERSION= 1.8 >+PORTVERSION= 1.9 > CATEGORIES= multimedia > MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ > DISTNAME= ${PORTVERSION} >@@ -18,8 +18,10 @@ > > USES= cmake tar:bz2 > USE_LDCONFIG= yes >+CMAKE_ARGS= -DENABLE_TESTS=on -DPLATFORM_LIBS=md >+EXTRACT_AFTER_ARGS+= --exclude "md5*" > >-WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-e27327f5da35/source >+WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-1d3b6e448e01/source > > post-patch: > @${REINPLACE_CMD} -e \ >@@ -26,4 +28,7 @@ > 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ > ${WRKSRC}/CMakeLists.txt > >+do-test check: build >+ ${WRKSRC}/test/TestBench >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 407828) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (x265/1.8.tar.bz2) = 3d36472d9b41cdf04ae92eede1f1da2198432d0ebc2c29ec2da36d8bddaafb7e >-SIZE (x265/1.8.tar.bz2) = 739692 >+SHA256 (x265/1.9.tar.bz2) = e1e4de6ead44e21c15378675e09c39ef192f2b7c844dd369d2ba1e979aca1ebb >+SIZE (x265/1.9.tar.bz2) = 774118 >Index: files/patch-md5 >=================================================================== >--- files/patch-md5 (nonexistent) >+++ files/patch-md5 (working copy) >@@ -0,0 +1,21 @@ >+Use FreeBSD's MD5-implementation instead of yet another bundled one. >+ >+ -mi >+ >+--- common/CMakeLists.txt 2016-01-25 00:16:50.000000000 -0500 >++++ common/CMakeLists.txt 2016-02-02 17:57:52.620700000 -0500 >+@@ -109,5 +109,4 @@ >+ threadpool.cpp threadpool.h >+ wavefront.h wavefront.cpp >+- md5.cpp md5.h >+ bitstream.h bitstream.cpp >+ yuv.cpp yuv.h >+--- encoder/frameencoder.cpp 2016-01-25 00:16:50.000000000 -0500 >++++ encoder/frameencoder.cpp 2016-02-02 18:06:58.918647000 -0500 >+@@ -667,5 +667,5 @@ >+ m_seiReconPictureDigest.m_method = SEIDecodedPictureHash::MD5; >+ for (int i = 0; i < planes; i++) >+- MD5Final(&m_state[i], m_seiReconPictureDigest.m_digest[i]); >++ MD5Final(m_seiReconPictureDigest.m_digest[i], &m_state[i]); >+ } >+ else if (m_param->decodedPictureHashSEI == 2) > >Property changes on: files/patch-md5 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 407828) >+++ pkg-plist (working copy) >@@ -3,5 +3,5 @@ > include/x265_config.h > lib/libx265.a > lib/libx265.so >-lib/libx265.so.68 >+lib/libx265.so.79 > libdata/pkgconfig/x265.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206864
:
166461
|
166463
|
166471
|
166472
|
166474
|
166484