diff --git a/hardware/optical/libburn/pspec.xml b/hardware/optical/libburn/pspec.xml
index 8844cdb554..a88e069983 100644
--- a/hardware/optical/libburn/pspec.xml
+++ b/hardware/optical/libburn/pspec.xml
@@ -14,7 +14,7 @@
hardware.optical
A library for reading, mastering and writing optical discs
Libburn is an open-source library for reading, mastering and writing optical discs.
- http://files.libburnia-project.org/releases/libburn-1.4.2.tar.gz
+ http://files.libburnia-project.org/releases/libburn-1.4.6.tar.gz
@@ -40,6 +40,13 @@
+
+ 2017-03-25
+ 1.4.6
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2016-06-09
1.4.2
diff --git a/hardware/optical/libisoburn/pspec.xml b/hardware/optical/libisoburn/pspec.xml
index 3a53a9ed58..deaa371f25 100644
--- a/hardware/optical/libisoburn/pspec.xml
+++ b/hardware/optical/libisoburn/pspec.xml
@@ -13,7 +13,7 @@
app:console
Frontend for libraries libburn and libisofs
Frontend for libraries libburn and libisofs
- http://files.libburnia-project.org/releases/libisoburn-1.4.2.tar.gz
+ http://files.libburnia-project.org/releases/libisoburn-1.4.6.tar.gz
libburn-devel
libisofs-devel
@@ -54,6 +54,13 @@
+
+ 2017-03-25
+ 1.4.6
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2016-06-09
1.4.2
diff --git a/util/archive/xorriso/actions.py b/util/archive/xorriso/actions.py
new file mode 100644
index 0000000000..89be6b0a7a
--- /dev/null
+++ b/util/archive/xorriso/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/copyleft/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
diff --git a/util/archive/xorriso/pspec.xml b/util/archive/xorriso/pspec.xml
new file mode 100644
index 0000000000..5c0274c95f
--- /dev/null
+++ b/util/archive/xorriso/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ xorriso
+ http://www.gnu.org/software/xorriso/
+
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+ GPLv3
+ xorriso
+ app:console
+ ISO 9660 image manipulation tool
+ xorriso is a program which maps file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
+ http://www.gnu.org/software/xorriso/xorriso-1.4.6.tar.gz
+
+ attr-devel
+ acl-devel
+ zlib-devel
+
+
+
+
+ xorriso
+
+ zlib
+ acl
+ bzip2
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share/man
+ /usr/share/info
+ /usr/share/doc
+
+
+
+
+
+ 2017-03-25
+ 1.4.6
+ First release
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
+
+