summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-06-19 15:58:20 +0000
committerJon Hood <squinky86@gentoo.org>2004-06-19 15:58:20 +0000
commit025c37b51fdea438c52984f2dae0b3d812a81c80 (patch)
treebe9a7a2cf5382299f23975061fb89f7af0760d73 /media-sound
parentstable on amd64 (diff)
downloadhistorical-025c37b51fdea438c52984f2dae0b3d812a81c80.tar.gz
historical-025c37b51fdea438c52984f2dae0b3d812a81c80.tar.bz2
historical-025c37b51fdea438c52984f2dae0b3d812a81c80.zip
initial import, #38121
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/daudio/ChangeLog10
-rw-r--r--media-sound/daudio/Manifest5
-rw-r--r--media-sound/daudio/daudio-0.3.ebuild29
-rw-r--r--media-sound/daudio/files/daudio.rc20
-rw-r--r--media-sound/daudio/files/digest-daudio-0.31
-rw-r--r--media-sound/daudio/metadata.xml8
6 files changed, 73 insertions, 0 deletions
diff --git a/media-sound/daudio/ChangeLog b/media-sound/daudio/ChangeLog
new file mode 100644
index 000000000000..6dfcad49d68b
--- /dev/null
+++ b/media-sound/daudio/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-sound/daudio
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/daudio/ChangeLog,v 1.1 2004/06/19 15:58:20 squinky86 Exp $
+
+*daudio-0.3 (19 Jun 2004)
+
+ 19 Jun 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml,
+ +files/daudio.rc, +daudio-0.3.ebuild:
+ Initial commit. Ebuild by Sven Wegener <swegener@gentoo.org>. Closes #38121.
+
diff --git a/media-sound/daudio/Manifest b/media-sound/daudio/Manifest
new file mode 100644
index 000000000000..500479ea000e
--- /dev/null
+++ b/media-sound/daudio/Manifest
@@ -0,0 +1,5 @@
+MD5 7d7bbc7c7fea93218fffe127136f6386 daudio-0.3.ebuild 784
+MD5 9ea1501b60ffa940998704d03e2d0abc ChangeLog 429
+MD5 e680c5e2ccb91369a26a8603f6e4606d metadata.xml 222
+MD5 2df8f39620e0fdc7a5315888a01d7f97 files/daudio.rc 544
+MD5 1a45fb71ea5e016c3603b5efdd1fd8b1 files/digest-daudio-0.3 61
diff --git a/media-sound/daudio/daudio-0.3.ebuild b/media-sound/daudio/daudio-0.3.ebuild
new file mode 100644
index 000000000000..e315dfe17bf6
--- /dev/null
+++ b/media-sound/daudio/daudio-0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/daudio/daudio-0.3.ebuild,v 1.1 2004/06/19 15:58:20 squinky86 Exp $
+
+DESCRIPTION="Distributed audio on the local network"
+HOMEPAGE="http://daudio.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND="virtual/glibc
+ >=media-libs/libmad-0.15.0b-r1"
+
+src_compile() {
+ emake -C client || die "emake failed"
+ emake -C server || die "emake failed"
+ emake -C streamer || die "emake failed"
+}
+
+src_install() {
+ dobin client/daudioc server/daudiod streamer/dstreamer
+ exeinto /etc/init.d
+ newexe ${FILESDIR}/daudio.rc daudio
+ dodoc doc/*
+}
diff --git a/media-sound/daudio/files/daudio.rc b/media-sound/daudio/files/daudio.rc
new file mode 100644
index 000000000000..258834d30a1b
--- /dev/null
+++ b/media-sound/daudio/files/daudio.rc
@@ -0,0 +1,20 @@
+#!/sbin/runscript
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/daudio/files/daudio.rc,v 1.1 2004/06/19 15:58:20 squinky86 Exp $
+
+depend() {
+ use net
+}
+
+start() {
+ ebegin "Starting daudio"
+ start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/daudio.pid --exec /usr/bin/daudiod
+ eend $?
+}
+
+stop() {
+ ebegin "Stopping daudio"
+ start-stop-daemon --stop --quiet --pidfile /var/run/daudio.pid
+ eend $?
+}
diff --git a/media-sound/daudio/files/digest-daudio-0.3 b/media-sound/daudio/files/digest-daudio-0.3
new file mode 100644
index 000000000000..9bfcebf02536
--- /dev/null
+++ b/media-sound/daudio/files/digest-daudio-0.3
@@ -0,0 +1 @@
+MD5 552c6e6b51850c2c2648bd2877666276 daudio-0.3.tar.gz 76683
diff --git a/media-sound/daudio/metadata.xml b/media-sound/daudio/metadata.xml
new file mode 100644
index 000000000000..b401bb87f474
--- /dev/null
+++ b/media-sound/daudio/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+<maintainer>
+ <email>squinky86@gentoo.org</email>
+</maintainer>
+</pkgmetadata>