Merge pull request #3276 from ertugerata/master

xorriso in main, libisoburn and libburn update
This commit is contained in:
Ertuğrul Erata
2017-03-25 08:06:31 +02:00
committed by GitHub
4 changed files with 85 additions and 2 deletions
+8 -1
View File
@@ -14,7 +14,7 @@
<PartOf>hardware.optical</PartOf>
<Summary>A library for reading, mastering and writing optical discs</Summary>
<Description>Libburn is an open-source library for reading, mastering and writing optical discs.</Description>
<Archive sha1sum="0aba7c9ec21647515541479328211afd2e6ebe8a" type="targz">http://files.libburnia-project.org/releases/libburn-1.4.2.tar.gz</Archive>
<Archive sha1sum="a1fa23be5a49544c27010822c7c6043f562b4b61" type="targz">http://files.libburnia-project.org/releases/libburn-1.4.6.tar.gz</Archive>
</Source>
<Package>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-03-25</Date>
<Version>1.4.6</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.4.2</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Frontend for libraries libburn and libisofs</Summary>
<Description>Frontend for libraries libburn and libisofs</Description>
<Archive sha1sum="dd82438b4fcf723ef72286449f0b27417714b5ba" type="targz">http://files.libburnia-project.org/releases/libisoburn-1.4.2.tar.gz</Archive>
<Archive sha1sum="ad3eebefaf764595163041ca58e9a487072556b5" type="targz">http://files.libburnia-project.org/releases/libisoburn-1.4.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>libburn-devel</Dependency>
<Dependency>libisofs-devel</Dependency>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="3">
<Date>2017-03-25</Date>
<Version>1.4.6</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.4.2</Version>
+20
View File
@@ -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")
+49
View File
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xorriso</Name>
<Homepage>http://www.gnu.org/software/xorriso/</Homepage>
<Packager>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>xorriso</Icon>
<IsA>app:console</IsA>
<Summary>ISO 9660 image manipulation tool</Summary>
<Description>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.</Description>
<Archive sha1sum="bb8a2d9587784495818e374a56cc5318a4e8580b" type="targz">http://www.gnu.org/software/xorriso/xorriso-1.4.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>attr-devel</Dependency>
<Dependency>acl-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xorriso</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>acl</Dependency>
<Dependency>bzip2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-03-25</Date>
<Version>1.4.6</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>