Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488856
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +22 lines)
Line  Link Here
0
-- /dev/null
0
++ b/Makefile.head
Line 0 Link Here
0
-- /dev/null
1
PREFIX = /usr/local
2
LIBDIR = /usr/local/lib
3
VERSION = 2013.01.05
4
##### Change the following for your environment:
5
++ b/live555.pc.in
Line 0 Link Here
0
-- a/Makefile.tail
1
prefix=@PREFIX@
2
libdir=@LIBDIR@
3
includedir=${prefix}/include
4
5
Name: live555
6
Description: multimedia RTSP streaming library
7
Version: @VERSION@
8
Cflags: -I${includedir}/liveMedia -I${includedir}/groupsock -I${includedir}/BasicUsageEnvironment -I${includedir}/UsageEnvironment
9
Libs: -L${libdir} -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment
10
++ b/Makefile.tail
Lines 20-26 Link Here
20
       cd $(MEDIA_SERVER_DIR) ; $(MAKE)
20
       cd $(MEDIA_SERVER_DIR) ; $(MAKE)
21
       cd $(PROXY_SERVER_DIR) ; $(MAKE)
21
       cd $(PROXY_SERVER_DIR) ; $(MAKE)
22
22
23
install:
23
install_shared_libraries:
24
       install -d $(DESTDIR)$(LIBDIR)/pkgconfig
25
       sed "s#@PREFIX@#$(PREFIX)#;s#@LIBDIR@#$(LIBDIR)#;s#@VERSION@#$(VERSION)#" live555.pc.in > $(DESTDIR)$(LIBDIR)/pkgconfig/live555.pc
26
       chmod 644 $(DESTDIR)$(LIBDIR)/pkgconfig/live555.pc
27
28
install: $(INSTALL2)
24
       cd $(LIVEMEDIA_DIR) ; $(MAKE) install
29
       cd $(LIVEMEDIA_DIR) ; $(MAKE) install
25
       cd $(GROUPSOCK_DIR) ; $(MAKE) install
30
       cd $(GROUPSOCK_DIR) ; $(MAKE) install
26
       cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) install
31
       cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE) install

Return to bug 488856