Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267884 - sys-apps/pcsc-ctapi-wrapper: New ebuilds
Summary: sys-apps/pcsc-ctapi-wrapper: New ebuilds
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 15:04 UTC by Marcel Pennewiß
Modified: 2012-07-25 15:22 UTC (History)
1 user (show)

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


Attachments
Changelog (ChangeLog,908 bytes, text/plain)
2009-04-29 15:04 UTC, Marcel Pennewiß
Details
Manifest (Manifest,1.60 KB, text/plain)
2009-04-29 15:05 UTC, Marcel Pennewiß
Details
Metadata (metadata.xml,825 bytes, text/plain)
2009-04-29 15:05 UTC, Marcel Pennewiß
Details
pcsc-ctapi-wrapper-0.3.ebuild (pcsc-ctapi-wrapper-0.3.ebuild,698 bytes, text/plain)
2009-04-29 15:06 UTC, Marcel Pennewiß
Details
pcsc-ctapi-wrapper-0.4_pre1.ebuild (pcsc-ctapi-wrapper-0.4_pre1.ebuild,2.38 KB, text/plain)
2009-04-29 15:07 UTC, Marcel Pennewiß
Details
pcsc-ctapi-wrapper-0.3-Makefile.patch (pcsc-ctapi-wrapper-0.3-Makefile.patch,1.31 KB, patch)
2009-04-29 15:07 UTC, Marcel Pennewiß
Details | Diff
pcsc-ctapi-wrapper-0.4_pre1.patch (pcsc-ctapi-wrapper-0.4_pre1.patch,549 bytes, patch)
2009-04-29 15:07 UTC, Marcel Pennewiß
Details | Diff
pcsc-ctapi-wrapper-0.4_pre1-Makefile.patch (pcsc-ctapi-wrapper-0.4_pre1-Makefile.patch,1.89 KB, patch)
2009-04-29 15:08 UTC, Marcel Pennewiß
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Pennewiß 2009-04-29 15:04:22 UTC
New Ebuilds for pcsc-ctapi-wrapper: A wrapper library for using smartcard readers that support PCSC only (e.g. SCR24x) with any application that supports CTAPI.

Reproducible: Always
Comment 1 Marcel Pennewiß 2009-04-29 15:04:52 UTC
Created attachment 189840 [details]
Changelog
Comment 2 Marcel Pennewiß 2009-04-29 15:05:10 UTC
Created attachment 189841 [details]
Manifest
Comment 3 Marcel Pennewiß 2009-04-29 15:05:32 UTC
Created attachment 189843 [details]
Metadata
Comment 4 Marcel Pennewiß 2009-04-29 15:06:11 UTC
Created attachment 189844 [details]
pcsc-ctapi-wrapper-0.3.ebuild

Version 0.3
Comment 5 Marcel Pennewiß 2009-04-29 15:07:01 UTC
Created attachment 189845 [details]
pcsc-ctapi-wrapper-0.4_pre1.ebuild

version 0.4(pre1) build with patches from sourceforge (see Changelog)
Comment 6 Marcel Pennewiß 2009-04-29 15:07:28 UTC
Created attachment 189846 [details, diff]
pcsc-ctapi-wrapper-0.3-Makefile.patch
Comment 7 Marcel Pennewiß 2009-04-29 15:07:50 UTC
Created attachment 189847 [details, diff]
pcsc-ctapi-wrapper-0.4_pre1.patch
Comment 8 Marcel Pennewiß 2009-04-29 15:08:41 UTC
Created attachment 189849 [details, diff]
pcsc-ctapi-wrapper-0.4_pre1-Makefile.patch
Comment 9 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-29 15:13:52 UTC
Please don't add people to CC if you cannot assign bugs yourself. thx
Comment 10 Elias Probst 2012-07-25 15:14:08 UTC
pcsc-lite is a buildtime, not a runtime dependency.
Without having pscs-lite installed, the build will fail with this error:

make -j4 DESTDIR=/var/tmp/portage/sys-apps/pcsc-ctapi-wrapper-0.4_pre1/image/ install 
gcc -march=core2 -O2 -pipe -ggdb -Wall -I /usr/include/PCSC/ -fPIC -D_REENTRANT -c -fPIC pcsc-ctapi-wrapper.c
pcsc-ctapi-wrapper.c:31:48: fatal error: wintypes.h: No such file or directory
compilation terminated.
make: *** [pcsc-ctapi-wrapper.o] Error 1
Comment 11 Elias Probst 2012-07-25 15:22:27 UTC
Sorry, ignore comment#10… pcsc-lite just wasn't pulled in because I still used 'ebuild' while testing instead of 'emerge'.

(In reply to comment #10)
> pcsc-lite is a buildtime, not a runtime dependency.
> Without having pscs-lite installed, the build will fail with this error:
> 
> make -j4
> DESTDIR=/var/tmp/portage/sys-apps/pcsc-ctapi-wrapper-0.4_pre1/image/ install 
> gcc -march=core2 -O2 -pipe -ggdb -Wall -I /usr/include/PCSC/ -fPIC
> -D_REENTRANT -c -fPIC pcsc-ctapi-wrapper.c
> pcsc-ctapi-wrapper.c:31:48: fatal error: wintypes.h: No such file or
> directory
> compilation terminated.
> make: *** [pcsc-ctapi-wrapper.o] Error 1