First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 197837
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: William Hubbs <williamh@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tomasz L. Nowak <nowak2000@poczta.onet.pl>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
mbrola.patch patch adding polish and latin voices by linguas. fixed location for polish license.txt patch Tomasz L. Nowak 2007-11-02 00:04 0000 1.28 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 197837 depends on: Show dependency tree
Show dependency graph
Bug 197837 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-11-02 00:03 0000
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 "test" directory for Latin is also installed.

------- Comment #1 From Tomasz L. Nowak 2007-11-02 00:04:16 0000 -------
Created an attachment (id=134978) [edit]
patch adding polish and latin voices by linguas

------- Comment #2 From Tomasz L. Nowak 2007-11-02 09:49:18 0000 -------
(From update of attachment 134978 [edit])
><HTML><HEAD/><BODY><PRE>--- mbrola-3.0.1h-r4.ebuild	2007-11-02 00:01:52.000000000 +0100
>+++ mbrola-3.0.1h-r5.ebuild	2007-11-02 00:56:22.000000000 +0100
>@@ -2,7 +2,7 @@
> # Distributed under the terms of the GNU General Public License v2
> # $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 $
> 
>-IUSE="linguas_de linguas_es linguas_fr linguas_it linguas_ro"
>+IUSE="linguas_de linguas_es linguas_fr linguas_it linguas_la linguas_pl linguas_ro"
> 
> S=${WORKDIR}
> 
>@@ -29,6 +29,8 @@
> 		${TCTS}/mbrola/dba/fr6/fr6-010330.zip )
> 	linguas_it? ( ${TCTS}/mbrola/dba/it3/it3-010304.zip
> 		${TCTS}/mbrola/dba/it4/it4-010926.zip )
>+	linguas_la? ( ${TCTS}/mbrola/dba/la1/la1.zip )
>+	linguas_pl? ( ${TCTS}/mbrola/dba/pl1/pl1.zip )
> 	linguas_ro? ( ${TCTS}/mbrola/dba/ro1/ro1-980317.zip )"
> 
> DEPEND="app-arch/unzip"
>@@ -42,6 +44,8 @@
> src_unpack () {
> 	unpack ${A}
> 
>+	[[ -f "pl1" ]] &amp;&amp; mkdir pl1DIR &amp;&amp; mv pl1 pl1.txt license.txt pl1DIR &amp;&amp; mv test pl1DIR/TEST &amp;&amp; mv pl1DIR pl1
>+
> 	case ${ARCH} in
> 		x86|amd64)
> 			cp mbrola-linux-i386 mbrola || die
>@@ -79,6 +83,11 @@
> 			doins ${voice}/TEST/*
> 		fi
> 
>+		if [[ -d "${voice}/test" ]]; then
>+			insinto /opt/${PN}/${voice}/test
>+			doins ${voice}/test/*
>+		fi
>+
> 		[[ -f "${voice}/${voice}.txt" ]] &amp;&amp; dodoc ${voice}/${voice}.txt
> 	done
> 
></PRE></BODY></HTML>

------- Comment #3 From Tomasz L. Nowak 2007-11-02 10:09:18 0000 -------
I just added license.txt to move changing one line to:

+       [[ -f "pl1" ]] && mkdir pl1DIR && mv pl1 pl1.txt license.txt pl1DIR &&
mv test pl1DIR/TEST && mv pl1DIR pl1

------- Comment #4 From Tomasz L. Nowak 2007-12-01 21:57:50 0000 -------
The corrected (repackaged) pl1.zip was received upstream. When it gets
published I will update (simplify) the provided patch.

------- Comment #5 From William Hubbs 2008-01-13 19:13:10 0000 -------
What is the latest on this?  Has the new .zip been published upstream?

Thanks,

William

------- Comment #6 From Tomasz L. Nowak 2008-01-13 19:41:37 0000 -------
No, still it hasn't. I pinged them today in case they forgot to publish it. An
author of the latin package didn't even reply to my message.

------- Comment #7 From William Hubbs 2008-03-25 02:56:10 0000 -------
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

------- Comment #8 From Tomasz L. Nowak 2008-04-14 10:44:34 0000 -------
Yes, please proceed with committing. I can't get upstream replace the 2 files.

------- Comment #9 From William Hubbs 2008-05-21 01:59:28 0000 -------
This has been committed as part of -r5.  Thanks for letting me know about it.

First Last Prev Next    No search results available      Search page      Enter new bug