Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81376 Details for
Bug 117894
libexif-0.6.13 is out
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for libexif 0.6.13
libexif-0.6.13.ebuild (text/plain), 1.24 KB, created by
Paul de Vries
on 2006-03-05 02:19:08 UTC
(
hide
)
Description:
ebuild for libexif 0.6.13
Filename:
MIME Type:
Creator:
Paul de Vries
Created:
2006-03-05 02:19:08 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.12-r4.ebuild,v 1.9 2006/02/07 20:52:55 agriffis Exp $ > >inherit eutils > >DESCRIPTION="Library for parsing, editing, and saving EXIF data" >HOMEPAGE="http://libexif.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" >IUSE="nls doc" > >DEPEND="dev-util/pkgconfig" >RDEPEND="" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/${PN}-0.6.13-doxygen.patch > > ${S}/configure > > # Fix gcc4 build ># epatch ${FILESDIR}/${P}-gcc4.patch >} > >src_compile() { > econf $(use_enable nls) $(use_enable doc) || die > emake || die >} > >src_install() { > dodir /usr/$(get_libdir) > dodir /usr/include/libexif > use nls && dodir /usr/share/locale > dodir /usr/$(get_libdir)/pkgconfig > > make DESTDIR="${D}" install || die > > #dodoc ChangeLog README > > # installs a blank directory for whatever broken reason > use nls || rm -rf ${D}/usr/share/locale > > # Keep around old lib > preserve_old_lib /usr/$(get_libdir)/libexif.so.9 >} > >pkg_postinst() { > preserve_old_lib_notify /usr/$(get_libdir)/libexif.so.9 >}
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 117894
: 81376 |
81377