Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: mkvtoolnix-4.3.0.ebuild
Date: Fri, 01 Oct 2010 23:13:00
Message-Id: 20101001231255.186E220051@flycatcher.gentoo.org
1 beandog 10/10/01 23:12:55
2
3 Modified: mkvtoolnix-4.3.0.ebuild
4 Log:
5 Require flac support
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild?r1=1.1&r2=1.2
14
15 Index: mkvtoolnix-4.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mkvtoolnix-4.3.0.ebuild 1 Oct 2010 23:08:30 -0000 1.1
22 +++ mkvtoolnix-4.3.0.ebuild 1 Oct 2010 23:12:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild,v 1.1 2010/10/01 23:08:30 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-4.3.0.ebuild,v 1.2 2010/10/01 23:12:54 beandog Exp $
28
29 EAPI="1"
30 inherit wxwidgets autotools
31 @@ -12,7 +12,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
35 -IUSE="bzip2 debug flac lzo wxwidgets"
36 +IUSE="bzip2 debug lzo wxwidgets"
37
38 RDEPEND="
39 >=dev-libs/libebml-1.0.0
40 @@ -24,7 +24,6 @@
41 sys-apps/file
42 sys-libs/zlib
43 bzip2? ( app-arch/bzip2 )
44 - flac? ( media-libs/flac )
45 lzo? ( dev-libs/lzo )
46 wxwidgets? ( x11-libs/wxGTK:2.8 )
47 "
48 @@ -50,7 +49,6 @@
49 $(use_enable bzip2 bz2) \
50 $(use_enable wxwidgets) \
51 $(use_enable debug) \
52 - $(use_with flac) \
53 --disable-qt \
54 ${myconf} \
55 --with-boost-regex=boost_regex \