pesa        14/08/02 22:58:46

  Modified:             ChangeLog
  Added:                qx11grab-0.4.10-r1.ebuild
  Removed:              qx11grab-0.4.10.ebuild qx11grab-0.4.9.ebuild
  Log:
  Make sure qtgui is built with accessibility support, thanks to pacho in bug 
518112.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 0xDADED6B2671CB57D!)

Revision  Changes    Path
1.41                 media-video/qx11grab/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/ChangeLog?rev=1.41&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/ChangeLog?rev=1.41&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   24 Jul 2014 16:15:17 -0000      1.40
+++ ChangeLog   2 Aug 2014 22:58:46 -0000       1.41
@@ -1,6 +1,13 @@
 # ChangeLog for media-video/qx11grab
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v 1.40 
2014/07/24 16:15:17 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/qx11grab/ChangeLog,v 1.41 
2014/08/02 22:58:46 pesa Exp $
+
+*qx11grab-0.4.10-r1 (02 Aug 2014)
+
+  02 Aug 2014; Davide Pesavento <[email protected]> +qx11grab-0.4.10-r1.ebuild,
+  -qx11grab-0.4.10.ebuild, -qx11grab-0.4.9.ebuild:
+  Make sure qtgui is built with accessibility support, thanks to pacho in bug
+  518112.
 
   24 Jul 2014; Pacho Ramos <[email protected]> qx11grab-0.4.10.ebuild:
   amd64 stable, bug #517980



1.1                  media-video/qx11grab/qx11grab-0.4.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/qx11grab-0.4.10-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/qx11grab/qx11grab-0.4.10-r1.ebuild?rev=1.1&content-type=text/plain

Index: qx11grab-0.4.10-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-video/qx11grab/qx11grab-0.4.10-r1.ebuild,v 1.1 
2014/08/02 22:58:46 pesa Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="X11 desktop video grabber tray"
HOMEPAGE="http://qx11grab.hjcms.de/";
SRC_URI="http://qx11grab.hjcms.de/downloads/${PV}/${P}.tar.xz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="kde opengl pulseaudio"

RDEPEND="
        >=dev-qt/qtcore-4.7.4:4
        >=dev-qt/qtdbus-4.7.4:4
        >=dev-qt/qtgui-4.7.4:4[accessibility]
        >=media-libs/alsa-lib-1.0.26
        >=media-libs/fontconfig-2.4
        >=media-libs/freetype-2.4:2
        >=sys-apps/dbus-1.6.4
        >=x11-libs/libX11-1.3.4
        >=x11-libs/libXrandr-1.3
        >=virtual/ffmpeg-9[X,encode,truetype]
        kde? ( kde-base/kdelibs:4 )
        opengl? ( >=dev-qt/qtopengl-4.7.4:4 )
        pulseaudio? ( media-sound/pulseaudio )
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        kde? ( dev-util/automoc )
"
PDEPEND="virtual/freedesktop-icon-theme"

src_prepare() {
        cmake-utils_src_prepare

        # install docs into standard Gentoo location
        sed -i -e "/DESTINATION share/ s:\${CMAKE_PROJECT_NAME}:doc/${PF}:" \
                CMakeLists.txt || die
}

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_enable kde KDE_SUPPORT)
                $(cmake-utils_use_enable opengl)
                $(cmake-utils_use_enable pulseaudio PULSE)
        )
        cmake-utils_src_configure
}




Reply via email to