libdca-0.0.7
This commit is contained in:
@@ -2,26 +2,22 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fi")
|
||||
autotools.configure("--enable-shared \
|
||||
--disable-static")
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--enable-shared --disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make('OPT_CFLAGS=""')
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
||||
pisitools.remove("/usr/lib/*.a")
|
||||
|
||||
# FIXME: avidemux needs this
|
||||
# pisitools.insinto("/usr/include","libdts/dca_internal.h")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "NEWS", "README", "TODO", "doc/libdca.txt")
|
||||
pisitools.remove("/usr/lib/libdts.a")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libdca</Name>
|
||||
@@ -12,10 +12,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for decoding DTS Coherent Acoustics streams</Summary>
|
||||
<Description>libdts is a free library for decoding DTS Coherent Acoustics streams.</Description>
|
||||
<Archive sha1sum="d292ddb7b4d60c90274f9f0398fa61df0df9442c" type="tarbz2">http://download.videolan.org/pub/videolan/libdca/0.0.6/libdca-0.0.6.tar.bz2</Archive>
|
||||
<Archive sha1sum="1414a1c6b6cd49495f461a092fdb5da7b741fcdb" type="tarbz2">http://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">libdca-0.0.5-cflags.patch</Patch>
|
||||
<!-- <Patch level="1">libdca-0.0.5-constant.patch</Patch> -->
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -42,6 +41,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2025-01-28</Date>
|
||||
<Version>0.0.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>0.0.6</Version>
|
||||
|
||||
Reference in New Issue
Block a user