diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-22 20:14:40 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-02-22 20:14:40 +0000 |
commit | ccd54d06fdc64a6679e97c2cdce95a19119ffdc1 (patch) | |
tree | af44f144dc4ba2f9c596c1861f93b5099a6cc7b5 /app-cdr | |
parent | fixed bug #82707 (diff) | |
download | gentoo-2-ccd54d06fdc64a6679e97c2cdce95a19119ffdc1.tar.gz gentoo-2-ccd54d06fdc64a6679e97c2cdce95a19119ffdc1.tar.bz2 gentoo-2-ccd54d06fdc64a6679e97c2cdce95a19119ffdc1.zip |
Temporary fix to allow disabling flac, related to #82558.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/k3b/k3b-0.11.19.ebuild | 5 | ||||
-rw-r--r-- | app-cdr/k3b/k3b-0.11.20.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-cdr/k3b/k3b-0.11.19.ebuild b/app-cdr/k3b/k3b-0.11.19.ebuild index 681e223a6fa6..d9a366ff3f3e 100644 --- a/app-cdr/k3b/k3b-0.11.19.ebuild +++ b/app-cdr/k3b/k3b-0.11.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.19.ebuild,v 1.4 2005/02/22 18:20:57 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.19.ebuild,v 1.5 2005/02/22 20:14:40 greg_g Exp $ inherit kde eutils @@ -60,6 +60,9 @@ src_compile() { local myconf="--enable-libsuffix= $(use_with kde k3bsetup) \ --with-external-libsamplerate" + # it is important to disable flac for bug #82558. + use flac || export ac_cv_lib_FLAC_FLAC__seekable_stream_decoder_process_single="no" + # Build process of K3B kde_src_compile diff --git a/app-cdr/k3b/k3b-0.11.20.ebuild b/app-cdr/k3b/k3b-0.11.20.ebuild index 745114b88775..68439f0ae078 100644 --- a/app-cdr/k3b/k3b-0.11.20.ebuild +++ b/app-cdr/k3b/k3b-0.11.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.20.ebuild,v 1.2 2005/02/22 18:20:57 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-0.11.20.ebuild,v 1.3 2005/02/22 20:14:40 greg_g Exp $ inherit kde eutils @@ -60,6 +60,9 @@ src_compile() { local myconf="--enable-libsuffix= $(use_with kde k3bsetup) \ --with-external-libsamplerate" + # it is important to disable flac for bug #82558. + use flac || export ac_cv_lib_FLAC_FLAC__seekable_stream_decoder_process_single="no" + # Build process of K3B kde_src_compile |