pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/bitstream



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 31 20:17:41 UTC 2018

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

Log Message:
bitstream: updated to 1.3

1.3:
- Add support for avcC and hvcC structures
- Add support for LOAS AAC
- Improve support for RTP
- Use ISO 6937 as default DVB charset
- Ship pkg-config file


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/bitstream/Makefile \
    pkgsrc/multimedia/bitstream/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/bitstream/distinfo

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

Modified files:

Index: pkgsrc/multimedia/bitstream/Makefile
diff -u pkgsrc/multimedia/bitstream/Makefile:1.2 pkgsrc/multimedia/bitstream/Makefile:1.3
--- pkgsrc/multimedia/bitstream/Makefile:1.2    Sat Feb 11 14:24:37 2017
+++ pkgsrc/multimedia/bitstream/Makefile        Wed Jan 31 20:17:41 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/02/11 14:24:37 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/01/31 20:17:41 adam Exp $
 
-DISTNAME=      bitstream-1.2
+DISTNAME=      bitstream-1.3
 CATEGORIES=    multimedia
 MASTER_SITES=  http://download.videolan.org/pub/videolan/bitstream/${PKGVERSION}/
 EXTRACT_SUFX=  .tar.bz2
@@ -11,6 +11,7 @@ COMMENT=      C headers allowing a simpler ac
 LICENSE=       mit
 
 USE_TOOLS+=    gmake
+NO_BUILD=      yes
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/multimedia/bitstream/PLIST
diff -u pkgsrc/multimedia/bitstream/PLIST:1.2 pkgsrc/multimedia/bitstream/PLIST:1.3
--- pkgsrc/multimedia/bitstream/PLIST:1.2       Sat Feb 11 14:24:37 2017
+++ pkgsrc/multimedia/bitstream/PLIST   Wed Jan 31 20:17:41 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/02/11 14:24:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/31 20:17:41 adam Exp $
 include/bitstream/atsc/a52.h
 include/bitstream/common.h
 include/bitstream/dvb/ci.h
@@ -93,6 +93,7 @@ include/bitstream/ietf/rtcp_sr.h
 include/bitstream/ietf/rtp.h
 include/bitstream/ietf/rtp2250.h
 include/bitstream/ietf/rtp3551.h
+include/bitstream/ietf/rtp3640.h
 include/bitstream/ietf/rtp6184.h
 include/bitstream/ietf/rtp7587.h
 include/bitstream/ietf/udp.h
@@ -160,3 +161,4 @@ include/bitstream/smpte/2022_6_hbrmt.h
 include/bitstream/smpte/291.h
 include/bitstream/smpte/337.h
 include/bitstream/smpte/rdd08.h
+lib/pkgconfig/bitstream.pc

Index: pkgsrc/multimedia/bitstream/distinfo
diff -u pkgsrc/multimedia/bitstream/distinfo:1.3 pkgsrc/multimedia/bitstream/distinfo:1.4
--- pkgsrc/multimedia/bitstream/distinfo:1.3    Sat Feb 11 14:24:37 2017
+++ pkgsrc/multimedia/bitstream/distinfo        Wed Jan 31 20:17:41 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/02/11 14:24:37 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/01/31 20:17:41 adam Exp $
 
-SHA1 (bitstream-1.2.tar.bz2) = 55fc02b14005102f89414b06c6e419c4ecbc6adf
-RMD160 (bitstream-1.2.tar.bz2) = 3b83c240563b12c4f2939a977983e7001906bbc6
-SHA512 (bitstream-1.2.tar.bz2) = a286a6d6f5b26bd7e037a2130a0b1105a79ceb180ea5db9a4ef8bc652cce686bf4cf38e3cd79336b34ef40fffc3bc79b132a2ee6c7508c5abe2e964c3e9a1c8c
-Size (bitstream-1.2.tar.bz2) = 115009 bytes
+SHA1 (bitstream-1.3.tar.bz2) = 7e612e28fb3bfd97415b801bfd811c1b7840a789
+RMD160 (bitstream-1.3.tar.bz2) = 42808ab03c52528d571c86074cb4a5cc4beb33b0
+SHA512 (bitstream-1.3.tar.bz2) = d0e0eda8a431e7607a40d6c0bc1ad45f8eb5c66e629459945396269433338fcac8dcbaca59ec9c06aa7d7249eff33476cb152f3a115fbf62c5af9b3170ea3f5c
+Size (bitstream-1.3.tar.bz2) = 118047 bytes



Home | Main Index | Thread Index | Old Index