pesa        15/05/26 18:16:35

  Modified:             ChangeLog
  Added:                qtopengl-4.8.7.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  Changes    Path
1.32                 dev-qt/qtopengl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.32&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.32&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   16 May 2015 11:29:37 -0000      1.31
+++ ChangeLog   26 May 2015 18:16:35 -0000      1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtopengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.31 2015/05/16 
11:29:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.32 2015/05/26 
18:16:35 pesa Exp $
+
+*qtopengl-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento <[email protected]> +qtopengl-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos <[email protected]> qtopengl-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1                  dev-qt/qtopengl/qtopengl-4.8.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.7.ebuild?rev=1.1&content-type=text/plain

Index: qtopengl-4.8.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.7.ebuild,v 1.1 
2015/05/26 18:16:35 pesa Exp $

EAPI=5
inherit qt4-build-multilib

DESCRIPTION="The OpenGL module for the Qt toolkit"

if [[ ${QT4_BUILD_TYPE} == release ]]; then
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris"
fi

IUSE="egl qt3support"

DEPEND="
        ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
        ~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=,${MULTILIB_USEDEP}]
        >=x11-libs/libX11-1.5.0-r1[${MULTILIB_USEDEP}]
        >=x11-libs/libXrender-0.9.7-r1[${MULTILIB_USEDEP}]
        >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
"
RDEPEND="${DEPEND}"

QT4_TARGET_DIRECTORIES="
        src/opengl
        src/plugins/graphicssystems/opengl"

QCONFIG_ADD="opengl"
QCONFIG_DEFINE="QT_OPENGL"

multilib_src_configure() {
        local myconf=(
                -opengl
                $(qt_use qt3support)
                $(qt_use egl)
        )
        qt4_multilib_src_configure
}

multilib_src_install_all() {
        qt4_multilib_src_install_all

        dodir /usr/share/qt4/graphicssystems
        echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/opengl || 
die
}




Reply via email to