Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-1.0.0_rc4.ebuild ChangeLog vlc-1.0.9999.ebuild vlc-9999.ebuild
Date: Thu, 18 Jun 2009 16:54:00
Message-Id: E1MHKsA-0004dq-6a@stork.gentoo.org
1 aballier 09/06/18 16:53:58
2
3 Modified: vlc-1.0.0_rc4.ebuild ChangeLog vlc-1.0.9999.ebuild
4 vlc-9999.ebuild
5 Log:
6 Dont let users upgrade from 0.9.x to >=1.0.x without removing the old version fist; otherwise some plugins are relinked to the old libvlc's and will not work, thanks libtool...
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-video/vlc/vlc-1.0.0_rc4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?r1=1.1&r2=1.2
15
16 Index: vlc-1.0.0_rc4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vlc-1.0.0_rc4.ebuild 18 Jun 2009 08:16:15 -0000 1.1
23 +++ vlc-1.0.0_rc4.ebuild 18 Jun 2009 16:53:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v 1.1 2009/06/18 08:16:15 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v 1.2 2009/06/18 16:53:58 aballier Exp $
29
30 EAPI="1"
31
32 @@ -184,6 +184,12 @@
33 }
34
35 pkg_setup() {
36 + if has_version '<=media-video/vlc-0.9.9999'; then
37 + eerror "Please unmerge vlc-0.9.x first before installing ${P}"
38 + eerror "If you don't do that, some plugins will get linked against"
39 + eerror "the old ${PN} version and will not work."
40 + die "Unmerge vlc 0.9.x first"
41 + fi
42 vlc_use_needs skins truetype
43 vlc_use_force skins qt4
44 vlc_use_needs cddax cdio
45
46
47
48 1.446 media-video/vlc/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.446&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.446&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.445&r2=1.446
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
57 retrieving revision 1.445
58 retrieving revision 1.446
59 diff -u -r1.445 -r1.446
60 --- ChangeLog 18 Jun 2009 08:16:15 -0000 1.445
61 +++ ChangeLog 18 Jun 2009 16:53:58 -0000 1.446
62 @@ -1,6 +1,12 @@
63 # ChangeLog for media-video/vlc
64 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.445 2009/06/18 08:16:15 aballier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.446 2009/06/18 16:53:58 aballier Exp $
67 +
68 + 18 Jun 2009; Alexis Ballier <aballier@g.o> vlc-1.0.0_rc4.ebuild,
69 + vlc-1.0.9999.ebuild, vlc-9999.ebuild:
70 + Dont let users upgrade from 0.9.x to >=1.0.x without removing the old
71 + version fist; otherwise some plugins are relinked to the old libvlc's and
72 + will not work, thanks libtool...
73
74 *vlc-1.0.0_rc4 (18 Jun 2009)
75
76
77
78
79 1.4 media-video/vlc/vlc-1.0.9999.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.4&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.4&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?r1=1.3&r2=1.4
84
85 Index: vlc-1.0.9999.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
88 retrieving revision 1.3
89 retrieving revision 1.4
90 diff -u -r1.3 -r1.4
91 --- vlc-1.0.9999.ebuild 5 Jun 2009 10:04:27 -0000 1.3
92 +++ vlc-1.0.9999.ebuild 18 Jun 2009 16:53:58 -0000 1.4
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2009 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.3 2009/06/05 10:04:27 aballier Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.4 2009/06/18 16:53:58 aballier Exp $
98
99 EAPI="1"
100
101 @@ -184,6 +184,12 @@
102 }
103
104 pkg_setup() {
105 + if has_version '<=media-video/vlc-0.9.9999'; then
106 + eerror "Please unmerge vlc-0.9.x first before installing ${P}"
107 + eerror "If you don't do that, some plugins will get linked against"
108 + eerror "the old ${PN} version and will not work."
109 + die "Unmerge vlc 0.9.x first"
110 + fi
111 vlc_use_needs skins truetype
112 vlc_use_force skins qt4
113 vlc_use_needs cddax cdio
114
115
116
117 1.11 media-video/vlc/vlc-9999.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.11&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.11&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.10&r2=1.11
122
123 Index: vlc-9999.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
126 retrieving revision 1.10
127 retrieving revision 1.11
128 diff -u -r1.10 -r1.11
129 --- vlc-9999.ebuild 5 Jun 2009 10:04:27 -0000 1.10
130 +++ vlc-9999.ebuild 18 Jun 2009 16:53:58 -0000 1.11
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2009 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.10 2009/06/05 10:04:27 aballier Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.11 2009/06/18 16:53:58 aballier Exp $
136
137 EAPI="1"
138
139 @@ -184,6 +184,12 @@
140 }
141
142 pkg_setup() {
143 + if has_version '<=media-video/vlc-0.9.9999'; then
144 + eerror "Please unmerge vlc-0.9.x first before installing ${P}"
145 + eerror "If you don't do that, some plugins will get linked against"
146 + eerror "the old ${PN} version and will not work."
147 + die "Unmerge vlc 0.9.x first"
148 + fi
149 vlc_use_needs skins truetype
150 vlc_use_force skins qt4
151 vlc_use_needs cddax cdio