Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103960 Details for
Bug 152550
media-gfx/sfftobmp-3.0 missing automake dep
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
sfftobmp-3.0.ebuild.diff
sfftobmp-3.0.ebuild.diff (text/plain), 1.07 KB, created by
Jakub Moc (RETIRED)
on 2006-12-13 09:12:15 UTC
(
hide
)
Description:
sfftobmp-3.0.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2006-12-13 09:12:15 UTC
Size:
1.07 KB
patch
obsolete
>--- sfftobmp-3.0.ebuild 2006-08-07 02:39:03.000000000 +0200 >+++ sfftobmp-3.0.ebuild 2006-12-13 18:06:46.000000000 +0100 >@@ -1,6 +1,11 @@ > # Copyright 1999-2006 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sfftobmp/sfftobmp-3.0.ebuild,v 1.7 2006/08/07 00:15:37 blubb Exp $ >+# $Header: $ >+ >+WANT_AUTOCONF="latest" >+WANT_AUTOMAKE="latest" >+ >+inherit autotools > > MY_P=${PN}_${PV/./_} > S=${WORKDIR}/${MY_P} >@@ -14,22 +19,22 @@ > LICENSE="as-is" > KEYWORDS="amd64 ~hppa ppc x86" > >-RDEPEND="virtual/libc >- >=dev-libs/boost-1.31.0 >+RDEPEND=">=dev-libs/boost-1.31.0 > media-libs/tiff > media-libs/jpeg" > > DEPEND="${RDEPEND} >- >=sys-devel/autoconf-2.59 > app-arch/unzip" > > src_unpack() { > unpack ${A} >- cd $S >+ cd "${S}" > sed -i -e "s:#include <iostream>:&\n#include <cerrno>\n:" \ > src/common.cpp || die >+ eautoreconf > } >+ > src_install() { >- make DESTDIR=${D} install || die >- dodoc doc/{changes,copying,credits,notes,readme} >+ emake DESTDIR="${D}" install || die >+ dodoc doc/{changes,credits,notes,readme} > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152550
: 103960