summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-08-19 19:16:55 +0000
committerSamuli Suominen <drac@gentoo.org>2007-08-19 19:16:55 +0000
commita9e9350e76914d44a8ee9033f5643f2e7359f1c6 (patch)
tree457a786d79d26df1b450b59f4a29c20bc1ce4283 /media-sound/qsampler
parentamd64 stable, bug #187681. (diff)
downloadgentoo-2-a9e9350e76914d44a8ee9033f5643f2e7359f1c6.tar.gz
gentoo-2-a9e9350e76914d44a8ee9033f5643f2e7359f1c6.tar.bz2
gentoo-2-a9e9350e76914d44a8ee9033f5643f2e7359f1c6.zip
Version bump.
(Portage version: 2.1.3.6)
Diffstat (limited to 'media-sound/qsampler')
-rw-r--r--media-sound/qsampler/ChangeLog7
-rw-r--r--media-sound/qsampler/files/digest-qsampler-0.1.03
-rw-r--r--media-sound/qsampler/files/digest-qsampler-0.1.33
-rw-r--r--media-sound/qsampler/qsampler-0.1.0.ebuild45
-rw-r--r--media-sound/qsampler/qsampler-0.1.3.ebuild41
5 files changed, 50 insertions, 49 deletions
diff --git a/media-sound/qsampler/ChangeLog b/media-sound/qsampler/ChangeLog
index d96b9f994a70..75071433e5f4 100644
--- a/media-sound/qsampler/ChangeLog
+++ b/media-sound/qsampler/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/qsampler
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.10 2007/02/22 01:21:40 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/ChangeLog,v 1.11 2007/08/19 19:16:55 drac Exp $
+
+*qsampler-0.1.3 (19 Aug 2007)
+
+ 19 Aug 2007; Samuli Suominen <drac@gentoo.org> +qsampler-0.1.3.ebuild:
+ Version bump.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/media-sound/qsampler/files/digest-qsampler-0.1.0 b/media-sound/qsampler/files/digest-qsampler-0.1.0
deleted file mode 100644
index e763bff9e833..000000000000
--- a/media-sound/qsampler/files/digest-qsampler-0.1.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 455f0d234767b8bbb9d5270f84a9b8d4 qsampler-0.1.0.tar.gz 121063
-RMD160 06f2ddbd192fa5a844344dfccf16f9b8537e19e8 qsampler-0.1.0.tar.gz 121063
-SHA256 ede4a2b455916fa88fd7d3cbdc8358d1234e8264a16fbb22a5fe874b69d92d38 qsampler-0.1.0.tar.gz 121063
diff --git a/media-sound/qsampler/files/digest-qsampler-0.1.3 b/media-sound/qsampler/files/digest-qsampler-0.1.3
new file mode 100644
index 000000000000..3f6ac49b0f28
--- /dev/null
+++ b/media-sound/qsampler/files/digest-qsampler-0.1.3
@@ -0,0 +1,3 @@
+MD5 a65f90792fb434c62c06e114d667271c qsampler-0.1.3.tar.gz 130622
+RMD160 9dd6317c9cf44532e95a2f72a600f3f719a07f4b qsampler-0.1.3.tar.gz 130622
+SHA256 5826d5174d90b207ee362bea985f963f809bbc05afa1796590f1ed129cda47f8 qsampler-0.1.3.tar.gz 130622
diff --git a/media-sound/qsampler/qsampler-0.1.0.ebuild b/media-sound/qsampler/qsampler-0.1.0.ebuild
deleted file mode 100644
index a2f17166eaeb..000000000000
--- a/media-sound/qsampler/qsampler-0.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.1.0.ebuild,v 1.7 2007/07/11 19:30:24 mr_bones_ Exp $
-
-inherit kde eutils
-
-DESCRIPTION="QSampler is a graphical frontent to the LinuxSampler engine."
-HOMEPAGE="http://www.linuxsampler.org/"
-SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-amd64 ~x86"
-IUSE=""
-RDEPEND="=x11-libs/qt-3*
- >=media-libs/liblscp-0.2.9
- >=media-libs/libgig-2.0.0
- media-libs/alsa-lib"
-
-DEPEND="${RDEPEND}"
-#S="${WORKDIR}/${PN}"
-
-src_compile() {
- econf || die "./configure failed"
-
- ### borrowed from kde.eclass #
- #
- # fix the sandbox errors "can't writ to .kde or .qt" problems.
- # this is a fake homedir that is writeable under the sandbox,
- # so that the build process can do anything it wants with it.
- REALHOME="$HOME"
- mkdir -p $T/fakehome/.kde
- mkdir -p $T/fakehome/.qt
- export HOME="$T/fakehome"
- addwrite "${QTDIR}/etc/settings"
-
- # things that should access the real homedir
- [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
-
- emake || die "make failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc AUTHORS ChangeLog README
-}
diff --git a/media-sound/qsampler/qsampler-0.1.3.ebuild b/media-sound/qsampler/qsampler-0.1.3.ebuild
new file mode 100644
index 000000000000..de1e00e98ce3
--- /dev/null
+++ b/media-sound/qsampler/qsampler-0.1.3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsampler/qsampler-0.1.3.ebuild,v 1.1 2007/08/19 19:16:55 drac Exp $
+
+DESCRIPTION="QSampler is a graphical frontend to the LinuxSampler engine."
+HOMEPAGE="http://www.linuxsampler.org"
+SRC_URI="http://download.linuxsampler.org/packages/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="=x11-libs/qt-3*
+ >=media-libs/liblscp-0.3
+ >=media-libs/libgig-3
+ >=media-sound/linuxsampler-0.4
+ media-libs/alsa-lib"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf
+
+ # Fix sandbox errors by borrowing from kde.eclass.
+ REALHOME="$HOME"
+ mkdir -p "${T}"/fakehome/.kde
+ mkdir -p "${T}"/fakehome/.qt
+ export HOME="${T}"/fakehome
+ addwrite "${QTDIR}"/etc/settings
+
+ # Things that should access the real homedir.
+ [ -d "$REALHOME/.ccache" ] && ln -sf "$REALHOME/.ccache" "$HOME/"
+
+ emake -j1 || die "emake failed."
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog README TODO
+ doman debian/${PN}.1
+}