Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56613
Collapse All | Expand All

(-)ffmpeg-0.4.8.20040322-r1.ebuild (-5 / +4 lines)
Lines 8-17 Link Here
8
8
9
DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec."
9
DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec."
10
HOMEPAGE="http://ffmpeg.sourceforge.net/"
10
HOMEPAGE="http://ffmpeg.sourceforge.net/"
11
PDATE=${PV##*.}
11
MY_PV=${P/_/-}
12
MY_PV=${PV%.*}
12
S=${WORKDIR}/${MY_PV}
13
S=${WORKDIR}/${PN}-${PDATE}
13
SRC_URI="http://easynews.dl.sourceforge.net/sourceforge/ffmpeg/${MY_PV}.tar.gz"
14
SRC_URI="http://download.videolan.org/pub/videolan/vlc/0.7.1/contrib/ffmpeg-${PDATE}.tar.bz2"
15
14
16
LICENSE="LGPL-2"
15
LICENSE="LGPL-2"
17
SLOT="0"
16
SLOT="0"
Lines 54-60 Link Here
54
53
55
	local myconf
54
	local myconf
56
	#myconf="${myconf} --disable-opts --enable-pp --enable-shared-pp"
55
	#myconf="${myconf} --disable-opts --enable-pp --enable-shared-pp"
57
	myconf="${myconf} --disable-opts --enable-pp"
56
	myconf="${myconf} --disable-opts --enable-pp --enable-gpl"
58
	use mmx || myconf="${myconf} --disable-mmx"
57
	use mmx || myconf="${myconf} --disable-mmx"
59
	use encode && myconf="${myconf} --enable-mp3lame"
58
	use encode && myconf="${myconf} --enable-mp3lame"
60
	use oggvorbis && myconf="${myconf} --enable-vorbis"
59
	use oggvorbis && myconf="${myconf} --enable-vorbis"

Return to bug 56613