Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51048 Details for
Bug 80747
xvid 1.1.0 beta1 (update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xvid-1.1.0_beta1.ebuild
xvid-1.1.0_beta1.ebuild (text/plain), 1.12 KB, created by
Thomas Galliano
on 2005-02-12 04:15:03 UTC
(
hide
)
Description:
xvid-1.1.0_beta1.ebuild
Filename:
MIME Type:
Creator:
Thomas Galliano
Created:
2005-02-12 04:15:03 UTC
Size:
1.12 KB
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/xvid/xvid-1.0.3.ebuild,v 1.2 2005/01/13 02:01:32 weeve Exp $ > >inherit eutils > >MY_P=${PN}core-${PV/_beta/-beta} >DESCRIPTION="XviD, a high performance/quality MPEG-4 video de-/encoding solution." >HOMEPAGE="http://www.xvid.org/" >SRC_URI="http://ed.gomez.free.fr/projects/${PN}-${PV/_beta/-beta}/${MY_P}.tar.bz2" >#SRC_URI="http://files.xvid.org/downloads/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="1" >KEYWORDS="~x86 ~amd64" >IUSE="doc" > >DEPEND="virtual/libc > x86? ( >=dev-lang/nasm-0.98.36 ) > amd64? ( >=dev-lang/yasm-0.4.0 ) " > >S="${WORKDIR}/${MY_P}/build/generic" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_install() { > make install DESTDIR=${D} || die > > cd ${S}/../../ > dodoc AUTHORS ChangeLog README TODO doc/* > > local mylib="$(basename $(ls ${D}/usr/$(get_libdir)/libxvidcore.so*))" > dosym ${mylib} /usr/$(get_libdir)/libxvidcore.so > dosym ${mylib} /usr/$(get_libdir)/${mylib/.1} > > if use doc ; then > dodoc CodingStyle doc/README > insinto /usr/share/doc/${PF}/examples > doins examples/* > fi >}
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 80747
:
50351
|
50352
| 51048