Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 137771 Details for
Bug 200858
media-libs/libmp4v2-1.5.0.1 can't be configured with dev-lang/nasm-2.00
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
libmp4v2-1.5.0.1.ebuild (text/plain), 1.78 KB, created by
darklegion
on 2007-12-05 03:48:53 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
darklegion
Created:
2007-12-05 03:48:53 UTC
Size:
1.78 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libmp4v2/libmp4v2-1.5.0.1.ebuild,v 1.15 2007/11/26 02:40:59 jer Exp $ > >inherit libtool eutils > >DESCRIPTION="libmp4v2 extracted from mpeg4ip" >HOMEPAGE="http://www.mpeg4ip.net/" >SRC_URI="mirror://sourceforge/mpeg4ip/mpeg4ip-${PV}.tar.gz" > >LICENSE="MPL-1.1" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" >IUSE="" > >DEPEND="" >RDEPEND="!<media-video/mpeg4ip-1.4.1 > !<media-libs/faad2-2.0-r9" > >S=${WORKDIR}/mpeg4ip-${PV} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/libmp4v2-nasm-2.00.patch" > elibtoolize >} > >src_compile() { > touch bootstrapped > econf \ > --disable-warns-as-err \ > --disable-server \ > --disable-player \ > --disable-mp4live \ > --disable-id3tags \ > --disable-xvid \ > --disable-a52dec \ > --disable-mad \ > --disable-mpeg2dec \ > --disable-srtp \ > --disable-mp3lame \ > --disable-faac \ > --disable-ffmpeg \ > --disable-x264 \ > || die "econf failed" > > cd "${S}/lib/mp4v2" > > sed -i -e 's:SUBDIRS = . test util:SUBDIRS = .:' Makefile \ > || die "sed failed" > > emake || die "emake failed" >} > >src_install() { > cd "${S}/lib/mp4v2" > > make DESTDIR="${D}" install || die > > dodoc README INTERNALS API_CHANGES TODO > > sed -i -e 's:"mpeg4ip.h":<libmp4v2/mpeg4ip.h>:' \ > "${D}/usr/include/mp4.h" || die "sed failed" > > dodir /usr/include/libmp4v2 > > cp "${S}/include/mpeg4ip.h" "${D}/usr/include/libmp4v2/" > sed -i -e 's:mpeg4ip_config.h:libmp4v2/mpeg4ip_config.h:' \ > -e 's:"mpeg4ip_version.h":<libmp4v2/mpeg4ip_version.h>:' \ > "${D}/usr/include/libmp4v2/mpeg4ip.h" || die "sed failed" > > cp "${S}/include/mpeg4ip_version.h" "${D}/usr/include/libmp4v2/" > cp "${S}/mpeg4ip_config.h" "${D}/usr/include/libmp4v2/" >}
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 200858
:
137770
| 137771 |
137857