Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515680 - app-crypt/eid-mw-4.0.6 version bump
Summary: app-crypt/eid-mw-4.0.6 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2014-06-29 17:13 UTC by Vincent Hardy
Modified: 2014-07-10 14:54 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild of eid-mw-4.0.6 (eid-mw-4.0.6_p1480.ebuild,1.69 KB, text/plain)
2014-06-29 17:22 UTC, Vincent Hardy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hardy 2014-06-29 17:13:53 UTC
Newer identity cards need a new version of eid-mw

Reproducible: Always
Comment 1 Vincent Hardy 2014-06-29 17:22:53 UTC
Created attachment 379932 [details]
ebuild of eid-mw-4.0.6

I only changed SRC_URI line in this new ebuild.

Known issue : do not change gtk use flag or eid-mw no longer compile
(-> http://code.google.com/p/eid-mw/issues/detail?id=122)

Sven, can you commit this ebuild ?
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-06-30 04:38:40 UTC
Comment on attachment 379932 [details]
ebuild of eid-mw-4.0.6

--- eid-mw-4.0.4_p1253.ebuild   2014-03-07 16:24:12.000000000 +0100
+++ -   2014-06-30 06:38:29.258292254 +0200
@@ -12,7 +12,7 @@
        SRC_URI=""
 else
        MY_P="${PN}-${PV/_p/-}"
-       SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}_tcm406-178475.tgz"
+       SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.tar_tcm406-250016.gz -> ${MY_P}.tar.gz"
        KEYWORDS="~x86 ~amd64"
        S="${WORKDIR}/eid-mw-$(get_version_component_range 1-3)"
 fi
Comment 3 Vincent Hardy 2014-06-30 10:17:56 UTC
(In reply to Vincent Hardy from comment #1)
> Known issue : do not change gtk use flag or eid-mw no longer compile
> (-> http://code.google.com/p/eid-mw/issues/detail?id=122)
> 
fixed in current svn :
https://code.google.com/p/eid-mw/source/detail?r=1502
Comment 4 Vincent Hardy 2014-07-01 15:46:26 UTC
(In reply to Vincent Hardy from comment #3)
> (In reply to Vincent Hardy from comment #1)
> > Known issue : do not change gtk use flag or eid-mw no longer compile
> > (-> http://code.google.com/p/eid-mw/issues/detail?id=122)
> > 
> fixed in current svn :
> https://code.google.com/p/eid-mw/source/detail?r=1502

patch to fix this bug in 4.0.6 sources :

Index: cardlayer/src/pinpadlib.h
===================================================================
--- cardlayer/src/pinpadlib.h	(revision 1501)
+++ cardlayer/src/pinpadlib.h	(revision 1502)
@@ -43,13 +43,14 @@
 #endif
 #ifndef NO_DIALOGS
 #include "../dialogs/src/dialogs.h"
+#endif
 #ifdef __APPLE__
 typedef void* BEID_DIALOGHANDLE;
 #else
 typedef unsigned long BEID_DIALOGHANDLE;
 #endif
-#endif
 
+
 namespace eIDMW
 {
 #ifdef EIDMW_PF_EXPORT
Comment 5 Sven Vermeulen (RETIRED) gentoo-dev 2014-07-09 19:06:22 UTC
@Vincent, I'm not sure what to do here.

Wouldn't you first need to add the patch to the ebuild?
Comment 6 Vincent Hardy 2014-07-10 10:21:30 UTC
(In reply to Sven Vermeulen from comment #5)
> @Vincent, I'm not sure what to do here.
> 
> Wouldn't you first need to add the patch to the ebuild?

I sent all (full ebuild + patch) to your gmail box (6 july)
Comment 7 Sven Vermeulen (RETIRED) gentoo-dev 2014-07-10 14:54:49 UTC
Indeed. The files are committed.

For future reference, it might be better to use the attachments in bugzilla and reassign the bug to proxy-maint@g.o so that anyone of the proxy maintainers know that some action is required on their/our part.