Hi, Well i think im on the roll, since i was to lazy last time to check existence of ccid ebuild, now i checked and rechecked and im sure this one doesnt exist ( or am i wrong again :P ). Reproducible: Always Steps to Reproduce: 1. 2. 3. ANT is a desktop ISDN telephony application written for GNU/Linux. It supports OSS (Open Sound System) and I4L (ISDN4Linux). Its user interface was made for GTK+ 2.x (GIMP toolkit). It directly interfaces OSS and ISDN devices, so there is no need to install extra software or hardware like PBX (Private Branch Exchange) or telephony cards, if you've got direct access to an audio capable ISDN card (teles or HiSax chipset, e.g. AVM Fritz Card) and a full duplex soundcard or two sound devices. I guess someone will find this application interesting ( in teh world of trade theres a saying: "every product has its customer" ). Cheers, Daniel
Created attachment 61998 [details] Ant-Phone ebuild file. Nope, no comment to add.
Created attachment 61999 [details] Quick fix and inherit kernel-mod option added. Yeah i was too hasty with above ebuild, i missed to insert inherit option for kernel-mod testing, Fixed now, working fine !!
Please use linux-mod instead of kernel-mod Also, do you know if there is something like that for capi and alsa and not for the both obselete oss and i4l?
(In reply to comment #3) > Please use linux-mod instead of kernel-mod > Also, do you know if there is something like that for capi and alsa and not for > the both obselete oss and i4l? Ah yes, it works fine with alsa's ossemul ( CONFIG_SND_OSSEMUL ), so they claim on their web page. As far as capi is concerned it works with that aswell at least through AVM CAPI 2.0 driver. Ill mod the ebuild for testing of both, and add suggested changes in inherit options right away.
Created attachment 62005 [details] New functions added. Added new function which tests for CAPI interface in kernel, also changed kernel-mod to linux-mod as suggested.
Created attachment 62010 [details] ebuild syntax fix ( pkg_setup part ) Fixed the kernel module testing syntax in pgk_setup variable.
Created attachment 62013 [details] Yeah yet another syntax fix. changed inherit options to kernel-mod again since linux-mod reported missing modules even though they were enabled ( maybe im doing it wrongly ). Added a simple einfo if CAPI and/or I4L are found enabled in kernel. Wanted to add some other functions but that would be too much.
Created attachment 62015 [details] pkg_postinst variable fix ( it was pkg_postinstall ) named pkg_postinst variable as pkg_postinstall, so i changed it now. It's late and im tired thats why there are so many fixes in such a small time span. I swear this is the last syntax fix !
Created attachment 62116 [details] Added additional dependency to ebuild. After running ant-phone executable it objected about /etc/isdn/isdn.conf not being there, so i added net-dialup/isdn4k-utils to DEPEND to fix that.
I wonder why you switched back to kernel-mod .. its linux-info/-mod what we use in gentoo today. Oh, and you should use RDEPEND for runtime deps. Do you use ant-phone yourself? Does it work for you?
Created attachment 62609 [details] YAX ( Yet Another Fix ) Hi, Made proposed changes. I can't get ISDN (HCF-PCI - cologne chipset ) device to work so i cant get ant-phone to start, ill recompile the kernel later on this week and try again.
Created attachment 62616 [details] ant-phone-0.1.9.ebuild Sane ebuild for you to test :) It would make more sense to post unified diffs (diff -u old new) instead of full files.
According to new homepage, project was discontinued. Closing this as OBSOLETE