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 | 4225b00eba11dc385161e74f6ab25b1ce4400912 (patch) | |
tree | 666fd91d5ba31d9f2a20dfee96ad2320e6d4a8a4 /media-sound/qsynth | |
parent | initial commit (diff) | |
download | historical-4225b00eba11dc385161e74f6ab25b1ce4400912.tar.gz historical-4225b00eba11dc385161e74f6ab25b1ce4400912.tar.bz2 historical-4225b00eba11dc385161e74f6ab25b1ce4400912.zip |
initial commit
Diffstat (limited to 'media-sound/qsynth')
-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 |
4 files changed, 33 insertions, 2 deletions
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" +} |