xmw         14/04/20 15:52:26

  Modified:             ChangeLog
  Added:                libfprint-0.5.1.ebuild
  Log:
  Version bump which includes previous patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.31                 sys-auth/libfprint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   15 Jan 2014 12:57:13 -0000      1.30
+++ ChangeLog   20 Apr 2014 15:52:26 -0000      1.31
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/libfprint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.30 
2014/01/15 12:57:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.31 
2014/04/20 15:52:26 xmw Exp $
+
+*libfprint-0.5.1 (20 Apr 2014)
+
+  20 Apr 2014; Michael Weber <[email protected]> +libfprint-0.5.1.ebuild:
+  Version bump which includes previous patches.
 
   15 Jan 2014; Agostino Sarubbo <[email protected]> libfprint-0.4.0.ebuild:
   Stable for alpha, wrt bug #488782



1.1                  sys-auth/libfprint/libfprint-0.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1.ebuild?rev=1.1&content-type=text/plain

Index: libfprint-0.5.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.1.ebuild,v 
1.1 2014/04/20 15:52:26 xmw Exp $

EAPI=4

inherit autotools eutils udev vcs-snapshot

MY_PV="v_${PV//./_}"
DESCRIPTION="library to add support for consumer fingerprint readers"
HOMEPAGE="http://cgit.freedesktop.org/libfprint/libfprint/";
SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> 
${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug static-libs"

RDEPEND="virtual/libusb:1
        dev-libs/nss
        || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] 
x11-libs/gdk-pixbuf )"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

src_prepare() {
        eautoreconf
}

src_configure() {
        econf \
                --with-drivers=all \
                $(use_enable debug debug-log) \
                $(use_enable static-libs static) \
                -enable-udev-rules \
                --with-udev-rules-dir=$(udev_get_udevdir)/rules.d
        # --disable-udev-rules fails 
https://bugs.freedesktop.org/show_bug.cgi?id=59076
        # $(use_enable udev udev-rules) \
}

src_install() {
        emake DESTDIR="${D}" install

        prune_libtool_files

        dodoc AUTHORS HACKING NEWS README THANKS TODO
}




Reply via email to