Changes of Revision 5
[-] | Changed | rtmpdump.spec |
x 1
2 # norootforbuild 3 4 Name: rtmpdump 5 -Version: 2.2b 6 +Version: 2.2d 7 Release: 1 8 Summary: RTMP Stream Dumper 9 Source: http://rtmpdump.mplayerhq.hu/download/rtmpdump-%{version}.tar.gz 10
11 %{_libdir}/pkgconfig/librtmp.pc 12 13 %changelog 14 -* Tue May 25 2010 Carsten Schoene <cs@linux-administrator.com> 2.2b-1 15 +* Tue May 25 2010 Carsten Schoene <cs@linux-administrator.com> 2.2d-1 16 - initial import to BS 17 |
||
[+] | Changed | rtmpdump-fix_librtmp_makefile.patch ^ |
@@ -1,17 +1,20 @@ ---- librtmp/Makefile.orig 2010-04-03 01:58:11.000000000 +0200 -+++ librtmp/Makefile 2010-04-03 01:58:30.000000000 +0200 +--- librtmp/Makefile.orig 2010-04-30 03:21:15.000000000 +0200 ++++ librtmp/Makefile 2010-05-25 20:22:54.708724720 +0200 @@ -1,6 +1,7 @@ - VERSION=v2.2b + VERSION=v2.2d prefix=/usr/local +LIB=lib CC=$(CROSS_COMPILE)gcc LD=$(CROSS_COMPILE)ld -@@ -41,5 +42,5 @@ +@@ -42,7 +43,7 @@ + -e "s;@CRYPTO_REQ@;$(CRYPTO_REQ);" librtmp.pc.in > $@ install: librtmp.a librtmp.pc - -mkdir $(INCDIR); cp amf.h http.h log.h rtmp.h $(INCDIR) +- -mkdir -p $(INCDIR) $(DESTDIR)$(prefix)/lib/pkgconfig ++ -mkdir -p $(INCDIR) $(DESTDIR)$(prefix)/$(LIB)/pkgconfig + cp amf.h http.h log.h rtmp.h $(INCDIR) - cp librtmp.a $(DESTDIR)$(prefix)/lib - cp librtmp.pc $(DESTDIR)$(prefix)/lib/pkgconfig + cp librtmp.a $(DESTDIR)$(prefix)/$(LIB) | ||
Added | rtmpdump-2.2d.tar.gz ^ |