Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/live/files: config.gentoo-so-r1 live-recursive.patch
Date: Tue, 29 Sep 2009 07:03:29
Message-Id: E1MsWkA-0007Hh-Jo@stork.gentoo.org
1 aballier 09/09/29 07:03:26
2
3 Added: config.gentoo-so-r1 live-recursive.patch
4 Log:
5 version bump and link the libs with g++
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-plugins/live/files/config.gentoo-so-r1
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/live/files/config.gentoo-so-r1?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/live/files/config.gentoo-so-r1?rev=1.1&content-type=text/plain
13
14 Index: config.gentoo-so-r1
15 ===================================================================
16 COMPILE_OPTS = $(INCLUDES) -I. -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
17 C = c
18 C_COMPILER = $(CC)
19 C_FLAGS = $(COMPILE_OPTS) -fPIC $(CFLAGS)
20 CPP = cpp
21 CPLUSPLUS_COMPILER = $(CXX)
22 CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -fPIC $(CXXFLAGS)
23 OBJ = o
24 LINK = $(CXX) -o
25 LINK_OPTS = -L.
26 CONSOLE_LINK_OPTS = $(LINK_OPTS)
27 LIBRARY_LINK = $(CXX) -o
28 LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@
29 LIB_SUFFIX = so
30 LIBS_FOR_CONSOLE_APPLICATION =
31 LIBS_FOR_GUI_APPLICATION =
32 EXE =
33
34
35
36 1.1 media-plugins/live/files/live-recursive.patch
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/live/files/live-recursive.patch?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/live/files/live-recursive.patch?rev=1.1&content-type=text/plain
40
41 Index: live-recursive.patch
42 ===================================================================
43 Index: live/Makefile.tail
44 ===================================================================
45 --- live.orig/Makefile.tail
46 +++ live/Makefile.tail
47 @@ -14,8 +14,6 @@ all:
48 cd $(GROUPSOCK_DIR) ; $(MAKE)
49 cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE)
50 cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE)
51 - cd $(TESTPROGS_DIR) ; $(MAKE)
52 - cd $(MEDIA_SERVER_DIR) ; $(MAKE)
53
54 clean:
55 cd $(LIVEMEDIA_DIR) ; $(MAKE) clean