From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- media-sound/galan/Manifest | 1 + media-sound/galan/galan-0.3.0_beta7.ebuild | 44 ++++++++++++++++++++++++++++++ media-sound/galan/metadata.xml | 8 ++++++ 3 files changed, 53 insertions(+) create mode 100644 media-sound/galan/Manifest create mode 100644 media-sound/galan/galan-0.3.0_beta7.ebuild create mode 100644 media-sound/galan/metadata.xml (limited to 'media-sound/galan') diff --git a/media-sound/galan/Manifest b/media-sound/galan/Manifest new file mode 100644 index 00000000000..6f853c5fefc --- /dev/null +++ b/media-sound/galan/Manifest @@ -0,0 +1 @@ +DIST galan-0.3.0_beta7.tar.gz 1138937 SHA256 1dfe1a876a73870afb530f1f9ea66735d73cf26fda9c881f2a1006b1dc155a07 SHA512 86ef525785c77c068146ea2cc4992091ad623bc43fde3603b00d9e8ef4583c0ecf60d061ab47386eb67dc7ef269a4631cdeb19317f3eeebf2fb2fc82c5b825a8 WHIRLPOOL ead23c582182a18c3a184507cdcbf5273f8a366a1fde2750dd17aa53abbbee9b8ef6360a9ba9ae6f9e3a77da5a49c779fd8b0bed324f8ce343ae05ce8df2f2e7 diff --git a/media-sound/galan/galan-0.3.0_beta7.ebuild b/media-sound/galan/galan-0.3.0_beta7.ebuild new file mode 100644 index 00000000000..9fb11b6e3b5 --- /dev/null +++ b/media-sound/galan/galan-0.3.0_beta7.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="gAlan - Graphical Audio Language" +HOMEPAGE="http://galan.sourceforge.net/" +SRC_URI="mirror://sourceforge/galan/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="vorbis alsa opengl jack" + +RDEPEND="x11-libs/gtk+:2 + vorbis? ( >=media-sound/vorbis-tools-1.0 ) + alsa? ( >=media-libs/alsa-lib-0.9.0_rc1 ) + opengl? ( + >=x11-libs/gtkglarea-1.99.0:2 + virtual/glu + ) + jack? ( >=media-sound/jack-audio-connection-kit-0.80.0 ) + media-libs/liblrdf + media-libs/ladspa-sdk + media-libs/audiofile + media-libs/libsndfile + sci-libs/fftw:2.1" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS NEWS NOTES README TODO ) + +src_configure() { + # Use lrdf.pc to get -I/usr/include/raptor2 (lrdf.h -> raptor.h) + append-cppflags $($(tc-getPKG_CONFIG) --cflags lrdf) + econf --disable-static +} + +src_install() { + default + find "${D}" -name '*.la' -exec rm -f {} + +} diff --git a/media-sound/galan/metadata.xml b/media-sound/galan/metadata.xml new file mode 100644 index 00000000000..8fc1bf51334 --- /dev/null +++ b/media-sound/galan/metadata.xml @@ -0,0 +1,8 @@ + + + + sound + + galan + + -- cgit v1.2.1