Magellan Linux

Annotation of /trunk/todo/totem/totem-2.22.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Fri Oct 10 13:29:42 2008 UTC (15 years, 8 months ago) by niro
Original Path: trunk/extras/totem/totem-2.22.1-r1.smage2
File size: 1491 byte(s)
import repo
1 niro 2 # $Header: /magellan-cvs/smage/totem/totem-2.22.1-r1.smage2,v 1.1 2008/04/11 12:48:28 niro Exp $
2    
3     PNAME="totem"
4     PVER="2.22.1"
5     PBUILD="r1"
6    
7     PCATEGORIE="media-video"
8     STATE="unstable"
9    
10     DESCRIPTION="Totem is the official movie player of the GNOME desktop environment based on gstreamer."
11     HOMEPAGE="http://gnome.org/projects/totem/"
12    
13     DEPEND=">= dev-libs/glib2-2.16
14     >= x11-libs/gtk2+-2.12
15     >= gnome-base/gnome-vfs-2.22
16     >= gnome-base/libglade-2.6
17     >= gnome-extra/nautilus-cd-burner-2.22
18     >= gnome-base/gnome-desktop-2.22
19     >= gnome-base/libgnomeui-2.22
20     >= gnome-base/gconf-2.22
21     >= gnome-extra/totem-pl-parser-2.22
22     >= media-libs/musicbrainz-2.1
23     >= app-text/iso-codes-1
24     >= media-libs/gstreamer-0.10.18
25     >= media-libs/gst-plugins-base-0.10.18
26     >= media-libs/gst-plugins-good-0.10.7
27     >= media-libs/gst-plugins-bad-0.10.6
28     >= media-libs/gst-plugins-ugly-0.10.7
29     >= media-libs/gst-plugins-ffmpeg-0.10.3
30     >= sys-apps/dbus-1.1
31     >= dev-libs/dbus-glib-0.74
32     >= sys-apps/hal-0.5.10"
33    
34     SDEPEND=">= app-text/scrollkeeper-0.3.14
35     >= dev-util/intltool-0.37
36     >= dev-util/pkgconfig-0.23"
37    
38     # enable scrollkeeper
39     SPECIAL_VARS="SCROLLKEEPER_UPDATE"
40     SCROLLKEEPER_UPDATE="1"
41    
42     sminclude gnome2
43    
44     src_prepare()
45     {
46     munpack ${SRCFILE} || die
47     cd ${SRCDIR}
48    
49     gn2_fix_omf_makefiles
50     }
51    
52     src_compile()
53     {
54     cd ${SRCDIR}
55    
56     gn2_configure \
57     --enable-gstreamer \
58     --with-dbus \
59     --with-hal \
60     --enable-nautilus \
61     --disable-lirc \
62     --disable-debug \
63     --disable-gtk \
64     --disable-browser-plugins \
65     || die
66    
67     mmake || die
68     }

Properties

Name Value
svn:keywords Id