mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- Update to 1.4
This commit is contained in:
parent
e122cb986e
commit
b8ca5d96e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473819
3 changed files with 7 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bitstream
|
PORTNAME= bitstream
|
||||||
PORTVERSION= 1.3
|
PORTVERSION= 1.4
|
||||||
CATEGORIES= multimedia
|
CATEGORIES= multimedia
|
||||||
MASTER_SITES= https://get.videolan.org/bitstream/${PORTVERSION}/ \
|
MASTER_SITES= https://get.videolan.org/bitstream/${PORTVERSION}/ \
|
||||||
http://get.videolan.org/bitstream/${PORTVERSION}/
|
http://get.videolan.org/bitstream/${PORTVERSION}/
|
||||||
|
@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
USES= gmake tar:bzip2
|
USES= gmake tar:bzip2
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
MAKE_ARGS= PKGCONFIG="${STAGEDIR}${PREFIX}/libdata/pkgconfig"
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
||||||
PORTDOCS= AUTHORS README NEWS TODO
|
PORTDOCS= AUTHORS README NEWS TODO
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1518452020
|
TIMESTAMP = 1530550220
|
||||||
SHA256 (bitstream-1.3.tar.bz2) = f8a90b0ae517ccb295760317f7809ff097ae220ef75b05b0fc2b813debc4a8b7
|
SHA256 (bitstream-1.4.tar.bz2) = b2484940d3b8733bec9dd1ec1731de428261dff31c9f95874264be9dc9ce786b
|
||||||
SIZE (bitstream-1.3.tar.bz2) = 118047
|
SIZE (bitstream-1.4.tar.bz2) = 119836
|
||||||
|
|
|
@ -86,6 +86,7 @@ include/bitstream/ieee/ethernet.h
|
||||||
include/bitstream/ietf/ip.h
|
include/bitstream/ietf/ip.h
|
||||||
include/bitstream/ietf/rfc4175.h
|
include/bitstream/ietf/rfc4175.h
|
||||||
include/bitstream/ietf/rtcp.h
|
include/bitstream/ietf/rtcp.h
|
||||||
|
include/bitstream/ietf/rtcp3611.h
|
||||||
include/bitstream/ietf/rtcp_fb.h
|
include/bitstream/ietf/rtcp_fb.h
|
||||||
include/bitstream/ietf/rtcp_rr.h
|
include/bitstream/ietf/rtcp_rr.h
|
||||||
include/bitstream/ietf/rtcp_sr.h
|
include/bitstream/ietf/rtcp_sr.h
|
||||||
|
@ -159,5 +160,6 @@ include/bitstream/smpte/2022_1_fec.h
|
||||||
include/bitstream/smpte/2022_6_hbrmt.h
|
include/bitstream/smpte/2022_6_hbrmt.h
|
||||||
include/bitstream/smpte/291.h
|
include/bitstream/smpte/291.h
|
||||||
include/bitstream/smpte/337.h
|
include/bitstream/smpte/337.h
|
||||||
|
include/bitstream/smpte/352.h
|
||||||
include/bitstream/smpte/rdd08.h
|
include/bitstream/smpte/rdd08.h
|
||||||
libdata/pkgconfig/bitstream.pc
|
libdata/pkgconfig/bitstream.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue