* [gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: ChangeLog libfprint-0.5.0-r1.ebuild
@ 2013-05-07 11:29 Peter Volkov (pva)
0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2013-05-07 11:29 UTC (permalink / raw
To: gentoo-commits
pva 13/05/07 11:29:08
Modified: ChangeLog
Added: libfprint-0.5.0-r1.ebuild
Log:
Backported from upstream support for 147e:2020 devices.
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key F1989B07)
Revision Changes Path
1.22 sys-auth/libfprint/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 7 May 2013 10:59:41 -0000 1.21
+++ ChangeLog 7 May 2013 11:29:07 -0000 1.22
@@ -1,6 +1,12 @@
# ChangeLog for sys-auth/libfprint
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.21 2013/05/07 10:59:41 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.22 2013/05/07 11:29:07 pva Exp $
+
+*libfprint-0.5.0-r1 (07 May 2013)
+
+ 07 May 2013; Peter Volkov <pva@gentoo.org> +libfprint-0.5.0-r1.ebuild,
+ +files/libfprint-0.5.0-support-147e_2020.patch:
+ Backported from upstream support for 147e:2020 devices.
07 May 2013; Peter Volkov <pva@gentoo.org> libfprint-0.5.0.ebuild,
+files/libfprint-0.5.0-automake-1.13.patch:
1.1 sys-auth/libfprint/libfprint-0.5.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild?rev=1.1&content-type=text/plain
Index: libfprint-0.5.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild,v 1.1 2013/05/07 11:29:08 pva 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() {
epatch "${FILESDIR}/${P}-automake-1.13.patch"
epatch "${FILESDIR}/${P}-support-147e_2020.patch"
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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: ChangeLog libfprint-0.5.0-r1.ebuild
@ 2014-05-13 9:16 JosA MarAa Alonso (nimiux)
0 siblings, 0 replies; 2+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2014-05-13 9:16 UTC (permalink / raw
To: gentoo-commits
nimiux 14/05/13 09:16:17
Modified: ChangeLog libfprint-0.5.0-r1.ebuild
Log:
Stable for amd64 wrt bug #502924
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Revision Changes Path
1.35 sys-auth/libfprint/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 6 May 2014 02:42:34 -0000 1.34
+++ ChangeLog 13 May 2014 09:16:16 -0000 1.35
@@ -1,6 +1,9 @@
# 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.34 2014/05/06 02:42:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.35 2014/05/13 09:16:16 nimiux Exp $
+
+ 13 May 2014; Chema Alonso <nimiux@gentoo.org> libfprint-0.5.0-r1.ebuild:
+ Stable for amd64 wrt bug #502924
06 May 2014; Patrick Lauer <patrick@gentoo.org>
-files/libfprint-0.5.1-add-vfs5011-driver.patch, libfprint-0.5.1-r1.ebuild:
1.2 sys-auth/libfprint/libfprint-0.5.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild?r1=1.1&r2=1.2
Index: libfprint-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libfprint-0.5.0-r1.ebuild 7 May 2013 11:29:08 -0000 1.1
+++ libfprint-0.5.0-r1.ebuild 13 May 2014 09:16:16 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.0-r1.ebuild,v 1.1 2013/05/07 11:29:08 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.5.0-r1.ebuild,v 1.2 2014/05/13 09:16:16 nimiux Exp $
EAPI=4
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug static-libs"
RDEPEND="virtual/libusb:1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-13 9:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 9:16 [gentoo-commits] gentoo-x86 commit in sys-auth/libfprint: ChangeLog libfprint-0.5.0-r1.ebuild JosA MarAa Alonso (nimiux)
-- strict thread matches above, loose matches on Subject: below --
2013-05-07 11:29 Peter Volkov (pva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox