Package Details: libftd2xx 1.4.33-1

Git Clone URL: https://aur.archlinux.org/libftd2xx.git (read-only, click to copy)
Package Base: libftd2xx
Description: Library that allows a direct access to a USB FTDI2XX chip based device
Upstream URL: http://www.ftdichip.com/
Licenses: proprietary
Submitter: None
Maintainer: gmy (AscendLiu)
Last Packager: AscendLiu
Votes: 49
Popularity: 0.78
First Submitted: 2009-01-16 02:21 (UTC)
Last Updated: 2025-03-23 06:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

winksaville commented on 2017-09-12 22:01 (UTC)

The patch below updates this for version 1.4.6 of the D2XX driver and also adds Joule GPS+ idProduct "6015" to 55-ft2232.rules $ git diff 55-ft2232.rules PKGBUILD diff --git a/55-ft2232.rules b/55-ft2232.rules index 527296b..f05dc78 100755 --- a/55-ft2232.rules +++ b/55-ft2232.rules @@ -3,5 +3,6 @@ ACTION!="add", GOTO="ft2232_rules_end" ATTRS{idVendor}=="0403", ATTRS{idProduct}=="cff8", MODE="0666", GROUP="tty" ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", MODE="0666", GROUP="tty" +ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015", MODE="0666", GROUP="tty" LABEL="ft2232_rules_end" diff --git a/PKGBUILD b/PKGBUILD index 3158a95..d26254d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Olivier EBLE <olivier.eble at gmail com> # Contributor: Laszlo Papp <djszapi2 at gmail com> pkgname=libftd2xx -pkgver=1.3.6 +pkgver=1.4.6 pkgrel=1 pkgdesc="Library that allows a direct access to a USB FTDI2XX chip based device" arch=('i686' 'x86_64') @@ -17,12 +17,12 @@ options=(!strip staticlibs) if [ "${CARCH}" == "i686" ]; then source=(http://www.ftdichip.com/Drivers/D2XX/Linux/${pkgname}-i386-${pkgver}.tgz 55-ft2232.rules) - md5sums=('e75bfff2387af14a5ca0904d311a592a' + md5sums=('af99e23216acda30ca137c558cd15864' '5c6d646c3c5b28db1c3b880a04d4d79c') else source=(http://www.ftdichip.com/Drivers/D2XX/Linux/${pkgname}-x86_64-${pkgver}.tgz 55-ft2232.rules) - md5sums=('ef66927b5e9748c08b46ab7d7124b764' + md5sums=('3140665d50b326a54e281cf1c465ca3c' '5c6d646c3c5b28db1c3b880a04d4d79c') fi

aLostEngineer commented on 2015-10-30 14:36 (UTC)

I've taken ownership and updated to the latest version. I've also decided to install and keep the static library file (libftd2xx.a) in case it's used in some cases. Let me know if there are any issues!

kyak commented on 2015-10-23 15:40 (UTC)

I'm not using this package any more. Feel free to adopt.

goodmen commented on 2015-03-23 08:21 (UTC)

arch=('i686' 'x86_64') there should be no comma between 'i686' and 'x86_64'

kyak commented on 2013-04-06 15:32 (UTC)

Changed libusb->libusbx in depends

hatred commented on 2012-12-11 00:26 (UTC)

@kyak, no problems, you are welcome :-)

kyak commented on 2012-12-10 15:39 (UTC)

Nice catch, guys! @hatred, i just adopted your changes. I hope i did it right, since i'm on x86_64 and can't test. Thanks for the hint.

hatred commented on 2012-12-10 00:58 (UTC)

@gm99 Heh, libftd compile only for i386. You can modify PKGBUILD like: 1. before 'package()' add next two line: _CARCH=${CARCH} [ "${CARCH}" == "i686" ] && _CARCH=i386 2. replace all entries of '${CARCH}' inside 'package()' to '${_CARCH}' 3. save and call 'makepkg'

<deleted-account> commented on 2012-12-09 18:26 (UTC)

Hi kyak, version 1,1.12-0 doen't compile. Here is my log: ==> Making package: libftd2xx 1.1.12-0 (Sun Dec 9 15:46:04 CET 2012) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving Sources... -> Downloading libftd2xx1.1.12.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 928k 100 928k 0 0 284k 0 0:00:03 0:00:03 --:--:-- 288k -> Found 55-ft2232.rules ==> Validating source files with md5sums... libftd2xx1.1.12.tar.gz ... Passed 55-ft2232.rules ... Passed ==> Extracting Sources... -> Extracting libftd2xx1.1.12.tar.gz with bsdtar ==> Starting package()... install: cannot stat '/root/AUR/libftd2xx/src/release/build/i686/libftd2xx.so.1.1.12': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... Any hints are welcome. Thank you for your help.

lxuyrbwy commented on 2012-09-18 14:01 (UTC)

Oh, and maybe remove the post-install/upgrade message about usbfs. You don't need to mount it anymore and it exists in /dev/bus/usb instead of /proc/usb.