Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77814 Details for
Bug 115628
ebuild x264-svn fails to build libx264.so library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x264-svn-20051004-r2.ebuild
x264-svn-20051004-r2.ebuild (text/plain), 945 bytes, created by
Matteo Azzali (RETIRED)
on 2006-01-22 05:50:49 UTC
(
hide
)
Description:
x264-svn-20051004-r2.ebuild
Filename:
MIME Type:
Creator:
Matteo Azzali (RETIRED)
Created:
2006-01-22 05:50:49 UTC
Size:
945 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/x264-svn/x264-svn-20051004-r1.ebuild,v 1.4 2005/10/26 13:52:45 zypher Exp $ > >inherit multilib eutils > >IUSE="debug threads" > >DESCRIPTION="A free libary for encoding X264/AVC streams." >HOMEPAGE="http://developers.videolan.org/x264.html" >SRC_URI="mirror://gentoo/${P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="-* ~x86 ~amd64" > >RDEPEND="" >DEPEND="${RDEPEND} > amd64? ( dev-lang/yasm ) > x86? ( dev-lang/nasm )" > >S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > epatch "${FILESDIR}/x264-svn-sobuild.patch" >} > >src_compile() { > ./configure --prefix=/usr \ > --libdir=/usr/$(get_libdir) \ > $(use_enable debug) \ > $(use_enable threads pthread) \ > || die "configure failed" > emake -j1 || die "make failed" >} > >src_install() { > make DESTDIR="${D}" install || die > dodoc AUTHORS TODO COPYING >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 115628
:
77812
| 77814