Magellan Linux

Contents of /trunk/extras/phonon/phonon-4.2.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 7 months ago) by niro
File size: 661 byte(s)
import repo
1 # $Header: /magellan-cvs/smage/phonon/phonon-4.2.0-r1.smage2,v 1.3 2008/07/29 23:02:23 niro Exp $
2
3 PNAME="phonon"
4 PVER="4.2.0"
5 PBUILD="r1"
6
7 STATE="unstable"
8
9 DESCRIPTION="KDE4 Multimedia API."
10
11 DEPEND=">= sys-apps/dbus-1.1
12 >= dev-libs/glib2-2.14
13 >= virtual/opengl
14 >= dev-libs/libxml2-2.6.31
15 >= media-libs/gstreamer-0.10.19
16 >= media-libs/gst-plugins-base-0.10.19"
17
18 SDEPEND=">= kde-base/automoc4-0.9.84"
19
20 sminclude kde4
21
22 # unusual uri-scheme
23 SRC_URI=(
24 kde://${PNAME}/${PVER}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 )
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 kde4_configure \
33 $(cmake_with GStreamer) \
34 $(cmake_with GStreamerPlugins) \
35 || die
36
37 mmake || die
38 }

Properties

Name Value
svn:keywords Id