Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-www/mplayerplug-in: mplayerplug-in-3.45.ebuild ChangeLog mplayerplug-in-3.50.ebuild
Date: Fri, 01 Aug 2008 20:31:47
Message-Id: E1KP1Hs-0002kf-58@stork.gentoo.org
1 armin76 08/08/01 20:31:44
2
3 Modified: mplayerplug-in-3.45.ebuild ChangeLog
4 mplayerplug-in-3.50.ebuild
5 Log:
6 Remove mplayer-bin support, bug #233394
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.11 net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild?r1=1.10&r2=1.11
15
16 Index: mplayerplug-in-3.45.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- mplayerplug-in-3.45.ebuild 12 Jun 2008 18:22:58 -0000 1.10
23 +++ mplayerplug-in-3.45.ebuild 1 Aug 2008 20:31:43 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v 1.10 2008/06/12 18:22:58 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v 1.11 2008/08/01 20:31:43 armin76 Exp $
29
30 inherit eutils multilib
31
32 @@ -11,12 +11,12 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 -hppa ~ia64 ppc ppc64 sparc x86"
36 -IUSE="gtk divx gmedia mplayer-bin nls realmedia quicktime wmp"
37 +IUSE="gtk divx gmedia nls realmedia quicktime wmp"
38
39 LANGS="da de en_US es fr hu it ja ko nb pl pt_BR nl ru se zh_CN"
40 for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done
41
42 -RDEPEND="
43 +RDEPEND=">=media-video/mplayer-1.0_pre5
44 || ( =www-client/mozilla-firefox-2*
45 =www-client/seamonkey-1*
46 =net-libs/xulrunner-1.8*
47 @@ -29,9 +29,7 @@
48 dev-libs/atk
49 >=dev-libs/glib-2.2.0
50 >=x11-libs/pango-1.2.1
51 - )
52 - mplayer-bin? ( media-video/mplayer-bin )
53 - !mplayer-bin? ( >=media-video/mplayer-1.0_pre5 )"
54 + )"
55 DEPEND="${RDEPEND}
56 dev-util/pkgconfig"
57
58 @@ -42,10 +40,6 @@
59 cd "${S}"
60 epatch "${FILESDIR}/${PN}-3.40-cflags.patch"
61 epatch "${FILESDIR}/${PN}-gcc4.patch"
62 - ### Adds support for 32 bit binary mplayer on amd64
63 - if use mplayer-bin; then
64 - epatch "${FILESDIR}/${PN}-mplayer-bin.patch"
65 - fi
66 epatch "${FILESDIR}/${PN}-3.35-seamonkey.patch"
67 }
68
69
70
71
72 1.108 net-www/mplayerplug-in/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/ChangeLog?rev=1.108&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/ChangeLog?rev=1.108&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/ChangeLog?r1=1.107&r2=1.108
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v
81 retrieving revision 1.107
82 retrieving revision 1.108
83 diff -u -r1.107 -r1.108
84 --- ChangeLog 16 Jun 2008 03:13:51 -0000 1.107
85 +++ ChangeLog 1 Aug 2008 20:31:43 -0000 1.108
86 @@ -1,6 +1,11 @@
87 # ChangeLog for net-www/mplayerplug-in
88 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.107 2008/06/16 03:13:51 josejx Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.108 2008/08/01 20:31:43 armin76 Exp $
91 +
92 + 01 Aug 2008; Raúl Porcel <armin76@g.o>
93 + -files/mplayerplug-in-mplayer-bin.patch, mplayerplug-in-3.45.ebuild,
94 + mplayerplug-in-3.50.ebuild:
95 + Remove mplayer-bin support, bug #233394
96
97 16 Jun 2008; Joseph Jezak <josejx@g.o> mplayerplug-in-3.50.ebuild:
98 Marked ppc/ppc64 stable, fixed has_multilib in global for bug #211440.
99
100
101
102 1.9 net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild
103
104 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild?rev=1.9&view=markup
105 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild?rev=1.9&content-type=text/plain
106 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild?r1=1.8&r2=1.9
107
108 Index: mplayerplug-in-3.50.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v
111 retrieving revision 1.8
112 retrieving revision 1.9
113 diff -u -r1.8 -r1.9
114 --- mplayerplug-in-3.50.ebuild 16 Jun 2008 03:13:51 -0000 1.8
115 +++ mplayerplug-in-3.50.ebuild 1 Aug 2008 20:31:43 -0000 1.9
116 @@ -1,6 +1,6 @@
117 # Copyright 1999-2008 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.8 2008/06/16 03:13:51 josejx Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.9 2008/08/01 20:31:43 armin76 Exp $
121
122 inherit eutils multilib autotools
123
124 @@ -11,12 +11,13 @@
125 LICENSE="GPL-2"
126 SLOT="0"
127 KEYWORDS="~alpha ~amd64 -hppa ~ia64 ppc ppc64 ~sparc ~x86"
128 -IUSE="gtk divx firefox gmedia mplayer-bin multilib nls quicktime realmedia seamonkey wmp xulrunner"
129 +IUSE="gtk divx firefox gmedia multilib nls quicktime realmedia seamonkey wmp xulrunner"
130
131 LANGS="cs da de en_US es fr hu it ja ko nb nl pl pt_BR ru sk se tr wa zh_CN"
132 for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done
133
134 -RDEPEND="xulrunner? ( =net-libs/xulrunner-1.8* )
135 +RDEPEND=">=media-video/mplayer-1.0_pre5
136 + xulrunner? ( =net-libs/xulrunner-1.8* )
137 !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) )
138 !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) )
139 x11-libs/libXpm
140 @@ -26,9 +27,7 @@
141 dev-libs/atk
142 >=dev-libs/glib-2.2.0
143 >=x11-libs/pango-1.2.1
144 - )
145 - mplayer-bin? ( media-video/mplayer-bin )
146 - !mplayer-bin? ( >=media-video/mplayer-1.0_pre7 )"
147 + )"
148 DEPEND="${RDEPEND}
149 dev-util/pkgconfig
150 multilib? (
151 @@ -46,10 +45,6 @@
152 cd "${S}"
153 epatch "${FILESDIR}/${PN}-3.40-cflags.patch"
154 epatch "${FILESDIR}/${PN}-gcc4.patch"
155 - ### Adds support for 32 bit binary mplayer on amd64
156 - if use mplayer-bin; then
157 - epatch "${FILESDIR}/${PN}-mplayer-bin.patch"
158 - fi
159 epatch "${FILESDIR}/${PN}_xulrunner-1.9.patch"
160 epatch "${FILESDIR}/${P}-seamonkey.patch"
161 eautoconf