diff --git a/hardware/misc/libftdi/actions.py b/hardware/misc/libftdi/actions.py
index 9ce12fb12e..6ab527577f 100644
--- a/hardware/misc/libftdi/actions.py
+++ b/hardware/misc/libftdi/actions.py
@@ -18,7 +18,7 @@ def setup():
-DPYTHON_LIBRARY=/usr/lib/python2.7 \
-DCMAKE_SKIP_BUILD_RPATH=ON \
-DCMAKE_BUILD_TYPE=Release \
- -DEXAMPLES=OFF -DFTDI_EEPROM=OFF")
+ -DEXAMPLES=OFF -DFTDI_EEPROM=ON")
def build():
diff --git a/hardware/misc/libftdi/files/fix-udev-group_and_usb_name.patch b/hardware/misc/libftdi/files/fix-udev-group_and_usb_name.patch
index d8ebf02c89..076ec0a88b 100644
--- a/hardware/misc/libftdi/files/fix-udev-group_and_usb_name.patch
+++ b/hardware/misc/libftdi/files/fix-udev-group_and_usb_name.patch
@@ -1,6 +1,6 @@
--- 99-libftdi.rules.orig 2014-02-05 18:24:11.000000000 +0200
+++ packages/99-libftdi.rules 2014-05-25 13:57:47.482994692 +0300
-@@ -5,4 +5,4 @@
+@@ -5,7 +5,7 @@
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0664", GROUP="plugdev"
# FTDI Devices: FT4232HL/Q
diff --git a/hardware/misc/libftdi/pspec.xml b/hardware/misc/libftdi/pspec.xml
index 64dd730ebe..1061a1ff4b 100644
--- a/hardware/misc/libftdi/pspec.xml
+++ b/hardware/misc/libftdi/pspec.xml
@@ -12,10 +12,14 @@
library
A library for accessing to FTDI USB chips
libftdi allows access to eeprom and bitbang modes of FT232/245/2232 USB serial interface chips.
- http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.1.tar.bz2
+ http://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.2.tar.bz2
cmake
doxygen
+ libusb-devel
+ boost-devel
+ python-devel
+ swig
@@ -27,6 +31,7 @@
libftdi
libusb
+ libgcc
/usr/bin
@@ -67,11 +72,11 @@
- 2016-0-24
- 1.1
+ 2016-03-26
+ 1.2
First release
- Serdar Soytetir
- kaptan@pisilinux.org
+ Alihan Öztürk
+ alihan@pisilinux.org
diff --git a/multimedia/misc/DirectFB/pspec.xml b/multimedia/misc/DirectFB/pspec.xml
index e3f5750f0f..2ee7353df9 100644
--- a/multimedia/misc/DirectFB/pspec.xml
+++ b/multimedia/misc/DirectFB/pspec.xml
@@ -1,4 +1,3 @@
-
@@ -13,7 +12,7 @@
library
Thin library on top of the Linux framebuffer devices
DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers.
- http://www.directfb.org/downloads/Core/DirectFB-1.7/DirectFB-1.7.1.tar.gz
+ http://sources.webos-ports.org/downloads/DirectFB-1.7.7.tar.gz
libgcc
giflib-devel
@@ -89,8 +88,8 @@
- 2014-05-21
- 1.7.1
+ 2016-03-26
+ 1.7.7
First release
Yusuf Aydemir
yusuf.aydemir@pisilinux.org
diff --git a/network/connection/ppp/pspec.xml b/network/connection/ppp/pspec.xml
index 026e3cb67f..a9cd20a87e 100644
--- a/network/connection/ppp/pspec.xml
+++ b/network/connection/ppp/pspec.xml
@@ -1,4 +1,3 @@
-
@@ -15,7 +14,7 @@
Point-to-point protocol - patched for PPPOE
The Point-to-Point Protocol (PPP) provides a standard way to transmit datagrams over a serial link.
http://samba.org/ftp/ppp/ppp-2.4.6.tar.gz
- http://www.netservers.net.uk/gpl/ppp-dhcpc.tgz
+ ftp://ftp.freebsd.ch/gentoo/distfiles/ppp-dhcpc.tgz
libpcap-devel
openssl-devel
@@ -91,7 +90,7 @@
- 2014-04-03
+ 2016-03-26
2.4.6
First release
Marcin Bojara