From 4d01429019da8294964093042aa76d58db34749b Mon Sep 17 00:00:00 2001 From: 4fury Date: Tue, 3 Mar 2020 12:22:54 +0300 Subject: [PATCH 1/2] rebuild. --- multimedia/sound/faad2/actions.py | 4 ++-- multimedia/sound/faad2/pspec.xml | 27 +++++++++++++++------------ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/multimedia/sound/faad2/actions.py b/multimedia/sound/faad2/actions.py index 10efc03430..5911dfc35d 100644 --- a/multimedia/sound/faad2/actions.py +++ b/multimedia/sound/faad2/actions.py @@ -2,7 +2,7 @@ # -*- 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 @@ -14,7 +14,7 @@ def setup(): autotools.autoreconf("-vfi") autotools.configure("--without-xmms \ - --with-drm \ + --without-drm \ --disable-static") def build(): diff --git a/multimedia/sound/faad2/pspec.xml b/multimedia/sound/faad2/pspec.xml index b556d44322..3aa7f198fb 100644 --- a/multimedia/sound/faad2/pspec.xml +++ b/multimedia/sound/faad2/pspec.xml @@ -1,5 +1,5 @@ - + faad2 @@ -14,27 +14,23 @@ MPEG2 and MPEG4 AAC decoder FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder. https://downloads.sourceforge.net/faac/faad2-2.8.8.tar.gz - - --> - - --> faad2 - - --> /usr/bin /usr/lib @@ -55,6 +51,13 @@ + + 2020-03-03 + 2.8.8 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2020-01-18 2.8.8 From c92d34e454b63f816abcbcdde97bbcf53333de41 Mon Sep 17 00:00:00 2001 From: 4fury Date: Tue, 3 Mar 2020 15:11:32 +0300 Subject: [PATCH 2/2] clean. --- multimedia/sound/faad2/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/multimedia/sound/faad2/actions.py b/multimedia/sound/faad2/actions.py index 5911dfc35d..719d1f92cb 100644 --- a/multimedia/sound/faad2/actions.py +++ b/multimedia/sound/faad2/actions.py @@ -8,13 +8,11 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import get - def setup(): #pisitools.dosed("libfaad/Makefile.am", "iquote ", "I") autotools.autoreconf("-vfi") autotools.configure("--without-xmms \ - --without-drm \ --disable-static") def build():