summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-06-01 15:42:18 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-06-01 15:42:18 +0000
commita6fb146462a4ef75fc7decae4eb4c12c5435dcda (patch)
tree5ecab2aa1673c229f9f74209d4d2b1bad5972cfa /media-libs
parentbug #2904 (diff)
downloadgentoo-2-a6fb146462a4ef75fc7decae4eb4c12c5435dcda.tar.gz
gentoo-2-a6fb146462a4ef75fc7decae4eb4c12c5435dcda.tar.bz2
gentoo-2-a6fb146462a4ef75fc7decae4eb4c12c5435dcda.zip
monkey-sound was added.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/monkey-sound/ChangeLog13
-rw-r--r--media-libs/monkey-sound/files/digest-monkey-sound-0.4.11
-rw-r--r--media-libs/monkey-sound/monkey-sound-0.4.1.ebuild37
3 files changed, 51 insertions, 0 deletions
diff --git a/media-libs/monkey-sound/ChangeLog b/media-libs/monkey-sound/ChangeLog
new file mode 100644
index 000000000000..3ec78f0e8b03
--- /dev/null
+++ b/media-libs/monkey-sound/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for media-libs/monkey-sound
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/monkey-sound/ChangeLog,v 1.1 2002/06/01 15:42:18 stroke Exp $
+
+*monkey-sound-0.4.1 (1 June 2002)
+ 1 June 2002; Gabriele Giorgetti <stroke@gentoo.org> ChangeLog :
+
+ Added initial ChangeLog which should be updated whenever the package is
+ updated in any way. This changelog is targetted to users. This means that the
+ comments should well explained and written in clean English. The details about
+ writing correct changelogs are explained in the skel.ChangeLog file which you
+ can find in the root directory of the portage repository.
+
diff --git a/media-libs/monkey-sound/files/digest-monkey-sound-0.4.1 b/media-libs/monkey-sound/files/digest-monkey-sound-0.4.1
new file mode 100644
index 000000000000..59b771773a9b
--- /dev/null
+++ b/media-libs/monkey-sound/files/digest-monkey-sound-0.4.1
@@ -0,0 +1 @@
+MD5 633131192d1e5b3a2c9e3f4922a127b7 monkey-sound-0.4.1.tar.gz 235167
diff --git a/media-libs/monkey-sound/monkey-sound-0.4.1.ebuild b/media-libs/monkey-sound/monkey-sound-0.4.1.ebuild
new file mode 100644
index 000000000000..48f00f392e3e
--- /dev/null
+++ b/media-libs/monkey-sound/monkey-sound-0.4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+inherit gnome2
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Library wrapping gstreamer able to play media file"
+SRC_URI="http://www.rhythmbox.org/download/${P}.tar.gz"
+HOMEPAGE="http://www.rhythmbox.org/"
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND=">=x11-libs/gtk+-2.0.0
+ >=dev-libs/atk-1.0.0
+ >=dev-libs/glib-2.0.0
+ >=media-libs/audiofile-0.2.3
+ >=gnome-base/gnome-vfs-1.9.16
+ >=media-libs/gstreamer-0.3.4
+ >=gnome-base/gconf-1.1.10
+ >=gnome-base/libglade-1.99.12
+ >=gnome-base/ORBit2-2.4.0
+ sys-devel/gettext
+ sys-libs/zlib
+ media-libs/libogg
+ media-libs/libvorbis
+ >=media-sound/mad-0.14.2b"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.12.0
+ doc? ( >=dev-util/gtk-doc-0.9-r2 )"
+
+LIBTOOL_FIX="1"
+
+DOC="AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README THANKS TODO"
+SCHEMA="monkey-sound.schemas"
+
+