Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306643 Details for
Bug 385295
media-libs/libdlna-0.2.3 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libdlna-0.2.4.ebuild
libdlna-0.2.4.ebuild (text/plain), 997 bytes, created by
Sal Gonzalez
on 2012-03-25 20:48:22 UTC
(
hide
)
Description:
libdlna-0.2.4.ebuild
Filename:
MIME Type:
Creator:
Sal Gonzalez
Created:
2012-03-25 20:48:22 UTC
Size:
997 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libdlna/libdlna-0.2.3.ebuild,v 1.3 2011/11/11 12:36:39 aballier Exp $ > >EAPI=4 >inherit eutils multilib > >DESCRIPTION="A reference open-source implementation of DLNA (Digital Living Network Alliance) standards." >HOMEPAGE="http://libdlna.geexbox.org" >SRC_URI="http://libdlna.geexbox.org/releases/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=">=virtual/ffmpeg-0.6.90" >RDEPEND="${DEPEND}" > >src_configure() { > # I can't use econf > # --host is not implemented in ./configure file > ./configure \ > --prefix=/usr \ > --libdir=/usr/$(get_libdir) \ > --disable-static \ > || die "./configure failed" >} > >src_compile() { > # not parallel safe, error "cannot find -ldlna" > emake -j1 || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > dodoc README AUTHORS ChangeLog || die >}
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 385295
:
288499
|
288501
|
302089
|
303359
|
303361
|
303363
|
303365
|
303367
|
303369
| 306643