/[gentoo-x86]/x11-libs/qt-multimedia/qt-multimedia-4.8.2.ebuild
Gentoo

Contents of /x11-libs/qt-multimedia/qt-multimedia-4.8.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations) (download)
Sat Dec 29 13:42:20 2012 UTC (5 months, 2 weeks ago) by kensington
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -1 lines
FILE REMOVED
Remove old.

(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-multimedia/qt-multimedia-4.8.2.ebuild,v 1.6 2012/11/22 21:01:30 maekke Exp $
4
5 EAPI=4
6
7 inherit qt4-build
8
9 DESCRIPTION="The Multimedia module for the Qt toolkit"
10 SLOT="4"
11 if [[ ${QT4_BUILD_TYPE} == live ]]; then
12 KEYWORDS=""
13 else
14 KEYWORDS="amd64 arm ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
15 fi
16 IUSE="alsa"
17
18 DEPEND="
19 ~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,qpa=]
20 ~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,qpa=]
21 alsa? ( media-libs/alsa-lib )
22 "
23 RDEPEND="${DEPEND}"
24
25 PATCHES=(
26 "${FILESDIR}/${PN}-4.8.0-alsa.patch"
27 "${FILESDIR}/${PV}-qatomic-x32.patch"
28 )
29
30 pkg_setup() {
31 QT4_TARGET_DIRECTORIES="
32 src/multimedia"
33
34 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
35 include/Qt
36 include/QtCore
37 include/QtGui
38 include/QtMultimedia
39 src/src.pro
40 src/corelib
41 src/gui"
42
43 QCONFIG_ADD="multimedia"
44 QCONFIG_DEFINE="QT_MULTIMEDIA"
45
46 qt4-build_pkg_setup
47 }
48
49 src_configure() {
50 myconf+="
51 -multimedia -audio-backend
52 $(qt_use alsa)
53 -no-accessibility -no-qt3support -no-xmlpatterns -no-phonon -no-phonon-backend
54 -no-svg -no-webkit -no-script -no-scripttools -no-declarative
55 -system-zlib -no-gif -no-libtiff -no-libpng -no-libmng -no-libjpeg -no-openssl
56 -no-cups -no-dbus -no-gtkstyle -no-nas-sound -no-opengl
57 -no-sm -no-xshape -no-xvideo -no-xsync -no-xinerama -no-xcursor -no-xfixes
58 -no-xrandr -no-xrender -no-mitshm -no-fontconfig -no-freetype -no-xinput -no-xkb"
59
60 qt4-build_src_configure
61 }

  ViewVC Help
Powered by ViewVC 1.1.20