public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christian Schmitt" <chris@ilovelinux.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: dev-games/openscenegraph/, dev-games/openscenegraph/files/
Date: Fri, 22 Feb 2013 09:54:41 +0000 (UTC)	[thread overview]
Message-ID: <1361525919.1e5e909c1ffb3c339f1960797061760875fe915b.christian@gentoo> (raw)

commit:     1e5e909c1ffb3c339f1960797061760875fe915b
Author:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Fri Feb 22 09:37:54 2013 +0000
Commit:     Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Fri Feb 22 09:38:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1e5e909c

[dev-games/openscenegraph-3.1.4] bump version

---
 ...make.patch => openscenegraph-3.1.4-cmake.patch} |   31 +++++++++++--------
 ...ph-3.1.3.ebuild => openscenegraph-3.1.4.ebuild} |    2 +-
 2 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/dev-games/openscenegraph/files/openscenegraph-3.1.3-cmake.patch b/dev-games/openscenegraph/files/openscenegraph-3.1.4-cmake.patch
similarity index 94%
rename from dev-games/openscenegraph/files/openscenegraph-3.1.3-cmake.patch
rename to dev-games/openscenegraph/files/openscenegraph-3.1.4-cmake.patch
index 17e95ce..307a8e3 100644
--- a/dev-games/openscenegraph/files/openscenegraph-3.1.3-cmake.patch
+++ b/dev-games/openscenegraph/files/openscenegraph-3.1.4-cmake.patch
@@ -1,8 +1,8 @@
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b436726..7e57f0d 100644
+index b6007f9..6d32675 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -432,6 +432,7 @@ CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/osg/Version.in"
+@@ -463,6 +463,7 @@ CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/osg/Version.in"
  
  # INSTALL_FILES(/include/osg/ FILES "${OPENSCENEGRAPH_CONFIG_HEADER}")
  
@@ -10,7 +10,7 @@ index b436726..7e57f0d 100644
  
  ################################################################################
  # Set Version Info resource file
-@@ -461,34 +462,31 @@ IF(ANDROID)
+@@ -492,36 +493,36 @@ IF(ANDROID)
      ANDROID_3RD_PARTY()
  ELSE()
  # Common to all platforms except android:
@@ -59,16 +59,20 @@ index b436726..7e57f0d 100644
 +MACRO_OPTIONAL_FIND_PACKAGE(GtkGl)
      FIND_PACKAGE(DirectInput)
 -    FIND_PACKAGE(NVTT)
--ENDIF()
--
--IF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESS 8)
--    FIND_PACKAGE(ITK)
+-    FIND_PACKAGE(Asio)
+-    FIND_PACKAGE(ZeroConf)
 +MACRO_OPTIONAL_FIND_PACKAGE(NVTT)
++MACRO_OPTIONAL_FIND_PACKAGE(Asio)
++MACRO_OPTIONAL_FIND_PACKAGE(ZeroConf)
+ ENDIF()
+ 
+ IF(CMAKE_MAJOR_VERSION EQUAL 2 AND CMAKE_MINOR_VERSION LESS 8)
+-    FIND_PACKAGE(ITK)
 +MACRO_OPTIONAL_FIND_PACKAGE(ITK)
  ENDIF()
  
  # Include macro utilities here
-@@ -502,17 +500,17 @@ IF(OSG_USE_QT AND NOT ANDROID)
+@@ -535,17 +536,17 @@ IF(OSG_USE_QT AND NOT ANDROID)
      IF  (DESIRED_QT_VERSION)
  
          IF  (DESIRED_QT_VERSION MATCHES 4)
@@ -90,7 +94,7 @@ index b436726..7e57f0d 100644
          ENDIF()
  
      ENDIF()
-@@ -522,12 +520,12 @@ ENDIF()
+@@ -555,12 +556,12 @@ ENDIF()
  IF   (BUILD_OSG_EXAMPLES AND NOT ANDROID)
  
  
@@ -107,7 +111,7 @@ index b436726..7e57f0d 100644
  
  ENDIF(BUILD_OSG_EXAMPLES AND NOT ANDROID)
  
-@@ -548,10 +546,10 @@ ENDIF(BUILD_OSG_EXAMPLES AND NOT ANDROID)
+@@ -581,10 +582,11 @@ ENDIF(BUILD_OSG_EXAMPLES AND NOT ANDROID)
  # can use Quicktime.
  IF(NOT ANDROID)
      IF(NOT APPLE)
@@ -119,10 +123,11 @@ index b436726..7e57f0d 100644
 +        MACRO_OPTIONAL_FIND_PACKAGE(JPEG)
 +        MACRO_OPTIONAL_FIND_PACKAGE(PNG)
 +        MACRO_OPTIONAL_FIND_PACKAGE(TIFF)
- 
++
          # QuickTime is required for OS X, but optional for Windows.
          IF(WIN32)
-@@ -903,7 +901,7 @@ IF(BUILD_DOCUMENTATION)
+             FIND_PACKAGE(QuickTime)
+@@ -943,7 +945,7 @@ IF(BUILD_DOCUMENTATION)
          ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs/osg32-32.png COPYONLY
      )
      #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)
@@ -131,7 +136,7 @@ index b436726..7e57f0d 100644
  
      # now set up openthreads documentation generation
      IF(BUILD_REF_DOCS_TAGFILE)
-@@ -919,7 +917,7 @@ IF(BUILD_DOCUMENTATION)
+@@ -959,7 +961,7 @@ IF(BUILD_DOCUMENTATION)
          ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY
      )
      #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc)

diff --git a/dev-games/openscenegraph/openscenegraph-3.1.3.ebuild b/dev-games/openscenegraph/openscenegraph-3.1.4.ebuild
similarity index 98%
rename from dev-games/openscenegraph/openscenegraph-3.1.3.ebuild
rename to dev-games/openscenegraph/openscenegraph-3.1.4.ebuild
index 8135da7..2ca2d5c 100644
--- a/dev-games/openscenegraph/openscenegraph-3.1.3.ebuild
+++ b/dev-games/openscenegraph/openscenegraph-3.1.4.ebuild
@@ -83,7 +83,7 @@ S=${WORKDIR}/${MY_P}
 DOCS=(AUTHORS.txt ChangeLog NEWS.txt)
 
 PATCHES=(
-	"${FILESDIR}"/${PN}-3.1.3-cmake.patch
+	"${FILESDIR}"/${PN}-3.1.4-cmake.patch
 	"${FILESDIR}"/${PN}-3.1.3-libav-0.7.patch
 )
 


             reply	other threads:[~2013-02-22  9:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-22  9:54 Christian Schmitt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-26 19:52 [gentoo-commits] proj/gamerlay:master commit in: dev-games/openscenegraph/, dev-games/openscenegraph/files/ Michael Weber
2013-08-18 10:43 Christian Schmitt
2012-11-13 15:15 Christian Schmitt
2011-10-14 15:14 Christian Schmitt
2011-08-10 13:10 Christian Schmitt
2011-08-02  6:52 Christian Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1361525919.1e5e909c1ffb3c339f1960797061760875fe915b.christian@gentoo \
    --to=chris@ilovelinux.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox