diff --git a/multimedia/sound/libreplaygain/actions.py b/multimedia/sound/libreplaygain/actions.py index eb896813e1..f0aab7c1e3 100644 --- a/multimedia/sound/libreplaygain/actions.py +++ b/multimedia/sound/libreplaygain/actions.py @@ -17,7 +17,7 @@ j = "-DCMAKE_INSTALL_PREFIX=/usr \ def setup(): # cmaketools.configure(j) autotools.autoreconf("-fiv") - autotools.configure("--enable-mpcchap --disable-static") + autotools.configure("--disable-static") def build(): # cmaketools.make() diff --git a/multimedia/stream/darkice/actions.py b/multimedia/stream/darkice/actions.py index 0f7cbc8f46..8e7160b33a 100644 --- a/multimedia/stream/darkice/actions.py +++ b/multimedia/stream/darkice/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 @@ -22,4 +22,4 @@ def build(): def install(): autotools.rawInstall('DESTDIR="%s"' % get.installDIR()) - pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "README", "TODO") diff --git a/multimedia/stream/darkice/pspec.xml b/multimedia/stream/darkice/pspec.xml index 3f0bddb045..c0fed16cf4 100644 --- a/multimedia/stream/darkice/pspec.xml +++ b/multimedia/stream/darkice/pspec.xml @@ -1,47 +1,47 @@ - + darkice - http://darkice.sourceforge.net/ + http://www.darkice.org/ PisiLinux Community admins@pisilinux.org - GPLv2 + GPLv3 app:console Live audio streamer DarkIce as a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. - https://sourceforge.net/projects/darkice/files/darkice/1.3/darkice-1.3.tar.gz + https://github.com/rafael2k/darkice/releases/download/v1.4/darkice-1.4.tar.gz - pulseaudio-libs-devel lame-devel faac-devel libogg-devel + libopus-devel twolame-devel alsa-lib-devel libvorbis-devel libsamplerate-devel - libopus-devel + pulseaudio-libs-devel - darkice-1.0-gcc44.patch + darkice - pulseaudio-libs lame faac + libgcc libogg + libopus twolame alsa-lib libvorbis libsamplerate - libgcc - libopus + pulseaudio-libs /etc @@ -52,6 +52,13 @@ + + 2020-09-28 + 1.4 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-03-03 1.3 diff --git a/multimedia/video/kvazaar/actions.py b/multimedia/video/kvazaar/actions.py index 5312c9d329..3a0a52ad9f 100755 --- a/multimedia/video/kvazaar/actions.py +++ b/multimedia/video/kvazaar/actions.py @@ -2,25 +2,21 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/copyleft/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools -from pisi.actionsapi import cmaketools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-vfi") - autotools.configure("--enable-static='no'") + #autotools.autoreconf("-vfi") + autotools.configure("--with-cryptopp --disable-static") - def build(): - - autotools.make() + autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" %get.installDIR()) - - pisitools.dodoc("COPYING", "README.md", "CREDITS") + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "CREDITS", "README.md") diff --git a/multimedia/video/kvazaar/pspec.xml b/multimedia/video/kvazaar/pspec.xml index 124327a5e5..cabcb89cc5 100755 --- a/multimedia/video/kvazaar/pspec.xml +++ b/multimedia/video/kvazaar/pspec.xml @@ -1,22 +1,29 @@ - + kvazaar http://ultravideo.cs.tut.fi/#encoder - Mathias Freire - mathiasfreire45@gmail.com + Mathias Freire + mathiasfreire45@gmail.com - LGPL - library + LGPL + library An open-source HEVC encoder Kvazaar is an award-winning academic open-source video encoder for the state-of-the-art High Efficiency Video Coding (HEVC/H.265) standard. Kvazaar is being developed in C and optimized in Assembly under the LGPLv2.1. - https://github.com/ultravideo/kvazaar/releases/download/v1.3.0/kvazaar-1.3.0.tar.xz + https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.xz + + yasm + crypto++-devel + - + kvazaar + + crypto++ + /usr/bin /usr/lib @@ -24,20 +31,27 @@ /usr/share/man - - + + kvazaar-devel - Header files for kvazaar. - - kvazaar - + Header files for kvazaar. + + kvazaar + /usr/include - /usr/lib/pkgconfig + /usr/lib/pkgconfig - + + + 2020-09-28 + 2.0.0 + Version bump. + fury + wascheme@tuta.io + 2020-01-12 1.3.0 @@ -48,5 +62,3 @@ - -