summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-15 14:32:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-15 14:32:34 +0000
commit9b1dd70224025981cafd4ab87bac305927dfeb31 (patch)
tree053a8c95eb5aad85e05a09d3549374b854f56f01 /media-libs/libsoundtouch
parentCleanup old version. (diff)
downloadgentoo-2-9b1dd70224025981cafd4ab87bac305927dfeb31.tar.gz
gentoo-2-9b1dd70224025981cafd4ab87bac305927dfeb31.tar.bz2
gentoo-2-9b1dd70224025981cafd4ab87bac305927dfeb31.zip
old
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r--media-libs/libsoundtouch/Manifest3
-rw-r--r--media-libs/libsoundtouch/files/libsoundtouch-1.4.0-flags.patch27
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild53
3 files changed, 0 insertions, 83 deletions
diff --git a/media-libs/libsoundtouch/Manifest b/media-libs/libsoundtouch/Manifest
index fce9959f27e7..9218749fa777 100644
--- a/media-libs/libsoundtouch/Manifest
+++ b/media-libs/libsoundtouch/Manifest
@@ -1,8 +1,5 @@
-AUX libsoundtouch-1.4.0-flags.patch 1138 RMD160 149b5a41691550f54c3505349118af69a24a0a63 SHA1 848b9bc6bd0ef2c80b39ecae67cc3ed1bd187836 SHA256 3b024fd846164aba418e9e9580262b705e564af8583f7188430ca4727658fa0b
AUX libsoundtouch-1.5.0-flags_and_version.patch 1693 RMD160 8a456e9901d875b1242abf08b40b9b0bf0714964 SHA1 7a7f6c920bdca4f31dead935f31b3073d9a8f4c3 SHA256 d82f1f7313f007291f9d12a82d3880de9594bf9c9ba11453bcaa4e6cdedf3ab7
-DIST soundtouch-1.4.0.tar.gz 413183 RMD160 d496a09aa3ebcffdab656d762dc3643b82c8c570 SHA1 c349476751dca48d1f330528d1126c7faa11d01e SHA256 d7f40b1acf24789b3d24316e368859df2784135c29d244181020f94d803a11fb
DIST soundtouch-1.5.0.tar.gz 283273 RMD160 da95a81bd34d2808a9bd771c442ca4cfdf7de3c6 SHA1 c3e73419acec242a49a408b78c55883def937fc0 SHA256 a1465b327f513ab3f75fbf5eba039a21568eebcf0dc18ce2809f874b5a79b1af
-EBUILD libsoundtouch-1.4.0.ebuild 1337 RMD160 f23be986f701cbae0d4e44c8833cc60a7e2d98cc SHA1 7424af967be6a5ae89815c53e68d6fefc74e6e5c SHA256 3d1c06d49b69b84bfb6040c7f2dbc340c6097c6c5cf81bbbcbce2391f4377fa6
EBUILD libsoundtouch-1.5.0.ebuild 1280 RMD160 08e28d3ee3b39adff62395e500037c216a313ca6 SHA1 17f98ea8b8f80419bfab55ec5181c7ffdc29fc2e SHA256 a9b792d33bfe9655f4eb536fc85d902f615d2981ca86beebc9274c8afb6953b7
MISC ChangeLog 5817 RMD160 6d63cb759866310ce52f931ee064a49cb5d68ac3 SHA1 fa1aca4df0039299467aeef2d328c09fd0210a33 SHA256 c1f14ec413772547b5031f17a0b8d79b838c80250158df19ee6236cc9811147a
MISC metadata.xml 159 RMD160 568344dc99ebe68c2e2d43d268d186757532144d SHA1 3f9589301dbaa4363c56de0f309cf792d8c38b63 SHA256 eb5b8cfa9aed067cd72d6439beac2dd0abdba30248f27e4b337012b493a18369
diff --git a/media-libs/libsoundtouch/files/libsoundtouch-1.4.0-flags.patch b/media-libs/libsoundtouch/files/libsoundtouch-1.4.0-flags.patch
deleted file mode 100644
index 0f8a9e2ebb77..000000000000
--- a/media-libs/libsoundtouch/files/libsoundtouch-1.4.0-flags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ur soundtouch.orig/source/SoundStretch/Makefile.am soundtouch/source/SoundStretch/Makefile.am
---- soundtouch.orig/source/SoundStretch/Makefile.am 2009-01-25 18:32:53.000000000 +0200
-+++ soundtouch/source/SoundStretch/Makefile.am 2009-05-11 12:10:33.000000000 +0300
-@@ -43,11 +43,5 @@
- ## linker.
- soundstretch_LDADD=../SoundTouch/libSoundTouch.la -lm
-
--## linker flags
--soundstretch_LDFLAGS=-s
--
--## additional compiler flags
--soundstretch_CXXFLAGS=-O3
--
- #clean-local:
- # -rm -f additional-files-to-remove-on-make-clean
-diff -ur soundtouch.orig/source/SoundTouch/Makefile.am soundtouch/source/SoundTouch/Makefile.am
---- soundtouch.orig/source/SoundTouch/Makefile.am 2009-01-25 18:32:53.000000000 +0200
-+++ soundtouch/source/SoundTouch/Makefile.am 2009-05-11 12:11:05.000000000 +0300
-@@ -36,7 +36,7 @@
- # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
- # fix this script to automatically check for CPU architecture, please submit a patch
- # to me.
--AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
-+AM_CXXFLAGS=-fcheck-new -I../../include
-
-
- # other linking flags to add
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild
deleted file mode 100644
index bfaad2a6d39b..000000000000
--- a/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.4.0.ebuild,v 1.8 2010/05/21 22:01:08 hwoarang Exp $
-
-EAPI=2
-MY_PN=${PN/lib}
-inherit autotools eutils flag-o-matic multilib
-
-DESCRIPTION="Audio processing library for changing tempo, pitch and playback rates."
-HOMEPAGE="http://www.surina.net/soundtouch/"
-SRC_URI="http://www.surina.net/soundtouch/${P/lib}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86"
-IUSE="sse2"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-flags.patch
- eautoreconf
-
- if use sse2; then
- append-flags -msse2
- else
- sed -i -e '/^.*#define ALLOW_X86_OPTIMIZATIONS.*$/d' \
- include/STTypes.h || die "sed failed"
- fi
-}
-
-src_configure() {
- econf \
- --enable-shared \
- --disable-dependency-tracking \
- --disable-integer-samples
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" \
- CXXFLAGS="${CXXFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}/html" \
- install || die "emake install failed"
-
- # Upstream changed pkgconfig filename
- dosym ${MY_PN}-1.4.pc \
- /usr/$(get_libdir)/pkgconfig/${MY_PN}-1.0.pc || die "dosym failed"
-
- rm -f "${D}"/usr/share/doc/${PF}/html/COPYING.TXT
-}