libcdio 2.1.0
This commit is contained in:
@@ -15,7 +15,8 @@ def setup():
|
||||
--with-cd-paranoia-name=libcdio-paranoia \
|
||||
--disable-vcd-info \
|
||||
--enable-cpp-progs \
|
||||
--disable-rpath")
|
||||
--disable-rpath \
|
||||
--enable-cddb")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
@@ -12,10 +12,12 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A library to encapsulate CD-ROM reading and control</Summary>
|
||||
<Description>This library provides an interface for CD-ROM access. It can be used by applications that need OS- and device-independent access to CD-ROM devices.</Description>
|
||||
<Archive sha1sum="d348c08944e09ae6201fafebccda5393a2efb8ba" type="targz">mirrors://gnu/libcdio/libcdio-2.0.0.tar.gz</Archive>
|
||||
<Archive sha1sum="ec22e5168bc0dcfc179ec7b1164af1e5b672ca89" type="tarbz2">mirrors://gnu/libcdio/libcdio-2.1.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Dependency>libcddb-devel</Dependency>
|
||||
<Dependency>ncurses-devel</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--Patch level="1">libcdio-0.83-linking.patch</Patch-->
|
||||
<!-- <Patch level="1">udf-Dont-return-freed-memory-from-udf_fopen.patch</Patch> -->
|
||||
@@ -25,8 +27,10 @@
|
||||
<Package>
|
||||
<Name>libcdio</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Dependency>libcddb</Dependency>
|
||||
<Dependency>ncurses</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="info">/usr/share/info</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -49,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>2.1.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>2.0.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user