multimedia/kvazaar: update to 1.2.0
- Increase verbosity of automake tests Changes: https://github.com/ultravideo/kvazaar/releases/tag/v1.2.0 ABI: https://abi-laboratory.pro/tracker/timeline/kvazaar/
This commit is contained in:
parent
54c4ec98d0
commit
5da918d3fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454469
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 3.4
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= multimedia audio ipv6 net
|
||||
MASTER_SITES= http://ffmpeg.org/releases/
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
PORTNAME= kvazaar
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION?= 1.1.0
|
||||
PORTREVISION?= 2
|
||||
DISTVERSION?= 1.2.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= multimedia
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
@ -38,16 +38,14 @@ CRYPTOPP_CONFIGURE_ENV= cryptopp_CFLAGS=" " cryptopp_LIBS="-lcryptopp"
|
||||
CRYPTOPP_CONFIGURE_WITH=cryptopp
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's/x86_64/&|amd64/' ${WRKSRC}/configure.ac
|
||||
|
||||
post-patch-CRYPTOPP-on:
|
||||
# XXX Force C++ linking to avoid error with Clang
|
||||
@${ECHO_CMD} nodist_EXTRA_kvazaar_tests_SOURCES \
|
||||
= dummy.cpp >>${WRKSRC}/tests/Makefile.am
|
||||
@${REINPLACE_CMD} -e 's/x86_64/&|amd64/' \
|
||||
-e '/AM_INIT_AUTOMAKE/s/])/ serial-tests&/' \
|
||||
${WRKSRC}/configure.ac
|
||||
|
||||
pre-install: do-test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
# XXX test_external_symbols.sh fails with CRYPTOPP=on
|
||||
# XXX beefy5 (fails) vs. beefy4 (succeeds). Missed CPUID check?
|
||||
do-test: .IGNORE
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1487271125
|
||||
SHA256 (ultravideo-kvazaar-v1.1.0_GH0.tar.gz) = 8e382738a51004bfcfca4c832e8b41fe6a17f889f3c39151dc1c1a37261a3a6d
|
||||
SIZE (ultravideo-kvazaar-v1.1.0_GH0.tar.gz) = 484601
|
||||
TIMESTAMP = 1510925013
|
||||
SHA256 (ultravideo-kvazaar-v1.2.0_GH0.tar.gz) = 480ecfd9b4d2b7d21b355e4a35fcf47b4db7a3b0315b6219d93733db42392bd9
|
||||
SIZE (ultravideo-kvazaar-v1.2.0_GH0.tar.gz) = 486455
|
||||
SHA256 (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 18ee57a34869c6f6ce511cd71a5cc8661801cf69d64c4c66ff76773835df659b
|
||||
SIZE (silentbicycle-greatest-v1.0.0_GH0.tar.gz) = 11959
|
||||
|
24
multimedia/kvazaar/files/patch-tests_Makefile.am
Normal file
24
multimedia/kvazaar/files/patch-tests_Makefile.am
Normal file
@ -0,0 +1,24 @@
|
||||
- Disable valgrind tests due to hangs, x86-only and missing TAppDecoder
|
||||
- Disable encode tests to avoid circular dependency on ffmpeg
|
||||
|
||||
--- tests/Makefile.am.orig 2017-11-17 13:23:33 UTC
|
||||
+++ tests/Makefile.am
|
||||
@@ -1,17 +1,7 @@
|
||||
|
||||
TESTS = $(check_PROGRAMS) \
|
||||
test_external_symbols.sh \
|
||||
- test_gop.sh \
|
||||
- test_interlace.sh \
|
||||
- test_intra.sh \
|
||||
- test_invalid_input.sh \
|
||||
- test_mv_constraint.sh \
|
||||
- test_owf_wpp_tiles.sh \
|
||||
- test_rate_control.sh \
|
||||
- test_slices.sh \
|
||||
- test_smp.sh \
|
||||
- test_tools.sh \
|
||||
- test_weird_shapes.sh
|
||||
+ $(NULL)
|
||||
|
||||
check_PROGRAMS = kvazaar_tests
|
||||
|
@ -2,8 +2,8 @@ bin/kvazaar
|
||||
include/kvazaar.h
|
||||
lib/libkvazaar.a
|
||||
lib/libkvazaar.so
|
||||
lib/libkvazaar.so.3
|
||||
lib/libkvazaar.so.3.15.0
|
||||
lib/libkvazaar.so.4
|
||||
lib/libkvazaar.so.4.0.0
|
||||
libdata/pkgconfig/kvazaar.pc
|
||||
man/man1/kvazaar.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user