libcdio-paranoia:moved into main for pisi 2.0
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#!/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 get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("configure.ac", "AM_CONFIG_HEADER", "AC_CONFIG_HEADERS")
|
||||
autotools.autoreconf("-vif")
|
||||
autotools.configure("--disable-static \
|
||||
--disable-example-progs \
|
||||
--enable-cpp-progs \
|
||||
--disable-rpath \
|
||||
--with-cd-paranoia-name=libcdio-paranoia")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % (get.installDIR()))
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README", "THANKS")
|
||||
@@ -0,0 +1,14 @@
|
||||
http://savannah.gnu.org/bugs/index.php?38273
|
||||
http://bugs.gentoo.org/455374
|
||||
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -394,7 +394,7 @@
|
||||
dnl
|
||||
dnl Newest automake workaround - needed for multi-language manual pages
|
||||
dnl
|
||||
-AC_SUBST(mkdir_p)
|
||||
+AC_SUBST(mkdir_p, "${MKDIR_P}")
|
||||
|
||||
dnl
|
||||
dnl Output configuration files
|
||||
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libcdio-paranoia</Name>
|
||||
<Homepage>http://www.gnu.org/software/libcdio/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3+</License>
|
||||
<License>GPLv2+</License>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>CD paranoia libraries from libcdio</Summary>
|
||||
<Description>An advanced CDDA reader with error correction.</Description>
|
||||
<Archive sha1sum="8c3562c935c760de26a25f0856f5eb57035fb4dd" type="tarbz2">mirrors://gnu/libcdio/libcdio-paranoia-10.2+0.90+1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libcdio-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>libcdio-paranoia-0.90-mkdir_p.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libcdio-paranoia</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libcdio</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libcdio-paranoia-devel</Name>
|
||||
<Summary>Development files for libcdio-paranoia</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libcdio-paranoia</Dependency>
|
||||
<Dependency>libcdio-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2014-02-25</Date>
|
||||
<Version>0.90_p1</Version>
|
||||
<Comment>Rebuild for libcdio</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvarice@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-02-25</Date>
|
||||
<Version>0.90_p1</Version>
|
||||
<Comment>Rebuild Unused</Comment>
|
||||
<Name>Varol Maksutoğlu</Name>
|
||||
<Email>waroi@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2013-07-28</Date>
|
||||
<Version>0.90_p1</Version>
|
||||
<Comment>Dep Fixed</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-07-07</Date>
|
||||
<Version>0.90_p1</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Marcin Bojara</Name>
|
||||
<Email>marcin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user