diff options
author | Denis Dupeyron <calchan@gentoo.org> | 2007-03-25 09:34:32 +0000 |
---|---|---|
committer | Denis Dupeyron <calchan@gentoo.org> | 2007-03-25 09:34:32 +0000 |
commit | f2ac54ac843bb6de15d9f0dce65cbf6f2abcee46 (patch) | |
tree | 941e14ad5191adb7b6a381810505d97aa2bb69ca /media-video | |
parent | Stable on ppc64; bug #172025 (diff) | |
download | gentoo-2-f2ac54ac843bb6de15d9f0dce65cbf6f2abcee46.tar.gz gentoo-2-f2ac54ac843bb6de15d9f0dce65cbf6f2abcee46.tar.bz2 gentoo-2-f2ac54ac843bb6de15d9f0dce65cbf6f2abcee46.zip |
Fixed bug #169590, thanks to Benoît-Pierre Demaine and Alexis Ballier.
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/kino/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/kino/kino-0.9.5.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/media-video/kino/ChangeLog b/media-video/kino/ChangeLog index f2c252722562..a8fdc6332e1f 100644 --- a/media-video/kino/ChangeLog +++ b/media-video/kino/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/kino # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.62 2007/03/04 19:43:51 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/ChangeLog,v 1.63 2007/03/25 09:34:32 calchan Exp $ + + 25 Mar 2007; Denis Dupeyron <calchan@gentoo.org> kino-0.9.5.ebuild: + Fixed bug #169590, thanks to Benoît-Pierre Demaine and Alexis Ballier. 04 Mar 2007; <calchan@gentoo.org> -files/kino-0.7.5-ppc.diff, -files/kino-0.8.1-alsa.patch, -files/kino-0.8.1-as-needed.patch, diff --git a/media-video/kino/kino-0.9.5.ebuild b/media-video/kino/kino-0.9.5.ebuild index b7f141ac2ad8..af65df385607 100644 --- a/media-video/kino/kino-0.9.5.ebuild +++ b/media-video/kino/kino-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.9.5.ebuild,v 1.8 2007/02/18 15:58:54 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kino/kino-0.9.5.ebuild,v 1.9 2007/03/25 09:34:32 calchan Exp $ DESCRIPTION="Kino is a non-linear DV editor for GNU/Linux" HOMEPAGE="http://www.kinodv.org/" @@ -43,6 +43,12 @@ src_unpack() { if ! use alsa ; then sed -i -e "s:HAVE_ALSA 1:HAVE_ALSA 0:" configure || die "sed failed!" fi + # Fix bug #169590 + sed -i \ + -e '/\$(LIBQUICKTIME_LIBS) \\/d' \ + -e '/^[[:space:]]*\$(SRC_LIBS)/ a\ + \$(LIBQUICKTIME_LIBS) \\' \ + src/Makefile.in } src_compile() { |