diff options
author | Chris White <chriswhite@gentoo.org> | 2004-08-19 23:01:08 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-08-19 23:01:08 +0000 |
commit | 719c95c51d9fcf4963941b489def13afc4e172f7 (patch) | |
tree | 0a4a4fe18df32e5fc966e0bd412009fccd066b7b /media-libs/libdsp | |
parent | fix QA nitpicking (Manifest recommit) (diff) | |
download | gentoo-2-719c95c51d9fcf4963941b489def13afc4e172f7.tar.gz gentoo-2-719c95c51d9fcf4963941b489def13afc4e172f7.tar.bz2 gentoo-2-719c95c51d9fcf4963941b489def13afc4e172f7.zip |
Bumped to -r1 with some additions mentioned in Bug #58587.
Diffstat (limited to 'media-libs/libdsp')
-rw-r--r-- | media-libs/libdsp/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libdsp/Manifest | 6 | ||||
-rw-r--r-- | media-libs/libdsp/files/digest-libdsp-4.9.2-r1 | 2 | ||||
-rw-r--r-- | media-libs/libdsp/libdsp-4.9.2-r1.ebuild | 68 |
4 files changed, 81 insertions, 3 deletions
diff --git a/media-libs/libdsp/ChangeLog b/media-libs/libdsp/ChangeLog index c0d8e2896d86..5ea72fa2e25f 100644 --- a/media-libs/libdsp/ChangeLog +++ b/media-libs/libdsp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/libdsp # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdsp/ChangeLog,v 1.1 2004/08/19 22:46:18 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdsp/ChangeLog,v 1.2 2004/08/19 23:01:08 chriswhite Exp $ + +*libdsp-4.9.2-r1 (20 Aug 2004) + + 20 Aug 2004; Chris White <chriswhite@gentoo.org> +libdsp-4.9.2-r1.ebuild: + Bumped to -r1 and added user posted doc flags and INLINES install fix. Thanks + to Ed Wildgoose <gentoo@wildgooses.com> for reporting. *libdsp-4.9.2 (20 Aug 2004) diff --git a/media-libs/libdsp/Manifest b/media-libs/libdsp/Manifest index 576a98937be4..23d1738e56f7 100644 --- a/media-libs/libdsp/Manifest +++ b/media-libs/libdsp/Manifest @@ -1,5 +1,7 @@ -MD5 d2596bad63ed83f18cb6aeb41fbd72b0 libdsp-4.9.2.ebuild 1527 +MD5 9ceef00c506cc4024c4eb831ea216a31 libdsp-4.9.2.ebuild 1526 MD5 dbafe0153b3ee5f599d5dbeac4aa3210 metadata.xml 224 -MD5 d4e42cb20550df460c5211c6a2ef7257 ChangeLog 606 +MD5 2506750304ad3b4920c48a88c06f7a7c ChangeLog 1048 +MD5 1d2720ae8948bfd9ad41350f91df0fcb libdsp-4.9.2-r1.ebuild 1725 MD5 0f21eaa6e644359d7a33dad21b8f330d files/Makefile.patch 2012 MD5 7026d7f1b8c75423ecfad3ceaf859760 files/digest-libdsp-4.9.2 136 +MD5 7026d7f1b8c75423ecfad3ceaf859760 files/digest-libdsp-4.9.2-r1 136 diff --git a/media-libs/libdsp/files/digest-libdsp-4.9.2-r1 b/media-libs/libdsp/files/digest-libdsp-4.9.2-r1 new file mode 100644 index 000000000000..d341d2f15883 --- /dev/null +++ b/media-libs/libdsp/files/digest-libdsp-4.9.2-r1 @@ -0,0 +1,2 @@ +MD5 91ff67c7d4c25e73ab7166f0ebf873e6 libdsp-src-4.9.2.tar.gz 324883 +MD5 bd51911d22b7f67bf7c67277f73c6f5c libdsp-doc-html.tar.gz 1299174 diff --git a/media-libs/libdsp/libdsp-4.9.2-r1.ebuild b/media-libs/libdsp/libdsp-4.9.2-r1.ebuild new file mode 100644 index 000000000000..ba293f4bb17a --- /dev/null +++ b/media-libs/libdsp/libdsp-4.9.2-r1.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdsp/libdsp-4.9.2-r1.ebuild,v 1.1 2004/08/19 23:01:08 chriswhite Exp $ + +IUSE="doc" + +inherit eutils + +DESCRIPTION="C++ class library of common digital signal processing functions." +HOMEPAGE="http://libdsp.sf.net" +SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.gz + doc? mirror://sourceforge/${PN}/${PN}-doc-html.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +DEPEND="" + +S=${WORKDIR}/${PN}-src-${PV} + +src_unpack() { + unpack ${A} + cd ${S} +} + +src_compile() { + # fixes some Makefile weirdness + epatch ${FILESDIR}/Makefile.patch + + # use our CFLAGS/CXXFLAGS instead + sed -e "s:^CFLAGS.*:CFLAGS = ${CFLAGS}:" -i libDSP/Makefile + sed -e "s:^CXXFLAGS.*:CXXFLAGS = ${CXXFLAGS}:" -i DynThreads/Makefile + + # use our PREFIX too + sed -e "s:^PREFIX.*:PREFIX = ${D}/usr:" -i Inlines/Makefile + sed -e "s:^PREFIX.*:PREFIX = ${D}/usr:" -i libDSP/Makefile + sed -e "s:^PREFIX.*:PREFIX = ${D}/usr:" -i DynThreads/Makefile + + # libtool only supports the --tag option from v1.5 onwards + if ! has_version >= sys-devel/libtool-1.5.0; then + sed -e "s/^LIBTOOL = libtool --tag=CXX/LIBTOOL = libtool/" -i libDSP/Makefile + fi + + cd ${S}/DynThreads + emake || die "DynThreads make failed!" + + cd ${S}/libDSP + emake || die "libDSP make failed!" +} + +src_install() { + + mkdir -p ${D}/usr/include + cd ${S}/Inlines + make install || die "Inlines install failed!" + + cd ${S}/DynThreads + make install || die "DynThreads install failed!" + + cd ${S}/libDSP + make install || die "libDSP install failed!" + + if use doc; then + dohtml ${WORKDIR}/${PN}-doc-html/* + docinto samples + dodoc ${S}/libDSP/work/* + fi +} |