diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-02-29 03:13:06 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-02-29 03:13:06 +0000 |
commit | 781cc7defe5e02c03d640a8d37e114ee36bf0791 (patch) | |
tree | 1d8e7d0c3c4fbd547b6225a3b6090f3566e67b06 /multimedia/librtmp/files | |
parent | - Update DEPENDS (diff) |
- Update to a snapshot as of 20151223.
- Strip binaries.
Notes
Notes:
svn path=/head/; revision=409797
Diffstat (limited to 'multimedia/librtmp/files')
-rw-r--r-- | multimedia/librtmp/files/patch-librtmp-Makefile | 15 | ||||
-rw-r--r-- | multimedia/librtmp/files/patch-librtmp-librtmp.pc.in | 6 |
2 files changed, 13 insertions, 8 deletions
diff --git a/multimedia/librtmp/files/patch-librtmp-Makefile b/multimedia/librtmp/files/patch-librtmp-Makefile index 874063fc327e..3aad9a44af77 100644 --- a/multimedia/librtmp/files/patch-librtmp-Makefile +++ b/multimedia/librtmp/files/patch-librtmp-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2013-10-07 03:52:05.000000000 +0900 -+++ Makefile 2013-10-30 05:16:36.000000000 +0900 +--- Makefile.orig 2016-02-29 01:15:13 UTC ++++ Makefile @@ -1,19 +1,21 @@ VERSION=v2.4 @@ -26,7 +26,7 @@ SYS=posix CRYPTO=OPENSSL -@@ -23,14 +25,14 @@ +@@ -23,14 +25,14 @@ DEF_OPENSSL=-DUSE_OPENSSL DEF_GNUTLS=-DUSE_GNUTLS DEF_=-DNO_CRYPTO REQ_GNUTLS=gnutls,hogweed,nettle @@ -43,7 +43,7 @@ LIB_POLARSSL=-lpolarssl $(LIBZ) PRIVATE_LIBS=$(LIBS_$(SYS)) CRYPTO_LIB=$(LIB_$(CRYPTO)) $(PRIVATE_LIBS) -@@ -74,8 +76,9 @@ +@@ -74,8 +76,9 @@ SO_INST=$(SOINST_$(SHARED)) DEF=-DRTMPDUMP_VERSION=\"$(VERSION)\" $(CRYPTO_DEF) $(XDEF) OPT=-O2 @@ -55,7 +55,7 @@ OBJS=rtmp.o log.o amf.o hashswf.o parseurl.o -@@ -102,16 +105,18 @@ +@@ -102,20 +105,22 @@ librtmp.pc: librtmp.pc.in Makefile sed -e "s;@prefix@;$(prefix);" -e "s;@libdir@;$(libdir);" \ -e "s;@VERSION@;$(VERSION);" \ -e "s;@CRYPTO_REQ@;$(CRYPTO_REQ);" \ @@ -76,3 +76,8 @@ cp librtmp.3 $(MANDIR)/man3 install_so: librtmp$(SO_EXT) +- cp librtmp$(SO_EXT) $(SODIR) ++ ${BSD_INSTALL_LIB} librtmp$(SO_EXT) $(SODIR) + $(INSTALL_IMPLIB) + cd $(SODIR); ln -sf librtmp$(SO_EXT) librtmp.$(SOX) + diff --git a/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in b/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in index 9e304fc6c325..898d89162a9b 100644 --- a/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in +++ b/multimedia/librtmp/files/patch-librtmp-librtmp.pc.in @@ -1,6 +1,6 @@ ---- librtmp.pc.in.orig 2013-10-07 03:52:05.000000000 +0900 -+++ librtmp.pc.in 2013-10-07 04:00:16.000000000 +0900 -@@ -8,6 +8,6 @@ +--- librtmp.pc.in.orig 2016-02-29 01:15:13 UTC ++++ librtmp.pc.in +@@ -8,6 +8,6 @@ Description: RTMP implementation Version: @VERSION@ Requires: @CRYPTO_REQ@ URL: http://rtmpdump.mplayerhq.hu |