Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/csound: metadata.xml ChangeLog
Date: Mon, 27 Feb 2012 05:42:55
Message-Id: 20120227054245.0DA4E2004B@flycatcher.gentoo.org
1 radhermit 12/02/27 05:42:45
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Sort use flags and fix whitespace.
6
7 (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-sound/csound/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 27 Feb 2012 05:37:48 -0000 1.1
23 +++ metadata.xml 27 Feb 2012 05:42:44 -0000 1.2
24 @@ -1,24 +1,24 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>proaudio</herd>
29 - <use>
30 - <flag name="beats">Build the beats score frontend</flag>
31 - <flag name="chua">Build the chua opcodes</flag>
32 - <flag name="csoundac">Build the CsoundAC extension module</flag>
33 - <flag name="double-precision">Use double-precision floating point for audio samples</flag>
34 - <flag name="dssi">Build the DSSI opcodes</flag>
35 - <flag name="fluidsynth">Build the fluidsynth opcodes</flag>
36 - <flag name="html">Install the html version of the manual</flag>
37 - <flag name="image">Build the image opcodes</flag>
38 - <flag name="keyboard">Build Virtual MIDI keyboard</flag>
39 - <flag name="linear">Build the linear algebra Opcodes</flag>
40 - <flag name="doc">Install the pdf version of the manual</flag>
41 - <flag name="portmidi">Build the PortMIDI I/O module</flag>
42 - <flag name="samples">Install the HRTF datafiles for use with hrtfmove, hrtfmove2, hrtfstat, hrtfearly, and hrtfreverb</flag>
43 - <flag name="stk">Build the stk opcodes</flag>
44 - <flag name="tcl">Build the tcl interface and clients</flag>
45 - <flag name="utils">Build stand-alone executables for utilities that can also be used via `csound -U`</flag>
46 - <flag name="vst">Build the CsoundVST frontend</flag>
47 - </use>
48 + <herd>proaudio</herd>
49 + <use>
50 + <flag name="beats">Build the beats score frontend</flag>
51 + <flag name="chua">Build the chua opcodes</flag>
52 + <flag name="csoundac">Build the CsoundAC extension module</flag>
53 + <flag name="doc">Install the pdf version of the manual</flag>
54 + <flag name="double-precision">Use double-precision floating point for audio samples</flag>
55 + <flag name="dssi">Build the DSSI opcodes</flag>
56 + <flag name="fluidsynth">Build the fluidsynth opcodes</flag>
57 + <flag name="html">Install the html version of the manual</flag>
58 + <flag name="image">Build the image opcodes</flag>
59 + <flag name="keyboard">Build Virtual MIDI keyboard</flag>
60 + <flag name="linear">Build the linear algebra Opcodes</flag>
61 + <flag name="portmidi">Build the PortMIDI I/O module</flag>
62 + <flag name="samples">Install the HRTF datafiles for use with hrtfmove, hrtfmove2, hrtfstat, hrtfearly, and hrtfreverb</flag>
63 + <flag name="stk">Build the stk opcodes</flag>
64 + <flag name="tcl">Build the tcl interface and clients</flag>
65 + <flag name="utils">Build stand-alone executables for utilities that can also be used via `csound -U`</flag>
66 + <flag name="vst">Build the CsoundVST frontend</flag>
67 + </use>
68 </pkgmetadata>
69
70
71
72 1.2 media-sound/csound/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/csound/ChangeLog?r1=1.1&r2=1.2
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- ChangeLog 27 Feb 2012 05:37:48 -0000 1.1
85 +++ ChangeLog 27 Feb 2012 05:42:44 -0000 1.2
86 @@ -1,6 +1,9 @@
87 # ChangeLog for media-sound/csound
88 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.1 2012/02/27 05:37:48 radhermit Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/media-sound/csound/ChangeLog,v 1.2 2012/02/27 05:42:44 radhermit Exp $
91 +
92 + 27 Feb 2012; Tim Harder <radhermit@g.o> metadata.xml:
93 + Sort use flags and fix whitespace.
94
95 *csound-5.16.6 (27 Feb 2012)