diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-06-08 12:17:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-06-08 12:17:57 +0000 |
commit | 9bd48e43ad8aed87b7685840c14bd373e81ecdc2 (patch) | |
tree | 4e4a8599a3e9cd629f140b59908c9eb49534c191 /x11-libs | |
parent | Qt release version bump (diff) | |
download | gentoo-2-9bd48e43ad8aed87b7685840c14bd373e81ecdc2.tar.gz gentoo-2-9bd48e43ad8aed87b7685840c14bd373e81ecdc2.tar.bz2 gentoo-2-9bd48e43ad8aed87b7685840c14bd373e81ecdc2.zip |
Qt release version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-multimedia/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/qt-multimedia/qt-multimedia-4.6.3.ebuild | 43 |
2 files changed, 50 insertions, 1 deletions
diff --git a/x11-libs/qt-multimedia/ChangeLog b/x11-libs/qt-multimedia/ChangeLog index 27d246920052..6aa0fd80467a 100644 --- a/x11-libs/qt-multimedia/ChangeLog +++ b/x11-libs/qt-multimedia/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/qt-multimedia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-multimedia/ChangeLog,v 1.18 2010/05/22 16:05:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-multimedia/ChangeLog,v 1.19 2010/06/08 12:17:57 hwoarang Exp $ + +*qt-multimedia-4.6.3 (08 Jun 2010) + + 08 Jun 2010; Markos Chandras <hwoarang@gentoo.org> + +qt-multimedia-4.6.3.ebuild: + Version bump 22 May 2010; Raúl Porcel <armin76@gentoo.org> qt-multimedia-4.6.1.ebuild, qt-multimedia-4.6.2.ebuild: diff --git a/x11-libs/qt-multimedia/qt-multimedia-4.6.3.ebuild b/x11-libs/qt-multimedia/qt-multimedia-4.6.3.ebuild new file mode 100644 index 000000000000..8b0ae9ed1e49 --- /dev/null +++ b/x11-libs/qt-multimedia/qt-multimedia-4.6.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-multimedia/qt-multimedia-4.6.3.ebuild,v 1.1 2010/06/08 12:17:57 hwoarang Exp $ + +EAPI="2" +inherit qt4-build + +DESCRIPTION="The Qt multimedia module" +SLOT="4" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="iconv" + +# currently supported audio backends are: alsa, mac, win32 +DEPEND="!aqua? ( media-libs/alsa-lib ) + ~x11-libs/qt-core-${PV}[aqua=,debug=] + ~x11-libs/qt-gui-${PV}[aqua=,debug=]" +RDEPEND="${DEPEND}" + +QT4_TARGET_DIRECTORIES="src/multimedia" +QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES} +include/Qt/ +include/QtCore/ +include/QtGui/ +include/QtMultimedia/ +src/src.pro +src/corelib/ +src/gui/ +src/plugins +src/3rdparty +src/tools" + +src_configure() { + myconf="${myconf} $(qt_use iconv) -no-xkb -no-fontconfig -no-xrender -no-xrandr + -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl + -no-nas-sound -no-dbus -no-cups -no-nis -no-gif -no-libpng + -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon + -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig + -no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite -no-sql-sqlite2 + -no-sql-odbc -no-glib -no-opengl -no-svg -no-gtkstyle -no-phonon-backend -no-script + -no-scripttools -no-cups -no-xsync -no-xinput" + + qt4-build_src_configure +} |