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-gfx/rawtherapee/files: rawtherapee-4.0.8-nohg.patch
Date: Tue, 01 May 2012 14:11:52
Message-Id: 20120501141136.1DB772004C@flycatcher.gentoo.org
1 radhermit 12/05/01 14:11:36
2
3 Added: rawtherapee-4.0.8-nohg.patch
4 Log:
5 Version bump (bug #401683).
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-gfx/rawtherapee/files/rawtherapee-4.0.8-nohg.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/files/rawtherapee-4.0.8-nohg.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/files/rawtherapee-4.0.8-nohg.patch?rev=1.1&content-type=text/plain
14
15 Index: rawtherapee-4.0.8-nohg.patch
16 ===================================================================
17 --- rawtherapee-4.0.8/CMakeLists.txt
18 +++ rawtherapee-4.0.8/CMakeLists.txt
19 @@ -255,36 +255,8 @@
20 find_file(HG_CMD hg PATHS "/opt/local/bin" "/usr/local/bin" "/usr/bin")
21 find_file(HG_CMD hg)
22
23 - else (WIN32)
24 -
25 - add_custom_target (AboutFile ALL
26 - COMMAND ${CMAKE_COMMAND}
27 - -DSRC_DIR:STRING=${CMAKE_CURRENT_SOURCE_DIR}
28 - -DCACHE_NAME_SUFFIX:STRING=${CACHE_NAME_SUFFIX}
29 - -DSYSTEM:STRING=Linux
30 - -DPROC_LABEL:STRING=\"${PROC_LABEL}\"
31 - -DPROC_BIT_DEPTH:STRING=\"${PROC_BIT_DEPTH}\"
32 - -DBUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
33 - -DGTKMM_VERSION:STRING=${GTKMM_VERSION}
34 - -DCXX_FLAGS:STRING=${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_${UPPER_CMAKE_BUILD_TYPE}}
35 - -DLFLAGS:STRING=${CMAKE_EXE_LINKER_FLAGS} ${CMAKE_EXE_LINKER_FLAGS_${UPPER_CMAKE_BUILD_TYPE}}
36 - -DOPTION_OMP:STRING=${OPTION_OMP}
37 - -DWITH_MYFILE_MMAP:STRING=${WITH_MYFILE_MMAP}
38 - -P ${CMAKE_CURRENT_SOURCE_DIR}/About-Linux.cmake
39 - COMMENT "Creating the about file"
40 - )
41 - find_file(HG_CMD hg)
42 -
43 endif (WIN32)
44
45 - add_dependencies(AboutFile Debug Release MinSizeRel RelWithDebInfo)
46 -
47 - if (HG_CMD STREQUAL HG_CMD-NOTFOUND)
48 - message(FATAL_ERROR "hg command not found!")
49 - else (HG_CMD STREQUAL HG_CMD-NOTFOUND)
50 - message(STATUS "hg command found: ${HG_CMD}")
51 - endif (HG_CMD STREQUAL HG_CMD-NOTFOUND)
52 -
53 endif (AUTOMATED_BUILD_SYSTEM)
54
55
56 @@ -344,8 +316,7 @@
57 endif(USE_CLANG)
58
59 install (FILES AUTHORS.txt DESTINATION ${CREDITSDIR})
60 install (FILES LICENSE.txt DESTINATION ${LICENCEDIR})
61 -install (FILES AboutThisBuild.txt DESTINATION ${CREDITSDIR})
62 install (FILES RELEASE_NOTES.txt DESTINATION ${CREDITSDIR} OPTIONAL)
63
64 add_subdirectory (rtexif)
65 --- rawtherapee-4.0.8/rtgui/version.h
66 +++ rawtherapee-4.0.8/rtgui/version.h
67 @@ -0,0 +1,11 @@
68 +// This file is automatically generated by the Makefile - DO NOT EDIT!
69 +// You can (should) also tell mercurial to ignore it.
70 +
71 +#ifndef _VERSION_
72 +#define _VERSION_
73 +
74 +#define VERSION "4.0.8"
75 +#define TAGDISTANCE 0
76 +#define CACHEFOLDERNAME "RawTherapee"
77 +
78 +#endif