Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/plymouth: metadata.xml ChangeLog plymouth-0.8.3-r5.ebuild
Date: Sun, 03 Jul 2011 10:06:26
Message-Id: 20110703100614.E004F2004B@flycatcher.gentoo.org
1 aidecoe 11/07/03 10:06:14
2
3 Modified: metadata.xml ChangeLog
4 Added: plymouth-0.8.3-r5.ebuild
5 Log:
6 sys-boot/plymouth: revbump to 0.8.3-r5; fixes bug #372699; del 'branding' flag
7
8 Split plymouth-openrc-plugin from sys-boot/plymouth. 'branding' flag was
9 abandoned and Gentoo logo is installed unconditionally now. New 'openrc' flag
10 pulls sys-boot/plymouth-openrc-plugin.
11
12 (Portage version: 2.1.10.3/cvs/Linux x86_64)
13
14 Revision Changes Path
15 1.2 sys-boot/plymouth/metadata.xml
16
17 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/metadata.xml?rev=1.2&view=markup
18 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/metadata.xml?rev=1.2&content-type=text/plain
19 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/metadata.xml?r1=1.1&r2=1.2
20
21 Index: metadata.xml
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/metadata.xml,v
24 retrieving revision 1.1
25 retrieving revision 1.2
26 diff -u -r1.1 -r1.2
27 --- metadata.xml 21 Feb 2011 21:08:17 -0000 1.1
28 +++ metadata.xml 3 Jul 2011 10:06:14 -0000 1.2
29 @@ -7,7 +7,8 @@
30 <name>Amadeusz Żołnowski</name>
31 </maintainer>
32 <use>
33 - <flag name="gdm">Enable smooth transition to GDM</flag>
34 + <flag name="gdm">Enables smooth transition to GDM</flag>
35 + <flag name="openrc">Installs plugin for OpenRC</flag>
36 <flag name="pango">Adds support for printing text on splash screen and
37 text prompts, e.g. for password</flag>
38 </use>
39
40
41
42 1.14 sys-boot/plymouth/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.14&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?rev=1.14&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/ChangeLog?r1=1.13&r2=1.14
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v
51 retrieving revision 1.13
52 retrieving revision 1.14
53 diff -u -r1.13 -r1.14
54 --- ChangeLog 28 Jun 2011 21:51:11 -0000 1.13
55 +++ ChangeLog 3 Jul 2011 10:06:14 -0000 1.14
56 @@ -1,6 +1,14 @@
57 # ChangeLog for sys-boot/plymouth
58 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.13 2011/06/28 21:51:11 aidecoe Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.14 2011/07/03 10:06:14 aidecoe Exp $
61 +
62 +*plymouth-0.8.3-r5 (03 Jul 2011)
63 +
64 + 03 Jul 2011; Amadeusz Żołnowski <aidecoe@g.o>
65 + +plymouth-0.8.3-r5.ebuild, metadata.xml:
66 + Split plymouth-openrc-plugin from sys-boot/plymouth. 'branding' flag was
67 + abandoned and Gentoo logo is installed unconditionally now. New 'openrc'
68 + flag pulls sys-boot/plymouth-openrc-plugin. Fixes bug #372699.
69
70 28 Jun 2011; Amadeusz Żołnowski <aidecoe@g.o>
71 plymouth-0.8.3-r2.ebuild, plymouth-0.8.3-r4.ebuild:
72
73
74
75 1.1 sys-boot/plymouth/plymouth-0.8.3-r5.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild?rev=1.1&content-type=text/plain
79
80 Index: plymouth-0.8.3-r5.ebuild
81 ===================================================================
82 # Copyright 1999-2011 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.3-r5.ebuild,v 1.1 2011/07/03 10:06:14 aidecoe Exp $
85
86 EAPI="3"
87
88 inherit autotools-utils
89
90 DESCRIPTION="Graphical boot animation (splash) and logger"
91 HOMEPAGE="http://cgit.freedesktop.org/plymouth/"
92 SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2
93 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png
94 "
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="~amd64 ~x86"
98
99 IUSE_VIDEO_CARDS="video_cards_intel video_cards_nouveau video_cards_radeon"
100 IUSE="${IUSE_VIDEO_CARDS} gdm +openrc +pango static-libs"
101
102 COMMON_DEPEND=">=media-libs/libpng-1.2.16
103 >=x11-libs/gtk+-2.12:2
104 pango? ( >=x11-libs/pango-1.21 )
105 video_cards_intel? ( x11-libs/libdrm[video_cards_intel] )
106 video_cards_nouveau? ( x11-libs/libdrm[video_cards_nouveau] )
107 video_cards_radeon? ( x11-libs/libdrm[video_cards_radeon] )
108 "
109 DEPEND="${COMMON_DEPEND}
110 dev-util/pkgconfig
111 "
112 RDEPEND="${COMMON_DEPEND}
113 >=sys-kernel/dracut-008-r1[dracut_modules_plymouth]
114 openrc? ( sys-boot/plymouth-openrc-plugin )
115 "
116
117 DOCS=(AUTHORS ChangeLog NEWS README TODO)
118
119 PATCHES=(
120 "${FILESDIR}"/${PV}-drm-reduce-minimum-build-requirements.patch
121 "${FILESDIR}"/${PV}-image-replace-deprecated-libpng-function.patch
122 "${FILESDIR}"/${PV}-gentoo-fb-path.patch
123 )
124
125 src_prepare() {
126 autotools-utils_src_prepare
127 eautoreconf
128 }
129
130 src_configure() {
131 local myeconfargs=(
132 --localstatedir=/var
133 $(use_enable pango)
134 $(use_enable gdm gdm-transition)
135 $(use_enable video_cards_intel libdrm_intel)
136 $(use_enable video_cards_nouveau libdrm_nouveau)
137 $(use_enable video_cards_radeon libdrm_radeon)
138 )
139 autotools-utils_src_configure
140 }
141
142 src_install() {
143 autotools-utils_src_install
144
145 if use static-libs; then
146 mv "${D}/$(get_libdir)"/libply{,-splash-core}.{a,la} \
147 "${D}/usr/$(get_libdir)"/ || die 'mv *.{a,la} files failed'
148 gen_usr_ldscript libply.so libply-splash-core.so
149 else
150 einfo "Removing /usr/$(get_libdir)/plymouth/*.la"
151 rm "${D}/usr/$(get_libdir)"/plymouth/{*.la,renderers/*.la} \
152 || die 'rm *.la'
153 fi
154
155 insinto /usr/share/plymouth
156 newins "${DISTDIR}"/gentoo-logo.png bizcom.png || die 'branding failed'
157 }
158
159 pkg_postinst() {
160 elog "Follow instructions on"
161 elog ""
162 elog " http://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml"
163 elog ""
164 elog "to set up Plymouth."
165 }