Magellan Linux

Annotation of /trunk/gpac/patches/gpac-0.4.4-nostrip.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 326 - (hide annotations) (download)
Fri Aug 24 21:12:03 2007 UTC (16 years, 8 months ago) by niro
File size: 1345 byte(s)
-rev bump, fixed patches

1 niro 326 Index: gpac-0.4.4/applications/mp4client/Makefile
2     ===================================================================
3     --- gpac-0.4.4.orig/applications/mp4client/Makefile
4     +++ gpac-0.4.4/applications/mp4client/Makefile
5     @@ -50,7 +50,7 @@ clean:
6    
7     install: clean
8     make -override BUILD_INSTALL=yes all
9     - install -c -s -m 755 ../../bin/gcc/MP4Client "$(DESTDIR)$(prefix)/bin"
10     + install -c -m 755 ../../bin/gcc/MP4Client "$(DESTDIR)$(prefix)/bin"
11    
12     uninstall:
13     rm -rf $(prefix)/bin/MP4Client
14     Index: gpac-0.4.4/applications/osmo4_wx/Makefile
15     ===================================================================
16     --- gpac-0.4.4.orig/applications/osmo4_wx/Makefile
17     +++ gpac-0.4.4/applications/osmo4_wx/Makefile
18     @@ -59,13 +59,13 @@ ifeq ($(CONFIG_DARWIN),yes)
19     $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/Resources/English.lproj/InfoPlist.strings
20     cp ./Darwin.Osmo.icns \
21     $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/Resources/Osmo.icns
22     - install -c -s -m 755 ../../bin/gcc/Osmo4 \
23     + install -c -m 755 ../../bin/gcc/Osmo4 \
24     $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/MacOS
25     echo -n 'APPLOsm4' > $(DESTDIR)$(mac_apps)/Osmo4.app/Contents/PkgInfo
26     else
27     rm -f wxOsmo4.o
28     make -override BUILD_INSTALL=yes all
29     - install -c -s -m 755 ../../bin/gcc/Osmo4 "$(prefix)/bin"
30     + install -c -m 755 ../../bin/gcc/Osmo4 "$(prefix)/bin"
31     endif
32    
33     uninstall: