Magellan Linux

Contents of /trunk/gpac/patches/gpac-0.4.2-nostrip.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 2080 byte(s)
-import

1 diff -ur gpac.orig/Makefile gpac/Makefile
2 --- gpac.orig/Makefile 2006-08-01 12:45:53.000000000 -0400
3 +++ gpac/Makefile 2006-08-01 12:50:27.000000000 -0400
4 @@ -5,10 +5,7 @@
5
6 vpath %.c $(SRC_PATH)
7
8 -INSTFLAGS=-s
9 -ifeq ($(DEBUGBUILD),yes)
10 INSTFLAGS=
11 -endif
12
13 all: lib apps mods
14
15 @@ -63,9 +60,6 @@
16 ifeq ($(CONFIG_WIN32),yes)
17 install $(INSTFLAGS) -m 755 bin/gcc/libgpac.dll $(prefix)/lib
18 else
19 -ifeq ($(DEBUGBUILD),no)
20 - $(STRIP) bin/gcc/libgpac.$(DYN_LIB_SUFFIX)
21 -endif
22 ifeq ($(CONFIG_DARWIN),yes)
23 install -m 755 bin/gcc/libgpac.$(DYN_LIB_SUFFIX) $(prefix)/lib/libgpac-$(VERSION).$(DYN_LIB_SUFFIX)
24 ln -sf libgpac-$(VERSION).$(DYN_LIB_SUFFIX) $(prefix)/lib/libgpac.$(DYN_LIB_SUFFIX)
25 diff -ur gpac.orig/applications/mp4client/Makefile gpac/applications/mp4client/Makefile
26 --- gpac.orig/applications/mp4client/Makefile 2006-08-01 12:45:53.000000000 -0400
27 +++ gpac/applications/mp4client/Makefile 2006-08-01 12:44:17.000000000 -0400
28 @@ -50,7 +50,7 @@
29
30 install: clean
31 make -override BUILD_INSTALL=yes all
32 - install -c -s -m 755 ../../bin/gcc/MP4Client "$(DESTDIR)$(prefix)/bin"
33 + install -c -m 755 ../../bin/gcc/MP4Client "$(DESTDIR)$(prefix)/bin"
34
35 uninstall:
36 rm -rf $(prefix)/bin/MP4Client
37 diff -ur gpac.orig/applications/osmo4_wx/Makefile gpac/applications/osmo4_wx/Makefile
38 --- gpac.orig/applications/osmo4_wx/Makefile 2006-08-01 12:45:53.000000000 -0400
39 +++ gpac/applications/osmo4_wx/Makefile 2006-08-01 12:44:17.000000000 -0400
40 @@ -59,13 +59,13 @@
41 $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/Resources/English.lproj/InfoPlist.strings
42 cp ./Darwin.Osmo.icns \
43 $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/Resources/Osmo.icns
44 - install -c -s -m 755 ../../bin/gcc/Osmo4 \
45 + install -c -m 755 ../../bin/gcc/Osmo4 \
46 $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/MacOS
47 echo -n 'APPLOsm4' > $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/PkgInfo
48 else
49 rm -f wxOsmo4.o
50 make -override BUILD_INSTALL=yes all
51 - install -c -s -m 755 ../../bin/gcc/Osmo4 "$(DESTDIR)$(prefix)/bin"
52 + install -c -m 755 ../../bin/gcc/Osmo4 "$(DESTDIR)$(prefix)/bin"
53 endif
54
55 uninstall: