add darkice

This commit is contained in:
groni
2016-02-08 12:26:01 +01:00
parent 32bb96b63c
commit 92d800845d
8 changed files with 107388 additions and 107167 deletions
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--with-alsa \
--with-faac \
--with-vorbis \
--with-lame \
--without-jack \
--disable-static \
--enable-shared")
def build():
autotools.make()
def install():
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "FAQ", "NEWS", "README", "TODO")
@@ -0,0 +1,14 @@
http://code.google.com/p/darkice/issues/detail?id=29
SerialUlaw.cpp:296:26: error: perror was not declared in this scope
--- src/SerialUlaw.cpp
+++ src/SerialUlaw.cpp
@@ -40,6 +40,8 @@
#include "config.h"
#endif
+#include <stdio.h>
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
+84
View File
@@ -0,0 +1,84 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>darkice</Name>
<Homepage>http://darkice.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</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="508eb0560a7cdf0990a8793f4b8d324ae74bc343" type="targz">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/darkice/darkice-1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>lame-devel</Dependency>
<Dependency>faac-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>twolame-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>libopus-devel</Dependency>
</BuildDependencies>
<Patches>
<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>libogg</Dependency>
<Dependency>twolame</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>libvorbis</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libopus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2016-02-08</Date>
<Version>1.2</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-02-17</Date>
<Version>1.1</Version>
<Comment>Release.</Comment>
<Name>Erdinç gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-29</Date>
<Version>1.1</Version>
<Comment>missing dep.</Comment>
<Name>Erdinç gültekin</Name>
<Email>erdincgultekin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-08-27</Date>
<Version>1.1</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>darkice</Name>
<Summary xml:lang="tr">Canlı müzik, ses yayınlama aracı</Summary>
<Description xml:lang="tr">Darkice bir canlı müzik, ses yayınlama uygulamasıdır. Bir ses arayüzünden (örneğin bir ses kartı) sesleri kaydeder, kodlar ve yayınlayacak sunucuya gönderir.</Description>
</Source>
<Package>
<Name>darkice-devel</Name>
<Summary xml:lang="tr">darkice için geliştirme dosyaları</Summary>
</Package>
</PISI>
+107249 -107165
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
6066a4860aebef3c815b9c9c48b2392fa2dcd9f3
1c9c20b99bc736dab50681ae87f66d2367c3765b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
6720c49018fabf95320590d5290b69fc3000bb79
0f772e4bf1b9763665fc2fde51fe4dea170f2043