Gentoo Archives: gentoo-commits

From: "Matteo Azzali (mattepiu)" <mattepiu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kid3: ChangeLog kid3-0.9.ebuild kid3-0.10.ebuild
Date: Sat, 08 Dec 2007 10:50:54
Message-Id: E1J0xGe-0002mV-LI@stork.gentoo.org
1 mattepiu 07/12/08 10:50:44
2
3 Modified: ChangeLog kid3-0.9.ebuild
4 Added: kid3-0.10.ebuild
5 Log:
6 Version Bump, quoted variable.
7 (Portage version: 2.1.4_rc8)
8
9 Revision Changes Path
10 1.29 media-sound/kid3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?rev=1.29&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?rev=1.29&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/ChangeLog?r1=1.28&r2=1.29
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v
19 retrieving revision 1.28
20 retrieving revision 1.29
21 diff -u -r1.28 -r1.29
22 --- ChangeLog 18 Nov 2007 21:52:08 -0000 1.28
23 +++ ChangeLog 8 Dec 2007 10:50:44 -0000 1.29
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/kid3
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.28 2007/11/18 21:52:08 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.29 2007/12/08 10:50:44 mattepiu Exp $
29 +
30 +*kid3-0.10 (08 Dec 2007)
31 +
32 + 08 Dec 2007; Matteo Azzali <mattepiu@g.o> +kid3-0.10.ebuild:
33 + Version Bump.
34
35 18 Nov 2007; Alexis Ballier <aballier@g.o> kid3-0.6.ebuild,
36 kid3-0.7.ebuild, kid3-0.8.1.ebuild, kid3-0.9.ebuild:
37
38
39
40 1.3 media-sound/kid3/kid3-0.9.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild?r1=1.2&r2=1.3
45
46 Index: kid3-0.9.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- kid3-0.9.ebuild 18 Nov 2007 21:52:08 -0000 1.2
53 +++ kid3-0.9.ebuild 8 Dec 2007 10:50:44 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v 1.2 2007/11/18 21:52:08 aballier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.9.ebuild,v 1.3 2007/12/08 10:50:44 mattepiu Exp $
59
60 inherit kde
61
62 @@ -53,7 +53,7 @@
63 use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}"
64 done
65 sed -i -e "s:SUBDIRS =.*:SUBDIRS = ${MAKE_LANGS}:" Makefile.am
66 - rm -f ${S}/configure
67 + rm -f "${S}/configure"
68 }
69
70 # Support for the KDE libraries is optional,
71
72
73
74 1.1 media-sound/kid3/kid3-0.10.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.10.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/kid3-0.10.ebuild?rev=1.1&content-type=text/plain
78
79 Index: kid3-0.10.ebuild
80 ===================================================================
81 # Copyright 1999-2007 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-0.10.ebuild,v 1.1 2007/12/08 10:50:44 mattepiu Exp $
84
85 inherit kde
86
87 DESCRIPTION="A simple ID3 tag editor for QT/KDE."
88 HOMEPAGE="http://kid3.sourceforge.net/"
89 SRC_URI="mirror://sourceforge/kid3/${P}.tar.gz"
90 LICENSE="GPL-2"
91
92 SLOT="0"
93 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
94 IUSE="flac taglib vorbis"
95
96 DEPEND=">=media-libs/id3lib-3.8.3
97 taglib? ( >=media-libs/taglib-1.4-r1 )
98 vorbis? ( media-libs/libvorbis )
99 flac? ( media-libs/flac )"
100
101 need-kde 3
102
103 LANGS="de es fr ru"
104 LANGS_DOC="de en"
105
106 for X in ${LANGS} ${LANGS_DOC} ; do
107 IUSE="${IUSE} linguas_${X}"
108 done
109
110 pkg_setup() {
111 if use flac && ! built_with_use --missing true media-libs/flac cxx; then
112 eerror "To build ${PN} with flac support you need the C++ bindings for flac."
113 eerror "Please enable the cxx USE flag for media-libs/flac"
114 die "Missing FLAC C++ bindings."
115 fi
116
117 kde_pkg_setup
118 }
119
120 src_unpack() {
121 kde_src_unpack
122
123 local MAKE_LANGS
124 cd "${WORKDIR}/${P}/po"
125 for X in ${LANGS} ; do
126 use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}.po"
127 done
128 sed -i -e "s:POFILES =.*:POFILES = ${MAKE_LANGS}:" Makefile.am
129
130 MAKE_LANGS=""
131 cd "${WORKDIR}/${P}/doc"
132 for X in ${LANGS_DOC} ; do
133 use linguas_${X} && MAKE_LANGS="${MAKE_LANGS} ${X}"
134 done
135 sed -i -e "s:SUBDIRS =.*:SUBDIRS = ${MAKE_LANGS}:" Makefile.am
136 rm -f "${S}/configure"
137 }
138
139 # Support for the KDE libraries is optional,
140 # but the configure step that detects them
141 # cannot be avoided. So KDE support is forced on.
142
143 src_compile() {
144 local myconf="--with-kde
145 $(use_with vorbis)
146 $(use_with flac)
147 $(use_with taglib)
148 --without-musicbrainz"
149
150 kde_src_compile
151 }
152
153
154
155 --
156 gentoo-commits@g.o mailing list