diff options
-rw-r--r-- | dev-qt/qtopenvg/ChangeLog | 84 | ||||
-rw-r--r-- | dev-qt/qtopenvg/metadata.xml | 14 | ||||
-rw-r--r-- | dev-qt/qtopenvg/qtopenvg-4.8.4.ebuild | 62 |
3 files changed, 160 insertions, 0 deletions
diff --git a/dev-qt/qtopenvg/ChangeLog b/dev-qt/qtopenvg/ChangeLog new file mode 100644 index 000000000000..c292d18b9d53 --- /dev/null +++ b/dev-qt/qtopenvg/ChangeLog @@ -0,0 +1,84 @@ +# ChangeLog for x11-libs/qt-openvg +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/ChangeLog,v 1.1 2013/03/02 15:32:11 yngwin Exp $ + + 31 Dec 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml: + Cleanup metadata. + + 29 Dec 2012; Michael Palimaka <kensington@gentoo.org> + -files/4.8.2-qatomic-x32.patch, -qt-openvg-4.8.1.ebuild, + -qt-openvg-4.8.2.ebuild, -qt-openvg-4.8.3.ebuild: + Remove old. + + 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild: + Stable for x86, wrt bug #445956 + + 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild: + Stable for ppc, wrt bug #445956 + + 25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild: + Stable for amd64, wrt bug #445956 + +*qt-openvg-4.8.4 (05 Dec 2012) + + 05 Dec 2012; Ben de Groot <yngwin@gentoo.org> +qt-openvg-4.8.4.ebuild: + Qt 4.8.4 version bump + + 16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-openvg-4.8.3.ebuild: + Add overlay changes (c++0x useflag) + +*qt-openvg-4.8.3 (14 Sep 2012) + + 14 Sep 2012; Ben de Groot <yngwin@gentoo.org> +qt-openvg-4.8.3.ebuild: + Version bump. Drop qatomic-x32 patch applied upstream. Drop qpa useflag. + + 15 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.2.ebuild: + Stable for x86, wrt bug #424625 + + 06 Jul 2012; Michael Weber <xmw@gentoo.org> qt-openvg-4.8.1.ebuild: + ppc stable (bug 414241) + + 05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.2.ebuild: + Stable for amd64, wrt bug #424625 + + 19 Jun 2012; Davide Pesavento <pesa@gentoo.org> + +files/4.8.2-qatomic-x32.patch, qt-openvg-4.8.2.ebuild: + Add patch for x32 support in qatomic asm code (bug 420705). + + 18 Jun 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml: + Cleanup metadata and add upstream info. + +*qt-openvg-4.8.2 (22 May 2012) + + 22 May 2012; Davide Pesavento <pesa@gentoo.org> +qt-openvg-4.8.2.ebuild: + Version bump. + + 20 May 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.1.ebuild: + Stable for x86, wrt bug #414241 + + 08 May 2012; Markos Chandras <hwoarang@gentoo.org> qt-openvg-4.8.1.ebuild: + Stable on amd64 wrt bug #414241 + + 19 Apr 2012; Davide Pesavento <pesa@gentoo.org> qt-openvg-4.8.1.ebuild: + Drop ~hppa and ~mips: they've been added by mistake without proper testing by + the arch teams. + + 10 Apr 2012; Davide Pesavento <pesa@gentoo.org> -qt-openvg-4.8.0-r2.ebuild: + Drop Qt-4.8.0 + +*qt-openvg-4.8.1 (29 Mar 2012) + + 29 Mar 2012; Davide Pesavento <pesa@gentoo.org> +qt-openvg-4.8.1.ebuild: + Version bump. + +*qt-openvg-4.8.0-r2 (05 Feb 2012) + + 05 Feb 2012; Alex Alexander <wired@gentoo.org> -qt-openvg-4.8.0-r1.ebuild, + +qt-openvg-4.8.0-r2.ebuild: + marked openvg as experimental in the eselect qtgraphicssystem list + +*qt-openvg-4.8.0-r1 (30 Jan 2012) + + 30 Jan 2012; Alex Alexander <wired@gentoo.org> +qt-openvg-4.8.0-r1.ebuild, + +metadata.xml: + ebuild for qt-openvg diff --git a/dev-qt/qtopenvg/metadata.xml b/dev-qt/qtopenvg/metadata.xml new file mode 100644 index 000000000000..472a8cbc7148 --- /dev/null +++ b/dev-qt/qtopenvg/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>qt</herd> + <use> + <flag name="c++0x">Build Qt using the C++11 standard</flag> + <flag name="exceptions">Build with support for exceptions</flag> + <flag name="qt3support">Enable the Qt3Support libraries for Qt4</flag> + </use> + <upstream> + <bugs-to>https://bugreports.qt-project.org/</bugs-to> + <doc>http://qt-project.org/doc/</doc> + </upstream> +</pkgmetadata> diff --git a/dev-qt/qtopenvg/qtopenvg-4.8.4.ebuild b/dev-qt/qtopenvg/qtopenvg-4.8.4.ebuild new file mode 100644 index 000000000000..77e4ba010053 --- /dev/null +++ b/dev-qt/qtopenvg/qtopenvg-4.8.4.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.4.ebuild,v 1.1 2013/03/02 15:32:11 yngwin Exp $ + +EAPI=4 + +inherit qt4-build + +DESCRIPTION="The OpenVG module for the Qt toolkit" +SLOT="4" +if [[ ${QT4_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +fi +IUSE="qt3support" + +DEPEND=" + media-libs/mesa[egl,openvg] + ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=] + ~dev-qt/qtgui-${PV}[aqua=,debug=,egl,qt3support=] +" +RDEPEND="${DEPEND}" + +pkg_setup() { + QT4_TARGET_DIRECTORIES=" + src/openvg + src/plugins/graphicssystems/openvg" + + QT4_EXTRACT_DIRECTORIES=" + include/QtCore + include/QtGui + include/QtOpenVG + src/corelib + src/gui + src/openvg + src/plugins + src/3rdparty" + + QCONFIG_ADD="openvg" + QCONFIG_DEFINE="QT_OPENVG" + + qt4-build_pkg_setup +} + +src_configure() { + gltype="desktop" + + myconf+=" + -openvg -egl + $(qt_use qt3support)" + + qt4-build_src_configure +} + +src_install() { + qt4-build_src_install + + # touch the available graphics systems + dodir /usr/share/qt4/graphicssystems + echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/openvg || die +} |