diff --git a/hardware/firewire/component.xml b/hardware/firewire/component.xml
new file mode 100644
index 0000000000..2c33acb960
--- /dev/null
+++ b/hardware/firewire/component.xml
@@ -0,0 +1,3 @@
+
+ hardware.firewire
+
diff --git a/hardware/firewire/libdc1394/actions.py b/hardware/firewire/libdc1394/actions.py
new file mode 100644
index 0000000000..b33784bb2c
--- /dev/null
+++ b/hardware/firewire/libdc1394/actions.py
@@ -0,0 +1,25 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static \
+ --disable-examples \
+ --with-x \
+ --program-suffix=2")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ # FIXME: enable it when we swich to libusb 1.0
+ #pisitools.removeDir("/usr/share/man/man3")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
diff --git a/hardware/firewire/libdc1394/pspec.xml b/hardware/firewire/libdc1394/pspec.xml
new file mode 100644
index 0000000000..3b9294f45b
--- /dev/null
+++ b/hardware/firewire/libdc1394/pspec.xml
@@ -0,0 +1,76 @@
+
+
+
+
+ libdc1394
+ http://sourceforge.net/projects/libdc1394/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ library
+ Programming interface for IEEE 1394 based cameras
+ libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/).
+ http://sourceforge.net/projects/libdc1394/files/libdc1394-2/2.2.3/libdc1394-2.2.3.tar.gz
+
+ libraw1394-devel
+
+
+
+
+ libdc1394
+
+ libraw1394
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ libdc1394-devel
+ Development files for libdc1394
+
+ libdc1394
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-09-13
+ 2.2.3
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2014-05-20
+ 2.2.1
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-29
+ 2.2.1
+ Version bump.
+ Stefan Gronewold(groni)
+ groni@pisilinux.org
+
+
+ 2012-10-20
+ 2.2.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/hardware/firewire/libdc1394/translations.xml b/hardware/firewire/libdc1394/translations.xml
new file mode 100644
index 0000000000..8775eca657
--- /dev/null
+++ b/hardware/firewire/libdc1394/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ libdc1394
+ IEEE 1394 tabanlı kameralar için programlama kitaplığı
+ Bu kütüphane IEEE 1394 tabanlı kameraların kontrolü için yüksek seviyeli bir arayüz oluşturur.
+ libdc1394 est une librairie dont l'objectif est de fournir une interface de programmation d'application de haut niveau pour les développeur désirant contrôler les caméras basées sur le IEEE 1394 se conformant aux spécifications des Caméras Digitales basées sur 1394 (que l'on trouve sur http://www.1394ta.org/).
+ libdc1394 es una librería con intención de facilitar una interfaz de programación de alto nivel para programadores de aplicaciones, que desean controlar camaras basados en IEEE 1394, conforme la especificación de camaras digitales basados en 1394 (véase http://www.1394ta.org/).
+
+
+
+ libdc1394-devel
+ libdc1394 için geliştirme dosyaları
+
+
diff --git a/hardware/firewire/libraw1394/actions.py b/hardware/firewire/libraw1394/actions.py
new file mode 100644
index 0000000000..a18409d941
--- /dev/null
+++ b/hardware/firewire/libraw1394/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README")
diff --git a/hardware/firewire/libraw1394/pspec.xml b/hardware/firewire/libraw1394/pspec.xml
new file mode 100644
index 0000000000..a77d5e40d2
--- /dev/null
+++ b/hardware/firewire/libraw1394/pspec.xml
@@ -0,0 +1,57 @@
+
+
+
+
+ libraw1394
+ http://www.linux1394.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv2.1
+ GPLv2
+ library
+ A library that provides direct access to the IEEE 1394 bus
+ libraw1394 library provides direct access to the IEEE-1394 bus through the Linux 1394 subsystem's raw1394 user interface. Support for both the classic ieee1394 and new firewire linux driver stacks is included.
+ http://www.kernel.org/pub/linux/libs/ieee1394/libraw1394-2.1.0.tar.xz
+
+
+
+ libraw1394
+
+ /usr/bin
+ /usr/lib
+ /usr/share/doc
+ /usr/share/man
+
+
+
+
+ libraw1394-devel
+ Development files for libraw1394
+
+ libraw1394
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2014-05-20
+ 2.1.0
+ Rebuild.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2012-11-15
+ 2.1.0
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/hardware/firewire/libraw1394/translations.xml b/hardware/firewire/libraw1394/translations.xml
new file mode 100644
index 0000000000..7185474e26
--- /dev/null
+++ b/hardware/firewire/libraw1394/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ libraw1394
+ IEEE 1394 veriyoluna direk erişim sağlayan bir kütüphane
+ IEEE 1394 yüksek hızlı bir seri veriyolu tanımlayan standarttır. Bu veriyolu Apple, i.Link ve Sony tarafından FireWire olarak adlandırılmıştır. Bu kütüphane IEEE 1394 veriyoluna direkt erişim sağlar.
+ IEEE 1394 est un standard définissant un bus de série très rapide. Ce bus est également appelé FireWire par Apple ou i.Link par Sony.
+ IEEE 1394 es un estándar que define un bus serial de alta velocidad. Este bus lleva también el nombre FireWire por Apple o i.Link por Sony.
+
+
+
+ libraw1394-devel
+ libraw1394 için geliştirme dosyaları
+
+