pesa 15/02/24 18:50:02 Modified: ChangeLog Added: qtwayland-5.4.1.ebuild Removed: qtwayland-5.4.0.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
Revision Changes Path 1.6 dev-qt/qtwayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 3 Feb 2015 12:04:48 -0000 1.5 +++ ChangeLog 24 Feb 2015 18:50:02 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-qt/qtwayland # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v 1.5 2015/02/03 12:04:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v 1.6 2015/02/24 18:50:02 pesa Exp $ + +*qtwayland-5.4.1 (24 Feb 2015) + + 24 Feb 2015; Davide Pesavento <[email protected]> +qtwayland-5.4.1.ebuild, + -qtwayland-5.4.0.ebuild: + Version bump. 03 Feb 2015; Jeroen Roovers <[email protected]> qtwayland-5.4.0.ebuild: Marked ~hppa too. 1.1 dev-qt/qtwayland/qtwayland-5.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild?rev=1.1&content-type=text/plain Index: qtwayland-5.4.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild,v 1.1 2015/02/24 18:50:02 pesa Exp $ EAPI=5 inherit qt5-build DESCRIPTION="Wayland platform plugin for Qt" if [[ ${QT5_BUILD_TYPE} == live ]]; then KEYWORDS="~hppa" else KEYWORDS="~amd64 ~arm ~hppa ~x86" fi IUSE="egl qml wayland-compositor xcomposite" DEPEND=" >=dev-libs/wayland-1.3.0 >=dev-qt/qtcore-${PV}:5[debug=] >=dev-qt/qtgui-${PV}:5[debug=,egl=,opengl] media-libs/mesa[egl?] >=x11-libs/libxkbcommon-0.2.0 qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] ) xcomposite? ( x11-libs/libX11 x11-libs/libXcomposite ) " RDEPEND="${DEPEND}" src_configure() { if use wayland-compositor; then echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache fi qt_use_compile_test xcomposite qt5-build_src_configure }
