diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-10 15:35:37 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-10 15:35:37 +0000 |
commit | d814819246bf01b081fde4d9a83c2fa7a1b7b75f (patch) | |
tree | 6115a034a033a141a9e6e9eea95de852248e6bdf /media-video | |
parent | Marked ~amd64. (diff) | |
download | historical-d814819246bf01b081fde4d9a83c2fa7a1b7b75f.tar.gz historical-d814819246bf01b081fde4d9a83c2fa7a1b7b75f.tar.bz2 historical-d814819246bf01b081fde4d9a83c2fa7a1b7b75f.zip |
Fixed BUG #56482.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/dvdauthor/Manifest | 9 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 5 | ||||
-rw-r--r-- | media-video/dvdauthor/files/dvdauthor-0.6.10-utf8.patch | 17 |
4 files changed, 30 insertions, 7 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index 51fcf96b9b32..8d57a458c8ad 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvdauthor # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.12 2004/06/25 00:38:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.13 2004/07/10 15:35:37 kugelfang Exp $ + + 10 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> + +files/dvdauthor-0.6.10-utf8.patch, dvdauthor-0.6.10.ebuild: + Added utf8 patch on 64-bit ${ARCH}s. BUG #56482. 01 Jun 2004; Travis Tilley <lv@gentoo.org> dvdauthor-0.6.10.ebuild: stable on amd64 diff --git a/media-video/dvdauthor/Manifest b/media-video/dvdauthor/Manifest index 8c3aacf8c2ed..abf2e7858c8d 100644 --- a/media-video/dvdauthor/Manifest +++ b/media-video/dvdauthor/Manifest @@ -1,9 +1,10 @@ -MD5 385a8d4ec61787b7b6c56930db6f7aac dvdauthor-0.5.3.ebuild 775 +MD5 0416827a0e6bfbd615d710ce8a671171 ChangeLog 1824 MD5 a2816e9cc3872f306bb1cdd5d0f92802 dvdauthor-0.5.0.ebuild 767 -MD5 ebf66e976f184aa5adcfe20d50c4d77d dvdauthor-0.6.10.ebuild 781 -MD5 6fb20e6276a60a1a79aed87559f01f20 ChangeLog 1656 +MD5 385a8d4ec61787b7b6c56930db6f7aac dvdauthor-0.5.3.ebuild 775 MD5 7300a7b361fa9f48e37722c6952bd432 metadata.xml 158 -MD5 cf7c72d03d03abd9ecd2ba645d5cecd6 files/0.6.10-gcc34.patch 427 +MD5 5eea1134e4d02276d0655f6a0c0f5020 dvdauthor-0.6.10.ebuild 836 MD5 237f7b3b119dec02712a341e3b1ea458 files/digest-dvdauthor-0.5.0 66 MD5 1c2c588351a939107a17280fd17f351c files/digest-dvdauthor-0.5.3 66 +MD5 8a50d588492e032aad69586764b81edf files/dvdauthor-0.6.10-utf8.patch 464 +MD5 cf7c72d03d03abd9ecd2ba645d5cecd6 files/0.6.10-gcc34.patch 427 MD5 7dc0471c612f68f8c3cc66a8064e4263 files/digest-dvdauthor-0.6.10 68 diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild index dd7706cecbdc..34db6a6827c9 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.4 2004/06/25 00:38:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.5 2004/07/10 15:35:37 kugelfang Exp $ -inherit eutils +inherit eutils 64-bit DESCRIPTION="Tools for generating DVD files to be played on standalone DVD players" HOMEPAGE="http://sourceforge.net/projects/dvdauthor/" @@ -21,6 +21,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-gcc34.patch + 64-bit && epatch ${FILESDIR}/${PV}-utf8.patch } src_install() { diff --git a/media-video/dvdauthor/files/dvdauthor-0.6.10-utf8.patch b/media-video/dvdauthor/files/dvdauthor-0.6.10-utf8.patch new file mode 100644 index 000000000000..0339b9dfc15f --- /dev/null +++ b/media-video/dvdauthor/files/dvdauthor-0.6.10-utf8.patch @@ -0,0 +1,17 @@ +--- src/readxml.c.orig 2004-03-13 02:57:39.000000000 -0500 ++++ src/readxml.c 2004-07-07 01:40:47.000000000 -0400 +@@ -221,11 +221,11 @@ + char *utf8tolocal(const char *in) + { + iconv_t c=get_conv(); +- int inlen=strlen(in); +- int outlen=inlen*5; ++ size_t inlen=strlen(in); ++ size_t outlen=inlen*5; + char *r=malloc(outlen+1); + char *out=r; +- int v; ++ size_t v; + + v=iconv(c,ICONV_CAST &in,&inlen,&out,&outlen); + if(v==-1) { |