update to a newer rtmpdump snapshot

This commit is contained in:
sthen 2014-01-13 23:52:34 +00:00
parent 5001be988e
commit 2d5624ab69
5 changed files with 15 additions and 18 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.25 2014/01/01 20:46:28 naddy Exp $
# $OpenBSD: Makefile,v 1.26 2014/01/13 23:52:34 sthen Exp $
SHARED_LIBS = rtmp 0.0
SHARED_LIBS = rtmp 1.0
COMMENT = dump RTMP media streams
DISTNAME = rtmpdump-2.4pl5
DISTNAME = rtmpdump-2.4pl7
WRKDIST = ${WRKDIR}/rtmpdump
CATEGORIES = net
@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP = Yes
WANTLIB = c crypto pthread ssl z
# packaged from git://git.ffmpeg.org/rtmpdump : 3a1e20c08
# packaged from git://git.ffmpeg.org/rtmpdump : dc76f0a846
MASTER_SITES = http://spacehopper.org/mirrors/
MAKE_FLAGS = CC="${CC}" XCFLAGS="${CFLAGS}" OPT= \

View File

@ -1,2 +1,2 @@
SHA256 (rtmpdump-2.4pl5.tar.gz) = HDz6gGmpjnS1M/7KwulbByes9EvC9v4gI0B6zdJ3YI0=
SIZE (rtmpdump-2.4pl5.tar.gz) = 141982
SHA256 (rtmpdump-2.4pl7.tar.gz) = DO7yUJYDZIm2GYelzPQ/fegy67BhWjh/41jYQA0oQPY=
SIZE (rtmpdump-2.4pl7.tar.gz) = 142354

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-librtmp_Makefile,v 1.2 2013/04/24 09:33:41 sthen Exp $
--- librtmp/Makefile.orig Fri Jan 4 10:01:01 2013
+++ librtmp/Makefile Fri Jan 4 10:04:43 2013
@@ -36,7 +36,7 @@ CRYPTO_LIB=$(LIB_$(CRYPTO)) $(PRIVATE_LIBS)
CRYPTO_REQ=$(REQ_$(CRYPTO))
$OpenBSD: patch-librtmp_Makefile,v 1.3 2014/01/13 23:52:34 sthen Exp $
--- librtmp/Makefile.orig Mon Jan 13 23:33:30 2014
+++ librtmp/Makefile Mon Jan 13 23:37:39 2014
@@ -38,7 +38,7 @@ CRYPTO_REQ=$(REQ_$(CRYPTO))
CRYPTO_DEF=$(DEF_$(CRYPTO))
PUBLIC_LIBS=$(PUB_$(CRYPTO))
-SO_VERSION=0
+SO_VERSION?=0
-SO_VERSION=1
+SO_VERSION?=1
SOX_posix=so
SOX_darwin=dylib
SOX_mingw=dll

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2010/07/18 10:37:45 sthen Exp $
@comment lib/librtmp.so
@lib lib/librtmp.so.${LIBrtmp_VERSION}

View File

@ -1,5 +1,4 @@
@comment $OpenBSD: PLIST,v 1.4 2010/07/18 10:37:45 sthen Exp $
%%SHARED%%
@comment $OpenBSD: PLIST,v 1.5 2014/01/13 23:52:34 sthen Exp $
@bin bin/rtmpdump
include/librtmp/
include/librtmp/amf.h
@ -7,6 +6,7 @@ include/librtmp/http.h
include/librtmp/log.h
include/librtmp/rtmp.h
lib/librtmp.a
@lib lib/librtmp.so.${LIBrtmp_VERSION}
lib/pkgconfig/
lib/pkgconfig/librtmp.pc
@man man/man1/rtmpdump.1