summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2008-05-31 19:59:00 +0000
committerThilo Bangert <bangert@gentoo.org>2008-05-31 19:59:00 +0000
commit283269736be686a0818662aff9910cbf7f310535 (patch)
tree5de699a5caaaf7617653ac9e4f4db718461b6146
parentstart of goolge-perftools package (diff)
downloadbangert-283269736be686a0818662aff9910cbf7f310535.tar.gz
bangert-283269736be686a0818662aff9910cbf7f310535.tar.bz2
bangert-283269736be686a0818662aff9910cbf7f310535.zip
initial version of ebuild for nelly2pcm
svn path=/ebuilds/; revision=68
-rw-r--r--media-sound/nelly2pcm/Manifest3
-rw-r--r--media-sound/nelly2pcm/metadata.xml9
-rw-r--r--media-sound/nelly2pcm/nelly2pcm-20070820.ebuild21
3 files changed, 33 insertions, 0 deletions
diff --git a/media-sound/nelly2pcm/Manifest b/media-sound/nelly2pcm/Manifest
new file mode 100644
index 0000000..dc3afd9
--- /dev/null
+++ b/media-sound/nelly2pcm/Manifest
@@ -0,0 +1,3 @@
+DIST nelly2pcm.tar.bz2 10506 RMD160 bd2f955c6788341908b0c18860db800ecd5067c5 SHA1 0551a6e0abb7607d0ba09adb59f3bd15d3389335 SHA256 405804e2237580bb8d5aa80854b98af891734a6fe2fc2b3da9f41ab88acf566c
+EBUILD nelly2pcm-20070820.ebuild 432 RMD160 90776dfd52cbdf9253159abbf2db13c585a03ca4 SHA1 21a1301b3fead1bea9ceb287e0aa819d69544f15 SHA256 a3eafb68771b7dc6af3c93970b7a95b73a267d1f107066f818f41ca16ce476fc
+MISC metadata.xml 252 RMD160 eb497a14fad11ba3ed25957ab94277cb475ad03b SHA1 a2607bb33a90b1bda4945cd08a19ac494596f58d SHA256 2e87f21302d27a9e6b37e97328d1a246cab7affa7d1d27d540ea18119e7cfb4b
diff --git a/media-sound/nelly2pcm/metadata.xml b/media-sound/nelly2pcm/metadata.xml
new file mode 100644
index 0000000..824f8a7
--- /dev/null
+++ b/media-sound/nelly2pcm/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>bangert@gentoo.org</email>
+ <name>Thilo Bangert</name>
+</maintainer>
+</pkgmetadata>
diff --git a/media-sound/nelly2pcm/nelly2pcm-20070820.ebuild b/media-sound/nelly2pcm/nelly2pcm-20070820.ebuild
new file mode 100644
index 0000000..8c31709
--- /dev/null
+++ b/media-sound/nelly2pcm/nelly2pcm-20070820.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Decodes Nellymoser Asao encoded audio in FLV files into WAV"
+HOMEPAGE="http://code.google.com/p/nelly2pcm/"
+SRC_URI="http://nelly2pcm.googlecode.com/files/${PN}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ dobin nelly2pcm
+}