kvazaar, darkice.

This commit is contained in:
4fury-c3440d8
2020-09-28 09:51:59 +03:00
parent abdce16f97
commit d9b8b1b928
5 changed files with 56 additions and 41 deletions
+1 -1
View File
@@ -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()
+2 -2
View File
@@ -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")
+17 -10
View File
@@ -1,47 +1,47 @@
<?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>darkice</Name>
<Homepage>http://darkice.sourceforge.net/</Homepage>
<Homepage>http://www.darkice.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>GPLv3</License>
<IsA>app:console</IsA>
<Summary>Live audio streamer</Summary>
<Description>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.</Description>
<Archive sha1sum="541233b78b3399acf2ec89dec5a08c8e54197c53" type="targz">https://sourceforge.net/projects/darkice/files/darkice/1.3/darkice-1.3.tar.gz</Archive>
<Archive sha1sum="b863fcd6f4d46493bea9f419ceeceaec276ce776" type="targz">https://github.com/rafael2k/darkice/releases/download/v1.4/darkice-1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>lame-devel</Dependency>
<Dependency>faac-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>twolame-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>libopus-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">darkice-1.0-gcc44.patch</Patch>
<!-- <Patch level="0">darkice-1.0-gcc44.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>darkice</Name>
<RuntimeDependencies>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>lame</Dependency>
<Dependency>faac</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libogg</Dependency>
<Dependency>libopus</Dependency>
<Dependency>twolame</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libopus</Dependency>
<Dependency>pulseaudio-libs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -52,6 +52,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-09-28</Date>
<Version>1.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-03-03</Date>
<Version>1.3</Version>
+7 -11
View File
@@ -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")
+29 -17
View File
@@ -1,22 +1,29 @@
<?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>kvazaar</Name>
<Homepage>http://ultravideo.cs.tut.fi/#encoder</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<License>LGPL</License>
<IsA>library</IsA>
<Summary>An open-source HEVC encoder</Summary>
<Description>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.</Description>
<Archive sha1sum="2cf672d45483a677e8d7a0a90677a8ccabced941" type="tarxz">https://github.com/ultravideo/kvazaar/releases/download/v1.3.0/kvazaar-1.3.0.tar.xz</Archive>
<Archive sha1sum="0af6f755640d29f805463cb7abeb7cfa064ca94e" type="tarxz">https://github.com/ultravideo/kvazaar/releases/download/v2.0.0/kvazaar-2.0.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>yasm</Dependency>
<Dependency>crypto++-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kvazaar</Name>
<RuntimeDependencies>
<Dependency>crypto++</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
@@ -24,20 +31,27 @@
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Package>
<Name>kvazaar-devel</Name>
<Summary>Header files for kvazaar.</Summary>
<RuntimeDependencies>
<Dependency release="current">kvazaar</Dependency>
</RuntimeDependencies>
<Summary>Header files for kvazaar.</Summary>
<RuntimeDependencies>
<Dependency release="current">kvazaar</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<History>
<Update release="2">
<Date>2020-09-28</Date>
<Version>2.0.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-01-12</Date>
<Version>1.3.0</Version>
@@ -48,5 +62,3 @@
</History>
</PISI>