summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-26 19:33:59 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-26 19:33:59 +0000
commit7688fb255f9aad07903085abb6f5e40f4d1ef770 (patch)
treee3ddf30b53c0201c88dc953602b5ffe68bef4f2a /media-sound
parentadd {ppc,x86}-od (opendarwin) to arch.list and profiles.desc. update macos pr... (diff)
downloadhistorical-7688fb255f9aad07903085abb6f5e40f4d1ef770.tar.gz
historical-7688fb255f9aad07903085abb6f5e40f4d1ef770.tar.bz2
historical-7688fb255f9aad07903085abb6f5e40f4d1ef770.zip
Version bump and added to ~sparc.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qsynth/ChangeLog8
-rw-r--r--media-sound/qsynth/Manifest14
-rw-r--r--media-sound/qsynth/files/digest-qsynth-0.2.21
-rw-r--r--media-sound/qsynth/qsynth-0.2.2.ebuild27
4 files changed, 48 insertions, 2 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog
index 3417236863e7..ca4b84cb0d1c 100644
--- a/media-sound/qsynth/ChangeLog
+++ b/media-sound/qsynth/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/qsynth
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.8 2004/09/03 17:17:43 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.9 2004/11/26 19:33:59 eradicator Exp $
+
+*qsynth-0.2.2 (26 Nov 2004)
+
+ 26 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ +qsynth-0.2.2.ebuild:
+ Version bump and added to ~sparc.
03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> qsynth-0.2.1.ebuild:
Stable amd64, x86.
diff --git a/media-sound/qsynth/Manifest b/media-sound/qsynth/Manifest
index 026832bbec19..f8833c457aa1 100644
--- a/media-sound/qsynth/Manifest
+++ b/media-sound/qsynth/Manifest
@@ -1,6 +1,18 @@
-MD5 5228e4ec029f1a7c1b9bab9b3db02ff2 ChangeLog 3620
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 6b0c186c141220dc5cb9d63dd45a93eb ChangeLog 3767
MD5 bed98f5cc72fd626b638bfcae4593ce6 metadata.xml 647
MD5 ca1a491e4fc999a031bd12bc505024fb qsynth-0.1.0.ebuild 668
MD5 2f3f2245840e9b401fd2beb970484b1d qsynth-0.2.1.ebuild 672
+MD5 e31ec9c58022f2e27999db4bb7825722 qsynth-0.2.2.ebuild 681
MD5 fde45970ba4d6681ef829f9fde4b7e72 files/digest-qsynth-0.1.0 63
MD5 0ad37e882f8d5b9c5e58810f9e646468 files/digest-qsynth-0.2.1 63
+MD5 c8736c07a5030eb5fe6ffac7629d16de files/digest-qsynth-0.2.2 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBp4U5ArHZZzCEUG0RArmoAJ9wDTLK2OR0+GnOAuvAc+3XG/Dr5QCfYiJT
+pkS4F2oUGjWipG6byePn8hU=
+=0Ov2
+-----END PGP SIGNATURE-----
diff --git a/media-sound/qsynth/files/digest-qsynth-0.2.2 b/media-sound/qsynth/files/digest-qsynth-0.2.2
new file mode 100644
index 000000000000..645d5b10d81d
--- /dev/null
+++ b/media-sound/qsynth/files/digest-qsynth-0.2.2
@@ -0,0 +1 @@
+MD5 21672dcb836df0a7ee8a8cfa093ba491 qsynth-0.2.2.tar.gz 119539
diff --git a/media-sound/qsynth/qsynth-0.2.2.ebuild b/media-sound/qsynth/qsynth-0.2.2.ebuild
new file mode 100644
index 000000000000..7d3fa8b29c0c
--- /dev/null
+++ b/media-sound/qsynth/qsynth-0.2.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.2.ebuild,v 1.1 2004/11/26 19:33:59 eradicator Exp $
+
+DESCRIPTION="A Qt application to control FluidSynth"
+HOMEPAGE="http://qsynth.sf.net/"
+SRC_URI="mirror://sourceforge/qsynth/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND="virtual/libc
+ >=x11-libs/qt-3.1.1
+ media-sound/fluidsynth"
+
+src_compile() {
+ addwrite ${QTDIR}/etc/settings
+ econf || die
+ emake || die
+}
+
+src_install () {
+ einstall || die "make install failed"
+ dodoc AUTHORS COPYING ChangeLog README TODO
+}