Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsfml/files: libsfml-2.0_pre20121126-shared-glew.patch libsfml-2.0_pre20121126-no-docs.patch
Date: Tue, 27 Nov 2012 12:04:03
Message-Id: 20121127100859.1023620C65@flycatcher.gentoo.org
1 radhermit 12/11/27 10:08:58
2
3 Added: libsfml-2.0_pre20121126-shared-glew.patch
4 libsfml-2.0_pre20121126-no-docs.patch
5 Log:
6 Version bump to snapshot (bug #442604 by pinkbyte).
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.1 media-libs/libsfml/files/libsfml-2.0_pre20121126-shared-glew.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/files/libsfml-2.0_pre20121126-shared-glew.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/files/libsfml-2.0_pre20121126-shared-glew.patch?rev=1.1&content-type=text/plain
15
16 Index: libsfml-2.0_pre20121126-shared-glew.patch
17 ===================================================================
18 --- libsfml-2.0.0_pre20121126/src/SFML/Graphics/CMakeLists.txt
19 +++ libsfml-2.0.0_pre20121126/src/SFML/Graphics/CMakeLists.txt
20 @@ -102,7 +102,7 @@
21 endif()
22
23 # add preprocessor symbols
24 -add_definitions(-DGLEW_STATIC -DSTBI_FAILURE_USERMSG)
25 +add_definitions(-DSTBI_FAILURE_USERMSG)
26
27 # ImageLoader.cpp must be compiled with the -fno-strict-aliasing
28 # when gcc is used; otherwise saving PNGs may crash in stb_image_write
29
30
31
32 1.1 media-libs/libsfml/files/libsfml-2.0_pre20121126-no-docs.patch
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/files/libsfml-2.0_pre20121126-no-docs.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsfml/files/libsfml-2.0_pre20121126-no-docs.patch?rev=1.1&content-type=text/plain
36
37 Index: libsfml-2.0_pre20121126-no-docs.patch
38 ===================================================================
39 --- libsfml-2.0.0_pre20121126/CMakeLists.txt
40 +++ libsfml-2.0.0_pre20121126/CMakeLists.txt
41 @@ -211,10 +211,6 @@
42 COMPONENT devel)
43 endif()
44
45 -install(FILES cmake/Modules/FindSFML.cmake DESTINATION ${INSTALL_MISC_DIR}/cmake/Modules)
46 -install(FILES license.txt DESTINATION ${INSTALL_MISC_DIR})
47 -install(FILES readme.txt DESTINATION ${INSTALL_MISC_DIR})
48 -
49 if(WINDOWS)
50 if(ARCH_32BITS)
51 install(FILES extlibs/bin/x86/libsndfile-1.dll DESTINATION bin)