On 10/09/2015 08:52 PM, Michael Palimaka wrote:
> commit:     8db5c61ec2b1d9d5b37f1b14434f32342b4f0803
> Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
> AuthorDate: Fri Oct  9 18:50:13 2015 +0000
> Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
> CommitDate: Fri Oct  9 18:51:51 2015 +0000
> URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db5c61e
> 
> media-sound/karlyriceditor: version bump
> 
> Package-Manager: portage-2.2.20.1
> 

[...]

> diff --git a/media-sound/karlyriceditor/karlyriceditor-1.11.ebuild 
> b/media-sound/karlyriceditor/karlyriceditor-1.11.ebuild
> new file mode 100644
> index 0000000..358c3c9
> --- /dev/null
> +++ b/media-sound/karlyriceditor/karlyriceditor-1.11.ebuild
> @@ -0,0 +1,37 @@
> +# Copyright 1999-2015 Gentoo Foundation
> +# Distributed under the terms of the GNU General Public License v2
> +# $Id$
> +
> +EAPI=5
> +
> +inherit eutils qt4-r2
> +
> +DESCRIPTION="Application to edit and synchronize lyrics with karaoke songs 
> in various formats"
> +HOMEPAGE="http://www.ulduzsoft.com/linux/karaoke-lyrics-editor/";
> +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
> +
> +LICENSE="GPL-3+"
> +SLOT="0"
> +KEYWORDS="~amd64 ~x86"
> +IUSE="libav"
> +
> +RDEPEND="
> +     dev-libs/openssl:0
> +     dev-qt/qtcore:4
> +     dev-qt/qtgui:4
> +     media-libs/libsdl

This is missing the 'sound' USE flag on libsdl.

> +     libav? ( media-video/libav:= )
> +     !libav? ( media-video/ffmpeg:= )
> +"
> +DEPEND="${RDEPEND}
> +     virtual/pkgconfig
> +"
> +

[...]


Reply via email to