pesa 15/05/26 18:16:00 Modified: ChangeLog Added: qtphonon-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.15 dev-qt/qtphonon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtphonon/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtphonon/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtphonon/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 16 May 2015 11:31:09 -0000 1.14 +++ ChangeLog 26 May 2015 18:16:00 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-qt/qtphonon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/ChangeLog,v 1.14 2015/05/16 11:31:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/ChangeLog,v 1.15 2015/05/26 18:16:00 pesa Exp $ + +*qtphonon-4.8.7 (26 May 2015) + + 26 May 2015; Davide Pesavento <[email protected]> +qtphonon-4.8.7.ebuild: + Version bump. 16 May 2015; Pacho Ramos <[email protected]> qtphonon-4.8.6-r1.ebuild: ppc stable wrt bug #530238 1.1 dev-qt/qtphonon/qtphonon-4.8.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtphonon/qtphonon-4.8.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtphonon/qtphonon-4.8.7.ebuild?rev=1.1&content-type=text/plain Index: qtphonon-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/qtphonon/qtphonon-4.8.7.ebuild,v 1.1 2015/05/26 18:16:00 pesa Exp $ EAPI=5 inherit qt4-build-multilib DESCRIPTION="The Phonon module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" fi IUSE="dbus qt3support" DEPEND=" ~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ~dev-qt/qtgui-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}] aqua? ( ~dev-qt/qtopengl-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}] ) !aqua? ( >=media-libs/gstreamer-0.10.36-r1:0.10[${MULTILIB_USEDEP}] >=media-plugins/gst-plugins-meta-0.10-r9:0.10[${MULTILIB_USEDEP}] ) dbus? ( ~dev-qt/qtdbus-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ) !kde-base/phonon-kde !kde-base/phonon-xine !media-libs/phonon !media-sound/phonon " RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES=" src/phonon src/plugins/phonon" QCONFIG_ADD="phonon" pkg_setup() { QCONFIG_DEFINE=" QT_PHONON $(use aqua || echo QT_GSTREAMER)" } multilib_src_configure() { local myconf=( -phonon -phonon-backend -no-opengl -no-svg $(qt_use dbus qdbus) $(qt_use qt3support) ) qt4_multilib_src_configure }
