Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/lensfun/files: lensfun-0.2.6-auxfun.patch lensfun-0.2.5_p153-build.patch lensfun-0.2.5_p153-pc.patch
Date: Mon, 02 Jul 2012 16:15:16
Message-Id: 20120702161500.C2D362004B@flycatcher.gentoo.org
1 ssuominen 12/07/02 16:15:00
2
3 Modified: lensfun-0.2.5_p153-build.patch
4 lensfun-0.2.5_p153-pc.patch
5 Added: lensfun-0.2.6-auxfun.patch
6 Log:
7 Version bump. tidy
8
9 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch?r1=1.1&r2=1.2
17
18 Index: lensfun-0.2.5_p153-build.patch
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- lensfun-0.2.5_p153-build.patch 14 Apr 2012 16:16:37 -0000 1.1
25 +++ lensfun-0.2.5_p153-build.patch 2 Jul 2012 16:15:00 -0000 1.2
26 @@ -1,7 +1,5 @@
27 -Index: docs/CMakeLists.txt
28 -===================================================================
29 ---- docs/CMakeLists.txt (Revision 153)
30 -+++ docs/CMakeLists.txt (Arbeitskopie)
31 +--- docs/CMakeLists.txt
32 ++++ docs/CMakeLists.txt
33 @@ -11,7 +11,7 @@
34 CONFIGURE_FILE(doxyfile.in.cmake ${DOXYFILE} @ONLY)
35
36 @@ -18,10 +16,8 @@
37 -FILE(GLOB doc_files "${CMAKE_DOC_OUT}/*.*")
38 -INSTALL(FILES ${doc_files} DESTINATION ${DOCDIR})
39 +INSTALL(DIRECTORY "${CMAKE_BINARY_DIR}/doc_doxygen/" DESTINATION ${DOCDIR})
40 -Index: CMakeLists.txt
41 -===================================================================
42 ---- CMakeLists.txt (Revision 153)
43 -+++ CMakeLists.txt (Arbeitskopie)
44 +--- CMakeLists.txt
45 ++++ CMakeLists.txt
46 @@ -30,7 +30,7 @@
47
48 # options controlling the build process
49
50
51
52 1.2 media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch?r1=1.1&r2=1.2
57
58 Index: lensfun-0.2.5_p153-pc.patch
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- lensfun-0.2.5_p153-pc.patch 10 May 2012 19:01:31 -0000 1.1
65 +++ lensfun-0.2.5_p153-pc.patch 2 Jul 2012 16:15:00 -0000 1.2
66 @@ -1,7 +1,5 @@
67 -Index: libs/lensfun/CMakeLists.txt
68 -===================================================================
69 ---- libs/lensfun/CMakeLists.txt (Revision 158)
70 -+++ libs/lensfun/CMakeLists.txt (Arbeitskopie)
71 +--- libs/lensfun/CMakeLists.txt
72 ++++ libs/lensfun/CMakeLists.txt
73 @@ -26,3 +26,12 @@
74 RUNTIME DESTINATION ${BINDIR}
75 LIBRARY DESTINATION ${LIBDIR}
76
77
78
79 1.1 media-libs/lensfun/files/lensfun-0.2.6-auxfun.patch
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.6-auxfun.patch?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.6-auxfun.patch?rev=1.1&content-type=text/plain
83
84 Index: lensfun-0.2.6-auxfun.patch
85 ===================================================================
86 --- libs/auxfun/CMakeLists.txt
87 +++ libs/auxfun/CMakeLists.txt
88 @@ -6,7 +6,7 @@
89 ADD_LIBRARY(auxfun SHARED ${AUXFUN_SRC})
90 ENDIF()
91
92 -SET_TARGET_PROPERTIES(auxfun PROPERTIES VERSION "${VERSION_MAJOR}.${VERSION_MINOR}).${VERSION_MICRO}.${VERSION_BUGFIX}")
93 +SET_TARGET_PROPERTIES(auxfun PROPERTIES VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}.${VERSION_BUGFIX}")
94 TARGET_LINK_LIBRARIES(auxfun ${PNG_LIBRARY} ${ZLIB_LIBRARY})
95 INSTALL(TARGETS auxfun
96 RUNTIME DESTINATION ${BINDIR}