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 Jul  4 21:45:54 UTC 2018

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

Log Message:
bitstream: updated to 1.4

1.4:
Add RTCP helpers


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/multimedia/bitstream/Makefile \
    pkgsrc/multimedia/bitstream/PLIST
cvs rdiff -u -r1.4 -r1.5 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.3 pkgsrc/multimedia/bitstream/Makefile:1.4
--- pkgsrc/multimedia/bitstream/Makefile:1.3    Wed Jan 31 20:17:41 2018
+++ pkgsrc/multimedia/bitstream/Makefile        Wed Jul  4 21:45:54 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/01/31 20:17:41 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/07/04 21:45:54 adam Exp $
 
-DISTNAME=      bitstream-1.3
+DISTNAME=      bitstream-1.4
 CATEGORIES=    multimedia
 MASTER_SITES=  http://download.videolan.org/pub/videolan/bitstream/${PKGVERSION}/
 EXTRACT_SUFX=  .tar.bz2
@@ -13,5 +13,6 @@ LICENSE=      mit
 USE_TOOLS+=    gmake
 NO_BUILD=      yes
 MAKE_FLAGS+=   PREFIX=${PREFIX}
+MAKE_FLAGS+=   PKGCONFIG=${DESTDIR}${PREFIX}/lib/pkgconfig
 
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/multimedia/bitstream/PLIST
diff -u pkgsrc/multimedia/bitstream/PLIST:1.3 pkgsrc/multimedia/bitstream/PLIST:1.4
--- pkgsrc/multimedia/bitstream/PLIST:1.3       Wed Jan 31 20:17:41 2018
+++ pkgsrc/multimedia/bitstream/PLIST   Wed Jul  4 21:45:54 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/31 20:17:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/07/04 21:45:54 adam Exp $
 include/bitstream/atsc/a52.h
 include/bitstream/common.h
 include/bitstream/dvb/ci.h
@@ -87,6 +87,7 @@ include/bitstream/ieee/ethernet.h
 include/bitstream/ietf/ip.h
 include/bitstream/ietf/rfc4175.h
 include/bitstream/ietf/rtcp.h
+include/bitstream/ietf/rtcp3611.h
 include/bitstream/ietf/rtcp_fb.h
 include/bitstream/ietf/rtcp_rr.h
 include/bitstream/ietf/rtcp_sr.h
@@ -160,5 +161,6 @@ include/bitstream/smpte/2022_1_fec.h
 include/bitstream/smpte/2022_6_hbrmt.h
 include/bitstream/smpte/291.h
 include/bitstream/smpte/337.h
+include/bitstream/smpte/352.h
 include/bitstream/smpte/rdd08.h
 lib/pkgconfig/bitstream.pc

Index: pkgsrc/multimedia/bitstream/distinfo
diff -u pkgsrc/multimedia/bitstream/distinfo:1.4 pkgsrc/multimedia/bitstream/distinfo:1.5
--- pkgsrc/multimedia/bitstream/distinfo:1.4    Wed Jan 31 20:17:41 2018
+++ pkgsrc/multimedia/bitstream/distinfo        Wed Jul  4 21:45:54 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/01/31 20:17:41 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/07/04 21:45:54 adam Exp $
 
-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
+SHA1 (bitstream-1.4.tar.bz2) = d6fa5801e90fc1c342474d60861ef26386b3ba96
+RMD160 (bitstream-1.4.tar.bz2) = bd21c2e4c0c19dfa7c5b266c930d4ba93cb2e267
+SHA512 (bitstream-1.4.tar.bz2) = 82ad5913135d5d987778ce3b4ee2c3b4ef64cce0021462153d9750bc9c16f2d7d0013e243cbb3521cb0e3dc00370b8661a93e5bc88323bcd87258e5662267d63
+Size (bitstream-1.4.tar.bz2) = 119836 bytes



Home | Main Index | Thread Index | Old Index