From 1d77e4ed29a4bf007d2d714409d0164122614645 Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 30 Jan 2025 17:22:12 +0300 Subject: [PATCH] libdca-0.0.7 --- multimedia/sound/libdca/actions.py | 16 ++++++---------- multimedia/sound/libdca/pspec.xml | 14 ++++++++++---- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/multimedia/sound/libdca/actions.py b/multimedia/sound/libdca/actions.py index 0c7a71e757..c6c448e932 100644 --- a/multimedia/sound/libdca/actions.py +++ b/multimedia/sound/libdca/actions.py @@ -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") diff --git a/multimedia/sound/libdca/pspec.xml b/multimedia/sound/libdca/pspec.xml index 9a05d1459d..3f748be2d9 100644 --- a/multimedia/sound/libdca/pspec.xml +++ b/multimedia/sound/libdca/pspec.xml @@ -1,5 +1,5 @@ - + libdca @@ -12,10 +12,9 @@ library Library for decoding DTS Coherent Acoustics streams libdts is a free library for decoding DTS Coherent Acoustics streams. - http://download.videolan.org/pub/videolan/libdca/0.0.6/libdca-0.0.6.tar.bz2 + http://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2 - libdca-0.0.5-cflags.patch - + @@ -42,6 +41,13 @@ + + 2025-01-28 + 0.0.7 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2020-01-18 0.0.6