Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: ChangeLog cynthiune-0.9.5-r1.ebuild cynthiune-0.9.5.ebuild cynthiune-0.9.4.ebuild
Date: Mon, 10 Sep 2007 18:35:23
Message-Id: E1IUnuK-0006EK-Nb@stork.gentoo.org
1 voyageur 07/09/10 18:22:48
2
3 Modified: ChangeLog
4 Added: cynthiune-0.9.5-r1.ebuild
5 Removed: cynthiune-0.9.5.ebuild cynthiune-0.9.4.ebuild
6 Log:
7 Version bump from the GNUstep overlay
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.9 gnustep-apps/cynthiune/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 11 Dec 2006 18:45:44 -0000 1.8
24 +++ ChangeLog 10 Sep 2007 18:22:48 -0000 1.9
25 @@ -1,6 +1,15 @@
26 # ChangeLog for gnustep-apps/cynthiune
27 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.8 2006/12/11 18:45:44 grobian Exp $
29 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.9 2007/09/10 18:22:48 voyageur Exp $
31 +
32 +*cynthiune-0.9.5-r1 (10 Sep 2007)
33 +
34 + 10 Sep 2007; Bernard Cafarelli <voyageur@g.o>
35 + +files/cynthiune-0.9.5-NSCellExtensions.patch,
36 + +files/cynthiune-0.9.5-gnustep-make-2.patch,
37 + +files/cynthiune-0.9.5-set-macro.patch, -cynthiune-0.9.4.ebuild,
38 + -cynthiune-0.9.5.ebuild, +cynthiune-0.9.5-r1.ebuild:
39 + Version bump from the GNUstep overlay
40
41 *cynthiune-0.9.5 (11 Dec 2006)
42
43
44
45
46 1.1 gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: cynthiune-0.9.5-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.1 2007/09/10 18:22:48 voyageur Exp $
56
57 inherit gnustep-2
58
59 S=${WORKDIR}/${P/c/C}
60
61 DESCRIPTION="Free software and romantic music player for GNUstep."
62 HOMEPAGE="http://organact.mine.nu/~wolfgang/cynthiune"
63 SRC_URI="http://organact.mine.nu/~wolfgang/cynthiune/${P/c/C}.tar.gz"
64
65 IUSE="arts esd flac mad modplug musepack timidity vorbis"
66
67 KEYWORDS="~amd64 ~ppc ~x86"
68 LICENSE="GPL-2"
69 SLOT="0"
70
71 DEPEND="media-libs/audiofile
72 media-libs/taglib
73 arts? ( kde-base/arts )
74 esd? ( media-sound/esound )
75 flac? ( media-libs/flac )
76 mad? ( media-libs/libid3tag
77 media-libs/libmad )
78 musepack? ( media-libs/libmpcdec )
79 modplug? ( media-libs/libmodplug )
80 timidity? ( media-sound/timidity++ )
81 vorbis? ( >=media-libs/libogg-1.1.2
82 >=media-libs/libvorbis-1.0.1-r2 )
83 media-libs/musicbrainz"
84 RDEPEND="${DEPEND}"
85
86 src_unpack() {
87 unpack ${A}
88 cd ${S}
89
90 epatch "${FILESDIR}"/${P}-flac-1.1.3.patch
91 epatch "${FILESDIR}"/${P}-set-macro.patch
92 epatch "${FILESDIR}"/${P}-NSCellExtensions.patch
93 epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
94 }
95
96 cynthiune_get_config() {
97 # Gentoo doesn't have libavi (any more)
98 local myconf="disable-windowsmedia=yes"
99 use arts || myconf="${myconf} disable-arts=yes"
100 use esd || myconf="${myconf} disable-esound=yes"
101 use flac || myconf="${myconf} disable-flac=yes"
102 use mad || myconf="${myconf} disable-mp3=yes"
103 use modplug || myconf="${myconf} disable-mod=yes"
104 use musepack || myconf="${myconf} disable-musepack=yes"
105 use timidity || myconf="${myconf} disable-timidity=yes"
106 use vorbis || myconf="${myconf} disable-ogg=yes"
107
108 echo ${myconf}
109 }
110
111 src_compile() {
112 egnustep_env
113 egnustep_make "$(cynthiune_get_config)" || die "make failed"
114 }
115
116 src_install() {
117 egnustep_env
118 egnustep_install "$(cynthiune_get_config)" || die
119 }
120
121
122
123 --
124 gentoo-commits@g.o mailing list