public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2012-07-02 16:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2012-07-02 16:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/07/02 16:15:00

  Modified:             lensfun-0.2.5_p153-build.patch
                        lensfun-0.2.5_p153-pc.patch
  Added:                lensfun-0.2.6-auxfun.patch
  Log:
  Version bump. tidy
  
  (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch

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
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
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

Index: lensfun-0.2.5_p153-build.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lensfun-0.2.5_p153-build.patch	14 Apr 2012 16:16:37 -0000	1.1
+++ lensfun-0.2.5_p153-build.patch	2 Jul 2012 16:15:00 -0000	1.2
@@ -1,7 +1,5 @@
-Index: docs/CMakeLists.txt
-===================================================================
---- docs/CMakeLists.txt	(Revision 153)
-+++ docs/CMakeLists.txt	(Arbeitskopie)
+--- docs/CMakeLists.txt
++++ docs/CMakeLists.txt
 @@ -11,7 +11,7 @@
  CONFIGURE_FILE(doxyfile.in.cmake ${DOXYFILE} @ONLY)
  
@@ -18,10 +16,8 @@
 -FILE(GLOB doc_files "${CMAKE_DOC_OUT}/*.*")
 -INSTALL(FILES ${doc_files} DESTINATION ${DOCDIR})
 +INSTALL(DIRECTORY "${CMAKE_BINARY_DIR}/doc_doxygen/" DESTINATION ${DOCDIR})
-Index: CMakeLists.txt
-===================================================================
---- CMakeLists.txt	(Revision 153)
-+++ CMakeLists.txt	(Arbeitskopie)
+--- CMakeLists.txt
++++ CMakeLists.txt
 @@ -30,7 +30,7 @@
  
  # options controlling the build process



1.2                  media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch

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
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
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

Index: lensfun-0.2.5_p153-pc.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.5_p153-pc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lensfun-0.2.5_p153-pc.patch	10 May 2012 19:01:31 -0000	1.1
+++ lensfun-0.2.5_p153-pc.patch	2 Jul 2012 16:15:00 -0000	1.2
@@ -1,7 +1,5 @@
-Index: libs/lensfun/CMakeLists.txt
-===================================================================
---- libs/lensfun/CMakeLists.txt	(Revision 158)
-+++ libs/lensfun/CMakeLists.txt	(Arbeitskopie)
+--- libs/lensfun/CMakeLists.txt
++++ libs/lensfun/CMakeLists.txt
 @@ -26,3 +26,12 @@
          RUNTIME DESTINATION ${BINDIR}
          LIBRARY DESTINATION ${LIBDIR}



1.1                  media-libs/lensfun/files/lensfun-0.2.6-auxfun.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lensfun/files/lensfun-0.2.6-auxfun.patch?rev=1.1&view=markup
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

Index: lensfun-0.2.6-auxfun.patch
===================================================================
--- libs/auxfun/CMakeLists.txt
+++ libs/auxfun/CMakeLists.txt
@@ -6,7 +6,7 @@
 ADD_LIBRARY(auxfun SHARED ${AUXFUN_SRC})
 ENDIF()
 
-SET_TARGET_PROPERTIES(auxfun PROPERTIES VERSION "${VERSION_MAJOR}.${VERSION_MINOR}).${VERSION_MICRO}.${VERSION_BUGFIX}")  
+SET_TARGET_PROPERTIES(auxfun PROPERTIES VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}.${VERSION_BUGFIX}")  
 TARGET_LINK_LIBRARIES(auxfun ${PNG_LIBRARY} ${ZLIB_LIBRARY})
 INSTALL(TARGETS auxfun 
     RUNTIME DESTINATION ${BINDIR}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-02 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 16:15 [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 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox