diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-sound/aeolus | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-sound/aeolus')
-rw-r--r-- | media-sound/aeolus/Manifest | 3 | ||||
-rw-r--r-- | media-sound/aeolus/aeolus-0.8.1.ebuild | 47 | ||||
-rw-r--r-- | media-sound/aeolus/aeolus-0.8.4.ebuild | 46 | ||||
-rw-r--r-- | media-sound/aeolus/aeolus-0.9.0.ebuild | 51 | ||||
-rw-r--r-- | media-sound/aeolus/metadata.xml | 16 |
5 files changed, 163 insertions, 0 deletions
diff --git a/media-sound/aeolus/Manifest b/media-sound/aeolus/Manifest new file mode 100644 index 000000000000..4c76e9e82651 --- /dev/null +++ b/media-sound/aeolus/Manifest @@ -0,0 +1,3 @@ +DIST aeolus-0.8.1.tar.bz2 59676 SHA256 33cd33a3aad11123fa433ebd37fc8a5c13640d6ea059d3f1bf4f05c0f353c37f +DIST aeolus-0.8.4.tar.bz2 64562 SHA256 59a88976e1f46dfa73d38fe209bd55b17f4c44e62a91797b84be45c6ba1654ea SHA512 79e938355f62e2b91632e0d95130e922b069116459df101dde9ec943f4c2858bb4ff14338f2fd008b26b4f47958c4b6e39d011093ef34b33dc1da2ab89f869c6 WHIRLPOOL 06713b6d23a7224fa998ab3965b00099e4192446ac4cc92547122ad493aa55522595d2c4965b999c68e8ad0a031b349aac84046f43c690d807dd675c7e1aa628 +DIST aeolus-0.9.0.tar.bz2 69017 SHA256 f7bd08d228b15a1d76a21709b47899eea16ebda2585a4348fa4615a1fe8a7336 SHA512 b73ddcb3338dc2c30d11976c1cb7239fab455faf6b1cfc87582a1e48e8bdb90f163b467e93ed5e1c524900ecf59802f4012f83b2181cccad52186c99cfa2baf9 WHIRLPOOL d9293b1a94747e0b59776e9b860ca07abd489f600ebd841e7ec27437215879ca95fe8fb2dc5a6b340b03874aed96b310ba1dca49badcb4b6a2b9c47a5ffa8a15 diff --git a/media-sound/aeolus/aeolus-0.8.1.ebuild b/media-sound/aeolus/aeolus-0.8.1.ebuild new file mode 100644 index 000000000000..b2407f74e4d4 --- /dev/null +++ b/media-sound/aeolus/aeolus-0.8.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit versionator toolchain-funcs multilib + +MY_P=${PN}-$(replace_version_separator 3 '-') + +DESCRIPTION="A synthesised pipe organ emulator" +HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html" +SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +DEPEND=">=media-libs/libclalsadrv-1.2.2 + >=media-libs/libclthreads-2.2.1 + >=media-libs/libclxclient-3.3.2 + x11-libs/libXft + x11-libs/libX11 + >=media-sound/jack-audio-connection-kit-0.109.2 + media-libs/alsa-lib + sys-libs/readline" + +RDEPEND="${DEPEND} + media-libs/stops" + +S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) + +src_compile() { + tc-export CXX + sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS" + sed -i -e "s:/sbin/ldconfig:true:" Makefile || die "Failed to remove ldconfig call CFLAGS" + sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler" + emake PREFIX="/usr" LIBDIR=$(get_libdir) || die "make failed" +} + +src_install() { + dodir /usr/bin + emake PREFIX="${D}/usr" install || die "make install failed" + dodoc README AUTHORS + echo "-S /usr/share/stops" > "${T}/aeolus.conf" + insinto /etc + doins "${T}/aeolus.conf" +} diff --git a/media-sound/aeolus/aeolus-0.8.4.ebuild b/media-sound/aeolus/aeolus-0.8.4.ebuild new file mode 100644 index 000000000000..ccc86798c371 --- /dev/null +++ b/media-sound/aeolus/aeolus-0.8.4.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit versionator toolchain-funcs multilib + +MY_P=${PN}-$(replace_version_separator 3 '-') + +DESCRIPTION="A synthesised pipe organ emulator" +HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html" +SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-libs/libclalsadrv-2.0.0 + >=media-libs/libclthreads-2.4.0 + >=media-libs/libclxclient-3.6.1 + x11-libs/libXft + x11-libs/libX11 + >=media-sound/jack-audio-connection-kit-0.109.2 + media-libs/alsa-lib + sys-libs/readline" + +RDEPEND="${DEPEND} + media-libs/stops" + +S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)/source + +src_compile() { + tc-export CXX + sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS" + sed -i -e "s:/sbin/ldconfig:true:" Makefile || die "Failed to remove ldconfig call CFLAGS" + sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler" + emake PREFIX="/usr" LIBDIR=$(get_libdir) || die "make failed" +} + +src_install() { + emake PREFIX="${D}/usr" install || die "make install failed" + dodoc ../README ../AUTHORS + echo "-S /usr/share/stops" > "${T}/aeolus.conf" + insinto /etc + doins "${T}/aeolus.conf" +} diff --git a/media-sound/aeolus/aeolus-0.9.0.ebuild b/media-sound/aeolus/aeolus-0.9.0.ebuild new file mode 100644 index 000000000000..10310e5e7da5 --- /dev/null +++ b/media-sound/aeolus/aeolus-0.9.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit versionator toolchain-funcs multilib flag-o-matic + +MY_P=${PN}-$(replace_version_separator 3 '-') + +DESCRIPTION="A synthesised pipe organ emulator" +HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/aeolus/index.html" +SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + media-libs/zita-alsa-pcmi + >=media-libs/libclthreads-2.4.0 + >=media-libs/libclxclient-3.6.1 + x11-libs/libXft + x11-libs/libX11 + >=media-sound/jack-audio-connection-kit-0.109.2 + media-libs/alsa-lib + sys-libs/readline:0" + +RDEPEND="${DEPEND} + media-libs/stops" + +S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)/source + +src_compile() { + tc-export CXX + append-cppflags $($(tc-getPKG_CONFIG) --cflags xft) + sed -i -e "s/-O3//" Makefile || die "Failed to remove forced CFLAGS" + sed -i -e "s:ldconfig:true:" Makefile || die "Failed to remove ldconfig call" + sed -i -e "s/g++/$(tc-getCXX)/" Makefile || die "Failed to set correct compiler" + sed -i -e "s/-lXft/`$(tc-getPKG_CONFIG) --libs xft`/" Makefile || die + emake PREFIX="/usr" LIBDIR=$(get_libdir) +} + +src_install() { + emake PREFIX="${D}/usr" install + dodoc ../README ../AUTHORS + echo "-S /usr/share/stops" > "${T}/aeolus.conf" + insinto /etc + doins "${T}/aeolus.conf" +} diff --git a/media-sound/aeolus/metadata.xml b/media-sound/aeolus/metadata.xml new file mode 100644 index 000000000000..a2cd58b8094c --- /dev/null +++ b/media-sound/aeolus/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>proaudio</herd> +<longdescription lang="en"> + Aeolus is a synthesised (i.e. not sampled) pipe organ emulator that should + be good enough to make an organist enjoy playing it. It is a software + synthesiser optimised for this job, with possibly hundreds of controls for + each stop, that enable the user to "voice" his instrument. + + Main features of the default instrument: three manuals and one pedal, five + different temperaments, variable tuning, MIDI control of course, stereo, + surround or Ambisonics output, flexible audio controls including a large + church reverb. +</longdescription> +</pkgmetadata> |