<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>197837</bug_id>
          
          <creation_ts>2007-11-02 00:03 0000</creation_ts>
          <short_desc>app-accesibility/mbrola polish and latin language addition</short_desc>
          <delta_ts>2008-05-21 01:59:28 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>nowak2000@poczta.onet.pl</reporter>
          <assigned_to>williamh@gentoo.org</assigned_to>
          <cc>accessibility@gentoo.org</cc>
    
    <cc>sound@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2007-11-02 00:03:11 0000</bug_when>
            <thetext>Please find attached ebuild with Polish and Latin voices added for app-accessibility/mbrola.
The Polish voice is moved to a right directory after unpacking, and the lowercase &quot;test&quot; directory for Latin is also installed.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2007-11-02 00:04:16 0000</bug_when>
            <thetext>Created an attachment (id=134978)
patch adding polish and latin voices by linguas

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2007-11-02 09:49:18 0000</bug_when>
            <thetext>(From update of attachment 134978)
&gt;&lt;HTML&gt;&lt;HEAD/&gt;&lt;BODY&gt;&lt;PRE&gt;--- mbrola-3.0.1h-r4.ebuild	2007-11-02 00:01:52.000000000 +0100
&gt;+++ mbrola-3.0.1h-r5.ebuild	2007-11-02 00:56:22.000000000 +0100
&gt;@@ -2,7 +2,7 @@
&gt; # Distributed under the terms of the GNU General Public License v2
&gt; # $Header: /var/cvsroot/gentoo-x86/app-accessibility/mbrola/mbrola-3.0.1h-r4.ebuild,v 1.13 2007/07/06 10:27:58 uberlord Exp $
&gt; 
&gt;-IUSE=&quot;linguas_de linguas_es linguas_fr linguas_it linguas_ro&quot;
&gt;+IUSE=&quot;linguas_de linguas_es linguas_fr linguas_it linguas_la linguas_pl linguas_ro&quot;
&gt; 
&gt; S=${WORKDIR}
&gt; 
&gt;@@ -29,6 +29,8 @@
&gt; 		${TCTS}/mbrola/dba/fr6/fr6-010330.zip )
&gt; 	linguas_it? ( ${TCTS}/mbrola/dba/it3/it3-010304.zip
&gt; 		${TCTS}/mbrola/dba/it4/it4-010926.zip )
&gt;+	linguas_la? ( ${TCTS}/mbrola/dba/la1/la1.zip )
&gt;+	linguas_pl? ( ${TCTS}/mbrola/dba/pl1/pl1.zip )
&gt; 	linguas_ro? ( ${TCTS}/mbrola/dba/ro1/ro1-980317.zip )&quot;
&gt; 
&gt; DEPEND=&quot;app-arch/unzip&quot;
&gt;@@ -42,6 +44,8 @@
&gt; src_unpack () {
&gt; 	unpack ${A}
&gt; 
&gt;+	[[ -f &quot;pl1&quot; ]] &amp;amp;&amp;amp; mkdir pl1DIR &amp;amp;&amp;amp; mv pl1 pl1.txt license.txt pl1DIR &amp;amp;&amp;amp; mv test pl1DIR/TEST &amp;amp;&amp;amp; mv pl1DIR pl1
&gt;+
&gt; 	case ${ARCH} in
&gt; 		x86|amd64)
&gt; 			cp mbrola-linux-i386 mbrola || die
&gt;@@ -79,6 +83,11 @@
&gt; 			doins ${voice}/TEST/*
&gt; 		fi
&gt; 
&gt;+		if [[ -d &quot;${voice}/test&quot; ]]; then
&gt;+			insinto /opt/${PN}/${voice}/test
&gt;+			doins ${voice}/test/*
&gt;+		fi
&gt;+
&gt; 		[[ -f &quot;${voice}/${voice}.txt&quot; ]] &amp;amp;&amp;amp; dodoc ${voice}/${voice}.txt
&gt; 	done
&gt; 
&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2007-11-02 10:09:18 0000</bug_when>
            <thetext>I just added license.txt to move changing one line to:

+	[[ -f &quot;pl1&quot; ]] &amp;&amp; mkdir pl1DIR &amp;&amp; mv pl1 pl1.txt license.txt pl1DIR &amp;&amp; mv test pl1DIR/TEST &amp;&amp; mv pl1DIR pl1</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2007-12-01 21:57:50 0000</bug_when>
            <thetext>The corrected (repackaged) pl1.zip was received upstream. When it gets published I will update (simplify) the provided patch.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>williamh@gentoo.org</who>
            <bug_when>2008-01-13 19:13:10 0000</bug_when>
            <thetext>What is the latest on this?  Has the new .zip been published upstream?

Thanks,

William

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2008-01-13 19:41:37 0000</bug_when>
            <thetext>No, still it hasn&apos;t. I pinged them today in case they forgot to publish it. An author of the latin package didn&apos;t even reply to my message.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>williamh@gentoo.org</who>
            <bug_when>2008-03-25 02:56:10 0000</bug_when>
            <thetext>Hello,

do you want me to go ahead and commit this to the tree, or should I
wait until we hear back from upstream about the new .zip file?

Thanks,

William

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>nowak2000@poczta.onet.pl</who>
            <bug_when>2008-04-14 10:44:34 0000</bug_when>
            <thetext>Yes, please proceed with committing. I can&apos;t get upstream replace the 2 files.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>williamh@gentoo.org</who>
            <bug_when>2008-05-21 01:59:28 0000</bug_when>
            <thetext>This has been committed as part of -r5.  Thanks for letting me know about it.
</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>134978</attachid>
            <date>2007-11-02 00:04 0000</date>
            <desc>patch adding polish and latin voices by linguas. fixed location for polish license.txt </desc>
            <filename>mbrola.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIG1icm9sYS0zLjAuMWgtcjQuZWJ1aWxkCTIwMDctMTEtMDIgMDA6MDE6NTIuMDAwMDAwMDAw
ICswMTAwCisrKyBtYnJvbGEtMy4wLjFoLXI1LmVidWlsZAkyMDA3LTExLTAyIDAwOjU2OjIyLjAw
MDAwMDAwMCArMDEwMApAQCAtMiw3ICsyLDcgQEAKICMgRGlzdHJpYnV0ZWQgdW5kZXIgdGhlIHRl
cm1zIG9mIHRoZSBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MgogIyAkSGVhZGVyOiAvdmFy
L2N2c3Jvb3QvZ2VudG9vLXg4Ni9hcHAtYWNjZXNzaWJpbGl0eS9tYnJvbGEvbWJyb2xhLTMuMC4x
aC1yNC5lYnVpbGQsdiAxLjEzIDIwMDcvMDcvMDYgMTA6Mjc6NTggdWJlcmxvcmQgRXhwICQKIAot
SVVTRT0ibGluZ3Vhc19kZSBsaW5ndWFzX2VzIGxpbmd1YXNfZnIgbGluZ3Vhc19pdCBsaW5ndWFz
X3JvIgorSVVTRT0ibGluZ3Vhc19kZSBsaW5ndWFzX2VzIGxpbmd1YXNfZnIgbGluZ3Vhc19pdCBs
aW5ndWFzX2xhIGxpbmd1YXNfcGwgbGluZ3Vhc19ybyIKIAogUz0ke1dPUktESVJ9CiAKQEAgLTI5
LDYgKzI5LDggQEAKIAkJJHtUQ1RTfS9tYnJvbGEvZGJhL2ZyNi9mcjYtMDEwMzMwLnppcCApCiAJ
bGluZ3Vhc19pdD8gKCAke1RDVFN9L21icm9sYS9kYmEvaXQzL2l0My0wMTAzMDQuemlwCiAJCSR7
VENUU30vbWJyb2xhL2RiYS9pdDQvaXQ0LTAxMDkyNi56aXAgKQorCWxpbmd1YXNfbGE/ICggJHtU
Q1RTfS9tYnJvbGEvZGJhL2xhMS9sYTEuemlwICkKKwlsaW5ndWFzX3BsPyAoICR7VENUU30vbWJy
b2xhL2RiYS9wbDEvcGwxLnppcCApCiAJbGluZ3Vhc19ybz8gKCAke1RDVFN9L21icm9sYS9kYmEv
cm8xL3JvMS05ODAzMTcuemlwICkiCiAKIERFUEVORD0iYXBwLWFyY2gvdW56aXAiCkBAIC00Miw2
ICs0NCw4IEBACiBzcmNfdW5wYWNrICgpIHsKIAl1bnBhY2sgJHtBfQogCisJW1sgLWYgInBsMSIg
XV0gJiYgbWtkaXIgcGwxRElSICYmIG12IHBsMSBwbDEudHh0IHBsMURJUiAmJiBtdiB0ZXN0IHBs
MURJUi9URVNUICYmIG12IHBsMURJUiBwbDEKKwogCWNhc2UgJHtBUkNIfSBpbgogCQl4ODZ8YW1k
NjQpCiAJCQljcCBtYnJvbGEtbGludXgtaTM4NiBtYnJvbGEgfHwgZGllCkBAIC03OSw2ICs4Mywx
MSBAQAogCQkJZG9pbnMgJHt2b2ljZX0vVEVTVC8qCiAJCWZpCiAKKwkJaWYgW1sgLWQgIiR7dm9p
Y2V9L3Rlc3QiIF1dOyB0aGVuCisJCQlpbnNpbnRvIC9vcHQvJHtQTn0vJHt2b2ljZX0vdGVzdAor
CQkJZG9pbnMgJHt2b2ljZX0vdGVzdC8qCisJCWZpCisKIAkJW1sgLWYgIiR7dm9pY2V9LyR7dm9p
Y2V9LnR4dCIgXV0gJiYgZG9kb2MgJHt2b2ljZX0vJHt2b2ljZX0udHh0CiAJZG9uZQogCg==
</data>        

          </attachment>
    </bug>

</bugzilla>