Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/neoengine/files: neoengine-0.8.2-nolibs.patch
Date: Mon, 02 Mar 2009 10:33:45
Message-Id: E1Le5Sw-0007Ln-8L@stork.gentoo.org
1 tupone 09/03/02 10:33:42
2
3 Added: neoengine-0.8.2-nolibs.patch
4 Log:
5 Removing internal copies of libraries. Bug #247243
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-games/neoengine/files/neoengine-0.8.2-nolibs.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/neoengine/files/neoengine-0.8.2-nolibs.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/neoengine/files/neoengine-0.8.2-nolibs.patch?rev=1.1&content-type=text/plain
13
14 Index: neoengine-0.8.2-nolibs.patch
15 ===================================================================
16 --- neofczip/Makefile.am.dynamic.old 2009-03-02 09:17:40.000000000 +0100
17 +++ neofczip/Makefile.am.dynamic 2009-03-02 09:17:49.000000000 +0100
18 @@ -1,11 +1,11 @@
19
20 lib_LTLIBRARIES = libneofczip.la
21
22 -libneofczip_la_SOURCES = neofczip.cpp adler32.c compress.c crc32.c deflate.c gzio.c infback.c inffast.c inflate.c inftrees.c minigzip.c trees.c uncompr.c zutil.c
23 +libneofczip_la_SOURCES = neofczip.cpp
24
25 EXTRA_DIST = zlib.h neofczip.dsp Makefile.am.static Makefile.am.dynamic
26
27 -libneofczip_la_LIBADD = @NEOENGINE_EXTRA_LIBS@
28 +libneofczip_la_LIBADD = @NEOENGINE_EXTRA_LIBS@ -lz
29
30 # set the include path found by configure
31 INCLUDES = -I..
32 --- neoicpng/Makefile.am.dynamic.old 2009-03-02 10:03:19.000000000 +0100
33 +++ neoicpng/Makefile.am.dynamic 2009-03-02 10:03:27.000000000 +0100
34 @@ -1,9 +1,7 @@
35
36 lib_LTLIBRARIES = libneoicpng.la
37
38 -libneoicpng_la_SOURCES = neoicpng.cpp png.c pngerror.c pngget.c pngmem.c pngpread.c pngread.c pngrio.c \
39 - pngrtran.c pngrutil.c pngset.c pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c deflate.c \
40 - inflate.c trees.c zutil.c infblock.c inftrees.c infcodes.c infutil.c inffast.c adler32.c crc32.c
41 +libneoicpng_la_SOURCES = neoicpng.cpp
42
43 EXTRA_DIST = pnggccrd.c pngvcrd.c deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.h \
44 infutil.h pngasmrd.h pngconf.h png.h trees.h zconf.h zlib.h zutil.h \
45 @@ -11,7 +9,7 @@
46 neoicpng-static.dsp neoicpng-static.vcproj neoicpng-static.dev \
47 LICENSE Makefile.am.static Makefile.am.dynamic
48
49 -libneoicpng_la_LIBADD = @NEOENGINE_EXTRA_LIBS@
50 +libneoicpng_la_LIBADD = @NEOENGINE_EXTRA_LIBS@ -lpng
51
52 # set the include path found by configure
53 INCLUDES = -I..
54 --- neofcbzip2/Makefile.am.dynamic.old 2009-03-02 10:20:40.000000000 +0100
55 +++ neofcbzip2/Makefile.am.dynamic 2009-03-02 10:20:49.000000000 +0100
56 @@ -1,13 +1,13 @@
57
58 lib_LTLIBRARIES = libneofcbzip2.la
59
60 -libneofcbzip2_la_SOURCES = neofcbzip2.cpp blocksort.c bzlib.c compress.c crctable.c decompress.c huffman.c randtable.c
61 +libneofcbzip2_la_SOURCES = neofcbzip2.cpp
62
63 EXTRA_DIST = bzlib.h bzlib_private.h neofcbzip2.dsp neofcbzip2.vcproj neofcbzip2.dev \
64 neofcbzip2-static.dsp neofcbzip2-static.vcproj neofcbzip2-static.dev \
65 Makefile.am.static Makefile.am.dynamic
66
67 -libneofcbzip2_la_LIBADD = @NEOENGINE_EXTRA_LIBS@
68 +libneofcbzip2_la_LIBADD = @NEOENGINE_EXTRA_LIBS@ -lbz2
69
70 # set the include path found by configure
71 INCLUDES = -I..
72 --- neoicjpeg/Makefile.am.dynamic.old 2004-03-22 11:04:21.000000000 +0100
73 +++ neoicjpeg/Makefile.am.dynamic 2009-03-02 10:26:00.000000000 +0100
74 @@ -1,15 +1,7 @@
75
76 lib_LTLIBRARIES = libneoicjpeg.la
77
78 -libneoicjpeg_la_SOURCES = neoicjpeg.cpp \
79 - jcapimin.c jcmarker.c jdapimin.c jdinput.c jdtrans.c jidctred.c jquant1.c \
80 - jcapistd.c jcmaster.c jdapistd.c jdmainct.c jerror.c jquant2.c \
81 - jccoefct.c jcomapi.c jdatadst.c jdmarker.c jfdctflt.c jutils.c \
82 - jccolor.c jcparam.c jdatasrc.c jdmaster.c jfdctfst.c \
83 - jcdctmgr.c jcphuff.c jdcoefct.c jdmerge.c jfdctint.c jmemmgr.c \
84 - jchuff.c jcprepct.c jdcolor.c jdphuff.c jidctflt.c \
85 - jcinit.c jcsample.c jddctmgr.c jdpostct.c jidctfst.c jmemnobs.c \
86 - jcmainct.c jctrans.c jdhuff.c jdsample.c jidctint.c
87 +libneoicjpeg_la_SOURCES = neoicjpeg.cpp
88
89 EXTRA_DIST = README jchuff.h jdhuff.h jmemsys.h jpeglib.h \
90 jconfig.h jerror.h jmorecfg.h jversion.h jdct.h \
91 @@ -17,7 +9,7 @@
92 neoicjpeg-static.dsp neoicjpeg-static.vcproj neoicjpeg-static.dev \
93 Makefile.am.static Makefile.am.dynamic
94
95 -libneoicjpeg_la_LIBADD = @NEOENGINE_EXTRA_LIBS@
96 +libneoicjpeg_la_LIBADD = @NEOENGINE_EXTRA_LIBS@ -ljpeg
97
98 # set the include path found by configure
99 INCLUDES = -I..