Skip to content

Commit

Permalink
media-sound/tapiir: [QA] Various fixes
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
SoapGentoo committed Jun 3, 2017
1 parent dafc03e commit a7ad55c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions media-sound/tapiir/tapiir-0.7.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=2
inherit eutils

DESCRIPTION="a flexible audio effects processor, inspired on the classical magnetic tape delay systems"
DESCRIPTION="A flexible audio effects processor, inspired by classical tape delay systems"
HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/tapiir/"
SRC_URI="http://www.iua.upf.es/~mdeboer/projects/tapiir/download/${P}.tar.gz"

Expand Down
26 changes: 13 additions & 13 deletions media-sound/tapiir/tapiir-0.7.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit autotools eutils
EAPI=6

DESCRIPTION="a flexible audio effects processor, inspired on the classical magnetic tape delay systems"
inherit autotools

DESCRIPTION="A flexible audio effects processor, inspired by classical tape delay systems"
HOMEPAGE="http://www.resorama.com/maarten/tapiir/"
SRC_URI="http://www.resorama.com/maarten/files/${P}.tgz"

Expand All @@ -19,23 +20,22 @@ RDEPEND="
"
DEPEND="${RDEPEND}"

src_prepare() {
epatch "${FILESDIR}"/${PN}-0.7.2-ldflags.patch
PATCHES=( "${FILESDIR}"/${PN}-0.7.2-ldflags.patch )

src_prepare() {
default
mv configure.{in,ac} || die
cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die

eautoreconf
}

src_configure() {
econf --disable-dependency-tracking
}

src_install() {
local HTML_DOCS=( doc/{*.html,images/*.png} )
default

doman doc/${PN}.1
dodoc AUTHORS doc/${PN}.txt
dohtml doc/*.html doc/images/*.png
dodoc doc/${PN}.txt

insinto /usr/share/${PN}/examples
doins doc/examples/*.mtd
}

0 comments on commit a7ad55c

Please sign in to comment.