diff options
author | Tom Martin <slarti@gentoo.org> | 2004-07-13 08:46:17 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-07-13 08:46:17 +0000 |
commit | 68d1ce830deaf91838b290e38c2778215fb8fb02 (patch) | |
tree | 424a6c96475d2025b7b8b8270aaa38608676af9a /media-video/dvdauthor | |
parent | x11-plugins/wmapmload-0.3.3 stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-68d1ce830deaf91838b290e38c2778215fb8fb02.tar.gz gentoo-2-68d1ce830deaf91838b290e38c2778215fb8fb02.tar.bz2 gentoo-2-68d1ce830deaf91838b290e38c2778215fb8fb02.zip |
Fixed epatch lines to close bug 56870, renamed that gcc34 patch to be consistent with the patch naming policy.
Diffstat (limited to 'media-video/dvdauthor')
-rw-r--r-- | media-video/dvdauthor/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/dvdauthor/dvdauthor-0.6.10.ebuild | 6 | ||||
-rw-r--r-- | media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch | 10 |
3 files changed, 20 insertions, 4 deletions
diff --git a/media-video/dvdauthor/ChangeLog b/media-video/dvdauthor/ChangeLog index 8d57a458c8ad..720e1da1f2dd 100644 --- a/media-video/dvdauthor/ChangeLog +++ b/media-video/dvdauthor/ChangeLog @@ -1,6 +1,12 @@ # 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.13 2004/07/10 15:35:37 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.14 2004/07/13 08:46:17 slarti Exp $ + + 13 Jul 2004; Tom Martin <slarti@gentoo.org> dvdauthor-0.6.10.ebuild, + files/0.6.10-gcc34.patch: + Changed epatch lines from ${PV} to ${P} so that the 64bit-utf8 patch would + apply. Renamed 0.6.10-gcc34.patch -> dvdauthor-0.6.10-gcc34.patch for + consistency. Thanks for the heads up kumquat (bug 56870). 10 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> +files/dvdauthor-0.6.10-utf8.patch, dvdauthor-0.6.10.ebuild: diff --git a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild index 34db6a6827c9..f0599679d1ab 100644 --- a/media-video/dvdauthor/dvdauthor-0.6.10.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.6.10.ebuild @@ -1,6 +1,6 @@ # 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.5 2004/07/10 15:35:37 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.10.ebuild,v 1.6 2004/07/13 08:46:17 slarti Exp $ inherit eutils 64-bit @@ -20,8 +20,8 @@ DEPEND="media-libs/libdvdread src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-gcc34.patch - 64-bit && epatch ${FILESDIR}/${PV}-utf8.patch + epatch ${FILESDIR}/${P}-gcc34.patch + 64-bit && epatch ${FILESDIR}/${P}-utf8.patch } src_install() { diff --git a/media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch b/media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch new file mode 100644 index 000000000000..360289e03b62 --- /dev/null +++ b/media-video/dvdauthor/files/dvdauthor-0.6.10-gcc34.patch @@ -0,0 +1,10 @@ +--- src/dvdvob.c.orig 2004-05-18 14:47:22.102601912 -0400 ++++ src/dvdvob.c 2004-05-18 14:47:33.434879144 -0400 +@@ -1149,6 +1149,7 @@ + fprintf(stderr,"\n"); + ach->audpts[ach->numaudpts-1].pts[1]=pts0; + noshow: ++; + } + ach->audpts[ach->numaudpts].pts[0]=pts0; + ach->audpts[ach->numaudpts].pts[1]=pts1; |