1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/Attic/x264-encoder-0.0.20110426.ebuild,v 1.3 2011/08/19 16:37:27 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/x264-encoder/Attic/x264-encoder-0.0.20110426.ebuild,v 1.4 2011/08/19 18:06:51 hwoarang Exp $ |
4 | |
4 | |
5 | EAPI=2 |
5 | EAPI=2 |
6 | inherit eutils multilib toolchain-funcs versionator |
6 | inherit eutils multilib toolchain-funcs versionator |
7 | |
7 | |
8 | MY_P=x264-snapshot-$(get_version_component_range 3)-2245 |
8 | MY_P=x264-snapshot-$(get_version_component_range 3)-2245 |
… | |
… | |
11 | HOMEPAGE="http://www.videolan.org/developers/x264.html" |
11 | HOMEPAGE="http://www.videolan.org/developers/x264.html" |
12 | SRC_URI="http://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" |
12 | SRC_URI="http://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" |
13 | |
13 | |
14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
15 | SLOT="0" |
15 | SLOT="0" |
16 | KEYWORDS="~alpha ~amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" |
16 | KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" |
17 | IUSE="debug ffmpeg +mp4 +threads" |
17 | IUSE="debug ffmpeg +mp4 +threads" |
18 | |
18 | |
19 | RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 ) |
19 | RDEPEND="mp4? ( >=media-video/gpac-0.4.1_pre20060122 ) |
20 | ~media-libs/x264-${PV} |
20 | ~media-libs/x264-${PV} |
21 | ffmpeg? ( virtual/ffmpeg )" |
21 | ffmpeg? ( virtual/ffmpeg )" |