summaryrefslogtreecommitdiff
blob: 4186e9deb116309daac0b3c52f690dc563c048cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-1.0.1.ebuild,v 1.4 2005/04/25 17:14:33 zaheerm Exp $

inherit gnome2 eutils

DESCRIPTION="Media player for GNOME"
HOMEPAGE="http://gnome.org/projects/totem/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="gnome xine lirc mad mpeg ogg vorbis a52 flac theora mad dvd debug"

RDEPEND=">=dev-libs/glib-2.6.3
	>=x11-libs/gtk+-2.6
	>=gnome-base/gnome-vfs-2.2
	>=gnome-base/libglade-2
	>=gnome-extra/nautilus-cd-burner-2.9
	>=gnome-base/gnome-desktop-2.2
	>=gnome-base/libgnomeui-2.4
	gnome? ( >=gnome-base/nautilus-2.10 )
	lirc? ( app-misc/lirc )
	xine? ( >=media-libs/xine-lib-1
		>=gnome-base/gconf-2 )
	!xine? ( >=media-libs/gstreamer-0.8.9-r3
		>=media-libs/gst-plugins-0.8.8
		>=media-plugins/gst-plugins-gnomevfs-0.8.8
		>=media-plugins/gst-plugins-xvideo-0.8.8
		>=media-plugins/gst-plugins-pango-0.8.8
		>=media-plugins/gst-plugins-ffmpeg-0.8.3
		mad? ( >=media-plugins/gst-plugins-mad-0.8.8 )
		mpeg? ( >=media-plugins/gst-plugins-mpeg2dec-0.8.8 )
		ogg? ( >=media-plugins/gst-plugins-ogg-0.8.8 )
		vorbis? ( >=media-plugins/gst-plugins-ogg-0.8.8
			>=media-plugins/gst-plugins-vorbis-0.8.8 )
		a52? ( >=media-plugins/gst-plugins-a52dec-0.8.8 )
		flac? ( >=media-plugins/gst-plugins-flac-0.8.8 )
		theora? ( >=media-plugins/gst-plugins-ogg-0.8.8
		        >=media-plugins/gst-plugins-theora-0.8.8 )
		mad? ( >=media-plugins/gst-plugins-mad-0.8.8 )
		dvd? ( >=media-plugins/gst-plugins-a52dec-0.8.8
			>=media-plugins/gst-plugins-dvdread-0.8.8
			>=media-plugins/gst-plugins-mpeg2dec-0.8.8 )
		win32codecs? ( >=media-plugins/gst-plugins-pitfdll-0.8.1 )
		)
	!gnome-extra/nautilus-media"

DEPEND="${RDEPEND}
	app-text/scrollkeeper
	>=dev-util/intltool-0.29
	>=dev-util/pkgconfig-0.12.0"

DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS TODO"

# gstreamer is default backend
use xine || G2CONF="${G2CONF} --enable-gstreamer"

# gtk only support broken
#use gnome \
#	&& G2CONF="${G2CONF} --disable-gtk" \
#	|| G2CONF="${G2CONF} --enable-gtk"

G2CONF="${G2CONF} \
	$(use_enable lirc) \
	$(use_enable debug) \
	$(use_enable gnome nautilus) \
	--disable-gtk \
	--disable-mozilla"

src_unpack() {

	unpack ${A}

	cd ${S}
	# use the omf_fix for scrollkeeper sandbox
	# violations, see bug #48800 <obz@gentoo.org>
	gnome2_omf_fix

}

pkg_postinst() {

	gnome2_pkg_postinst

	einfo "Note that the default totem backend has switched to gstreamer."
	einfo "DVD menus will only work with the xine backend."

}

USE_DESTDIR="1"