Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/xine-ui: ChangeLog xine-ui-0.99.6.ebuild
Date: Thu, 01 Apr 2010 08:59:22
Message-Id: E1NxGF7-0008Ol-JA@stork.gentoo.org
1 ssuominen 10/04/01 08:59:13
2
3 Modified: ChangeLog
4 Added: xine-ui-0.99.6.ebuild
5 Log:
6 Version bump wrt #309841 by Daniel Pielmeier.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.167 media-video/xine-ui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.167&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.167&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.166&r2=1.167
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
19 retrieving revision 1.166
20 retrieving revision 1.167
21 diff -u -r1.166 -r1.167
22 --- ChangeLog 15 Feb 2010 22:28:19 -0000 1.166
23 +++ ChangeLog 1 Apr 2010 08:59:13 -0000 1.167
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/xine-ui
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.166 2010/02/15 22:28:19 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.167 2010/04/01 08:59:13 ssuominen Exp $
29 +
30 +*xine-ui-0.99.6 (01 Apr 2010)
31 +
32 + 01 Apr 2010; Samuli Suominen <ssuominen@g.o>
33 + +xine-ui-0.99.6.ebuild:
34 + Version bump wrt #309841 by Daniel Pielmeier.
35
36 15 Feb 2010; Hanno Boeck <hanno@g.o> xine-ui-0.99.5-r2.ebuild,
37 +files/xine-ui-0.99.5-libpng14.patch:
38
39
40
41 1.1 media-video/xine-ui/xine-ui-0.99.6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xine-ui-0.99.6.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.6.ebuild,v 1.1 2010/04/01 08:59:13 ssuominen Exp $
51
52 EAPI=3
53 inherit fdo-mime gnome2-utils
54
55 DESCRIPTION="Xine movie player"
56 HOMEPAGE="http://xine.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
62 IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
63
64 RDEPEND=">=media-libs/libpng-1.2.40
65 >=media-libs/xine-lib-1.1.17[aalib?,libcaca?]
66 aalib? ( media-libs/aalib )
67 curl? ( >=net-misc/curl-7.10.2 )
68 libcaca? ( media-libs/libcaca )
69 lirc? ( app-misc/lirc )
70 nls? ( virtual/libintl )
71 readline? ( sys-libs/readline )
72 X? ( x11-libs/libX11
73 x11-libs/libXrender
74 x11-libs/libICE
75 x11-libs/libSM
76 x11-libs/libXext
77 x11-libs/libXxf86vm
78 x11-libs/libXv
79 x11-libs/libXtst
80 x11-libs/libXft
81 xinerama? ( x11-libs/libXinerama ) )"
82 DEPEND="${RDEPEND}
83 nls? ( sys-devel/gettext )
84 X? ( x11-libs/libXt
85 x11-proto/xf86vidmodeproto
86 x11-proto/inputproto
87 xinerama? ( x11-proto/xineramaproto ) )
88 dev-util/pkgconfig
89 app-arch/xz-utils"
90
91 src_prepare() {
92 rm -f misc/xine-bugreport
93 }
94
95 src_configure() {
96 # nvtvsimple is simply untested
97 econf \
98 --disable-dependency-tracking \
99 $(use_enable nls) \
100 $(use_enable xinerama) \
101 $(use_enable lirc) \
102 $(use_enable vdr vdr-keys) \
103 --disable-nvtvsimple \
104 $(use_enable debug) \
105 $(use_with X x) \
106 $(use_with readline) \
107 $(use_with curl) \
108 $(use_with aalib) \
109 $(use_with libcaca caca)
110 }
111
112 src_install() {
113 emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" \
114 docsdir="/usr/share/doc/${PF}" install || die
115 dodoc AUTHORS ChangeLog NEWS README
116
117 dodir /usr/share/applications
118 mv -vf "${D}"/usr/share/xine/desktop/xine.desktop "${D}"/usr/share/applications
119 }
120
121 pkg_preinst() {
122 gnome2_icon_savelist
123 }
124
125 pkg_postinst() {
126 fdo-mime_desktop_database_update
127 fdo-mime_mime_database_update
128 gnome2_icon_cache_update
129 }
130
131 pkg_postrm() {
132 fdo-mime_desktop_database_update
133 fdo-mime_mime_database_update
134 gnome2_icon_cache_update
135 }