ChangeLog

# ChangeLog for media-plugins/blop
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/ChangeLog,v 1.11 2007/09/17 20:38:14 phreak Exp $

17 Sep 2007; Christian Heim metadata.xml:
Removing fvdpol from metadata.xml (see #51321 for reference).

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

26 Jul 2004; Jeremy Huddleston blop-0.2.8.ebuild:
Stable x86 and amd64.

23 Jun 2004; David Holm blop-0.2.8.ebuild:
Added to ~ppc.

*blop-0.2.8 (21 Jun 2004)

21 Jun 2004; Frank van de Pol +metadata.xml,
+blop-0.2.8.ebuild:
Updated to new upstream version.

10 May 2004; Travis Tilley blop-0.2.7.ebuild:
added ~amd64 keyword

*blop-0.2.7 (26 Sep 2003)

26 Sep 2003; jje blop-0.2.7.ebuild:
Version bump. Closes #29551.

12 Jun 2003; blop-0.2.5.ebuild:
fix Header

*blop-0.2.5 (26 Jan 2003)

26 Jan 2003; Tobias Eichert blop-0.2.5.ebuild
files/digest-blop-0.2.5 ChangeLog:

New package for LADSPA sound effects plugins. Submitted by
rigo@home.nl (Rigo Ketelings) (bug #9456) but this package is
taken from bug #12830, a modified version by ashura666@mac.com
which is more standards compliant. Did a few ebuild
cleanups to make it real standards compliant. ;)

Manifest

DIST blop-0.2.5.tar.gz 67795 RMD160 80f32025cca6312408c8f2ab410250ec8363cb17 SHA1 0dcc5fec9c7ebde6d049db0d5d67221f815e81ce SHA256 d8a85d38c1df7bf9be14cca447271432c2bc5004cb00a8e286504d6cdf878c7d
DIST blop-0.2.7.tar.gz 93433 RMD160 b27292756744359b9acb1de50c29e077bf9fd629 SHA1 03c4aa28a9f54ff7bd61b9b233663aa9f5c304f4 SHA256 d04b4a728eb4342779dfb7ce112890a89e5be7a23a67a257a7aee76d520c1f90
DIST blop-0.2.8.tar.gz 228110 RMD160 1bc9578e461182df4c0d545c604af5128b62c54b SHA1 0ca1a2589a0c214ac0e215b21a94d389221ded46 SHA256 7e87134fac428d2c3a44423119e273d189ef08ee35f4873d7d88d64610af3e0a
EBUILD blop-0.2.5.ebuild 567 RMD160 a296d67a72789dd1dfa765d86dd6c29e31ae3a86 SHA1 91ad97094afc4eae4b97838e4d3d76cdcd68b9fd SHA256 46c75734479b548ccdfccdcf254284402ebc2fb93eea9fd9d61731c385672b55
EBUILD blop-0.2.7.ebuild 575 RMD160 8f11cf51836bab10a376e9949387f1e21fa87bd9 SHA1 422da6eb6a175aa708f0fb6d07ba0f2a1b3ef990 SHA256 f2fc88856b7838af586f2329c43331a2b86b81adb6f522e83ec5f705bed9ba52
EBUILD blop-0.2.8.ebuild 629 RMD160 85169a1eaba7714f8d2a97ac2753a0c06be9550f SHA1 591420a2b49a9d557df4c65cd55b716c79abac1f SHA256 8eb86a569d43a2e824e797246be8114c5581ea337d69e53d45e698a62ebdab5b
MISC ChangeLog 1464 RMD160 c640c177e00b7d0bd4a44161410018e06bd54564 SHA1 b9c21b25ef1cef56bfbfcb0dc30074be5e5bb704 SHA256 7ca3030198b18806cccbf92639c6f41faf74c586b373d6e6893181ab53ffc3eb
MISC metadata.xml 666 RMD160 677954b1906f9d0cebf8fb5f5679f18acd1ee127 SHA1 73de55143843daf06dd4c3130ed3c3c428b2c0e4 SHA256 10e437bca014e46388f7d95e8ba358da18e8acb736ac0d8f6cd3d4e2b2708c4b

blop-0.2.5.ebuild

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/blop-0.2.5.ebuild,v 1.9 2004/06/24 23:27:03 agriffis Exp $

IUSE=""
DESCRIPTION="Bandlimited LADSPA Oscillator Plugins"
SRC_URI="mirror://sourceforge/blop/${P}.tar.gz"
HOMEPAGE="http://blop.sf.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"

DEPEND=">=media-libs/ladspa-sdk-1.12"

src_compile() {
econf --with-ladspa-prefix=/usr || die
emake || die
}

src_install() {

make DESTDIR=${D} install || die
}

blop-0.2.7.ebuild

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/blop-0.2.7.ebuild,v 1.4 2004/06/24 23:27:03 agriffis Exp $

IUSE=""
DESCRIPTION="Bandlimited LADSPA Oscillator Plugins"
SRC_URI="mirror://sourceforge/blop/${P}.tar.gz"
HOMEPAGE="http://blop.sf.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~amd64"

DEPEND=">=media-libs/ladspa-sdk-1.12"

src_compile() {
econf --with-ladspa-prefix=/usr || die
emake || die
}

src_install() {

make DESTDIR=${D} install || die
}

blop-0.2.8.ebuild

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/blop/blop-0.2.8.ebuild,v 1.4 2004/07/26 07:39:57 eradicator Exp $

IUSE=""
DESCRIPTION="Bandlimited LADSPA Oscillator Plugins"
SRC_URI="mirror://sourceforge/blop/${P}.tar.gz"
HOMEPAGE="http://blop.sf.net/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64 ~ppc"

DEPEND=">=media-libs/ladspa-sdk-1.12"

src_compile() {
econf --with-ladspa-prefix=/usr || die
emake || die
}

src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog NEWS THANKS TODO
}

metadata.xml




sound

BLOP comprises a set of LADSPA plugins that generate bandlimited
sawtooth, square, variable pulse and slope-variable triangle waves, for
use in LADSPA hosts, principally for use with one of the many modular
software synthesisers available. They are wavetable based, and are
designed to produce output with harmonic content as high as possible
over a wide pitch range. Additionally, there are a few extra plugins to
assist in building synthesis networks.