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: xine-ui-0.99.8.ebuild ChangeLog
Date: Fri, 25 Jul 2014 19:25:41
Message-Id: 20140725192537.2C8A12004F@flycatcher.gentoo.org
1 ssuominen 14/07/25 19:25:37
2
3 Modified: ChangeLog
4 Added: xine-ui-0.99.8.ebuild
5 Log:
6 Version bump with sys-libs/readline >= 6.3 compability patch wrt #504208 by Dmitry Derevyanko. Import yet another "prevent crash on exit" fix from Debian patchset.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.185 media-video/xine-ui/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.185&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.185&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.184&r2=1.185
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
20 retrieving revision 1.184
21 retrieving revision 1.185
22 diff -u -r1.184 -r1.185
23 --- ChangeLog 22 Jun 2014 17:53:25 -0000 1.184
24 +++ ChangeLog 25 Jul 2014 19:25:36 -0000 1.185
25 @@ -1,6 +1,14 @@
26 # ChangeLog for media-video/xine-ui
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.184 2014/06/22 17:53:25 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.185 2014/07/25 19:25:36 ssuominen Exp $
30 +
31 +*xine-ui-0.99.8 (25 Jul 2014)
32 +
33 + 25 Jul 2014; Samuli Suominen <ssuominen@g.o>
34 + +files/xine-ui-0.99.8-readline-6.3.patch, +xine-ui-0.99.8.ebuild:
35 + Version bump with sys-libs/readline >= 6.3 compability patch wrt #504208 by
36 + Dmitry Derevyanko. Import yet another "prevent crash on exit" fix from Debian
37 + patchset.
38
39 22 Jun 2014; Samuli Suominen <ssuominen@g.o>
40 -files/xine-ui-0.99.6-curl-headers.patch,
41
42
43
44 1.1 media-video/xine-ui/xine-ui-0.99.8.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/xine-ui-0.99.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/xine-ui-0.99.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xine-ui-0.99.8.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.8.ebuild,v 1.1 2014/07/25 19:25:36 ssuominen Exp $
54
55 EAPI=5
56 inherit eutils fdo-mime gnome2-utils
57
58 DESCRIPTION="Xine movie player"
59 HOMEPAGE="http://xine.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd"
65 IUSE="aalib curl debug libcaca lirc nls readline vdr X xinerama"
66
67 RDEPEND="|| ( app-arch/tar app-arch/libarchive:= )
68 media-libs/libpng:0=
69 >=media-libs/xine-lib-1.2:=[aalib?,libcaca?]
70 virtual/jpeg:0
71 aalib? ( media-libs/aalib:= )
72 curl? ( >=net-misc/curl-7.10.2:= )
73 libcaca? ( media-libs/libcaca:= )
74 lirc? ( app-misc/lirc:= )
75 nls? ( virtual/libintl )
76 readline? ( >=sys-libs/readline-6.2:= )
77 X? (
78 x11-libs/libICE:=
79 x11-libs/libSM:=
80 x11-libs/libX11:=
81 x11-libs/libXext:=
82 x11-libs/libXft:=
83 x11-libs/libXrender:=
84 x11-libs/libXScrnSaver:=
85 x11-libs/libXtst:=
86 x11-libs/libXv:=
87 x11-libs/libXxf86vm:=
88 xinerama? ( x11-libs/libXinerama:= )
89 )"
90 DEPEND="${RDEPEND}
91 nls? ( >=sys-devel/gettext-0.18.3 )
92 X? (
93 x11-libs/libXt
94 x11-proto/inputproto
95 x11-proto/xf86vidmodeproto
96 xinerama? ( x11-proto/xineramaproto )
97 )
98 virtual/pkgconfig"
99
100 src_prepare() {
101 epatch "${FILESDIR}"/${P}-readline-6.3.patch
102 rm -f misc/xine-bugreport
103 }
104
105 src_configure() {
106 econf \
107 $(use_enable nls) \
108 $(use_enable xinerama) \
109 $(use_enable lirc) \
110 $(use_enable vdr vdr-keys) \
111 --disable-nvtvsimple \
112 $(use_enable debug) \
113 $(use_with X x) \
114 $(use_with readline) \
115 $(use_with curl) \
116 $(use_with aalib) \
117 $(use_with libcaca caca) \
118 --without-fb
119 }
120
121 src_install() {
122 emake \
123 DESTDIR="${D}" \
124 docdir="/usr/share/doc/${PF}" \
125 docsdir="/usr/share/doc/${PF}" \
126 install
127 dodoc AUTHORS ChangeLog NEWS README
128 }
129
130 pkg_preinst() {
131 gnome2_icon_savelist
132 }
133
134 pkg_postinst() {
135 fdo-mime_desktop_database_update
136 fdo-mime_mime_database_update
137 gnome2_icon_cache_update
138 }
139
140 pkg_postrm() {
141 fdo-mime_desktop_database_update
142 fdo-mime_mime_database_update
143 gnome2_icon_cache_update
144 }