diff options
author | Wout Mertens <wmertens@gentoo.org> | 2004-01-15 01:57:34 +0000 |
---|---|---|
committer | Wout Mertens <wmertens@gentoo.org> | 2004-01-15 01:57:34 +0000 |
commit | 98487785c2b7e0278c59d1dca9766c06027ed452 (patch) | |
tree | ee5085367e70c79f0fc85b344e37ca397994caf2 /media-sound/qsynth | |
parent | initial commit (diff) | |
download | gentoo-2-98487785c2b7e0278c59d1dca9766c06027ed452.tar.gz gentoo-2-98487785c2b7e0278c59d1dca9766c06027ed452.tar.bz2 gentoo-2-98487785c2b7e0278c59d1dca9766c06027ed452.zip |
initial commit
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/qsynth/Manifest | 4 | ||||
-rw-r--r-- | media-sound/qsynth/files/digest-qsynth-0.1.0 | 1 | ||||
-rw-r--r-- | media-sound/qsynth/metadata.xml | 8 | ||||
-rw-r--r-- | media-sound/qsynth/qsynth-0.1.0.ebuild | 22 |
5 files changed, 43 insertions, 2 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog new file mode 100644 index 000000000000..a390e7e600d4 --- /dev/null +++ b/media-sound/qsynth/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-sound/qjackctl +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.1 2004/01/15 01:57:17 wmertens Exp $ + +*qsynth-0.1.0 (15 Jan 2004) + + 15 Jan 2004; Wout Mertens <wmertens@gentoo.org> qsynt-0.1.0.ebuild: + Initial revision, marked stable because of simple ebuild and not a + dependency for other things. + diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest index ad88055b6a05..cd805654c139 100644 --- a/media-sound/qsynth/Manifest +++ b/media-sound/qsynth/Manifest @@ -1,4 +1,4 @@ -MD5 ebc43ae8a8366e487c7305f978f60368 ChangeLog 424 -MD5 57150578eeb020371c5e4dda3549427a qsynth-0.1.0.ebuild 571 +MD5 32ec1427d86679689b936eb66bcb5066 ChangeLog 422 +MD5 e184ca55e21e855bf7efa66f8225a2f0 qsynth-0.1.0.ebuild 567 MD5 d0d7ea03e238a808414b4426394c100f metadata.xml 221 MD5 fde45970ba4d6681ef829f9fde4b7e72 files/digest-qsynth-0.1.0 63 diff --git a/media-sound/qsynth/files/digest-qsynth-0.1.0 b/media-sound/qsynth/files/digest-qsynth-0.1.0 new file mode 100644 index 000000000000..cbf6296d0913 --- /dev/null +++ b/media-sound/qsynth/files/digest-qsynth-0.1.0 @@ -0,0 +1 @@ +MD5 acc262337fdb25f191995580c50bd435 qsynth-0.1.0.tar.gz 83067 diff --git a/media-sound/qsynth/metadata.xml b/media-sound/qsynth/metadata.xml new file mode 100644 index 000000000000..ea12fab7b274 --- /dev/null +++ b/media-sound/qsynth/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>sound@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/media-sound/qsynth/qsynth-0.1.0.ebuild b/media-sound/qsynth/qsynth-0.1.0.ebuild new file mode 100644 index 000000000000..9e38c8a8ddb9 --- /dev/null +++ b/media-sound/qsynth/qsynth-0.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.1.0.ebuild,v 1.1 2004/01/15 01:57:17 wmertens Exp $ + +IUSE="" + +DESCRIPTION="A Qt application to control FluidSynth" +HOMEPAGE="http://qsynth.sf.net/" +SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz" +RESTRICT="nomirror" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc + >=x11-libs/qt-3.1.1 + media-sound/fluidsynth" + +src_install () { + einstall || die "make install failed" +} |