On 29 March 2008 20:05:45 Daniel Drake wrote:

> Vasily has some ebuilds I believe. They probably need updating now that
> I shuffled the branches around.
>
> Current libfprint might not compile against very latest libusb head
> (this pattern will repeat while things remain volatile). I think I just
> saw a patch to fix that though. I've been away for a week so have some
> catching up to do.
>
> Thanks,
> Daniel

Here's latest git ebuilds for dev-libs/libusb-1.0, sys-auth/pam_fprint, 
media-libs/libfprint

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git eutils autotools

EGIT_REPO_URI="git://projects.reactivated.net/~dsd/libfprint.git"
#EGIT_BRANCH="libusb-1.0"
#EGIT_TREE="libusb-1.0"


DESCRIPTION="libfprint"
HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint";
SRC_URI=""

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"

DEPEND="media-gfx/imagemagick
        =dev-libs/libusb-1.0.9999"

src_unpack() {
        git_src_unpack
        cd ${S}
        
        eautoreconf
}

src_compile() {
        econf || die "econf died"
        emake || die "emake died"
}

src_install() {
        emake DESTDIR="${D}" install
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git eutils autotools

EGIT_REPO_URI="git://projects.reactivated.net/~dsd/libusb.git"

DESCRIPTION="libusb-1.0"
HOMEPAGE="http://libusb.wiki.sourceforge.net/Libusb1.0";
SRC_URI=""

LICENSE="LGPL-2"
SLOT="1"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="sys-devel/libtool"

src_unpack() {
        git_src_unpack
        cd ${S}
        eautoreconf
}

src_compile() {
        econf || die "econf died"
        emake || die "emake died"
}

src_install() {
        emake DESTDIR="${D}" install
}
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EGIT_REPO_URI="git://projects.reactivated.net/~dsd/pam_fprint.git"

inherit git eutils autotools

DESCRIPTION="pam_fprint"
HOMEPAGE="http://www.reactivated.net/fprint/wiki/Pam_fprint";
SRC_URI=""

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="=media-libs/libfprint-9999
        sys-libs/pam"

src_unpack() {
        git_src_unpack
        cd "${S}"
        eautoreconf
}

src_install() {
        emake DESTDIR="${D}" install
}
_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to