corporate2/devel/multimedia/sound/libsamplerate - Fix build with latest autofoo
Onur Küçük
paketler-commits at pardus.org.tr
Wed Oct 27 19:13:00 EEST 2010
Author: onur
Date: Wed Oct 27 19:13:00 2010
New Revision: 103662
Modified:
corporate2/devel/multimedia/sound/libsamplerate/actions.py
corporate2/devel/multimedia/sound/libsamplerate/pspec.xml
Log:
Fix build with latest autofoo
Drop fftw dep, it's only for an optional part of the test suite
Change source archive checksum, somehow it is changed silently
---
actions.py | 5 +++--
pspec.xml | 13 ++++++++++++-
2 files changed, 15 insertions(+), 3 deletions(-)
Modified: corporate2/devel/multimedia/sound/libsamplerate/actions.py
=================================================================
--- corporate2/devel/multimedia/sound/libsamplerate/actions.py (original)
+++ corporate2/devel/multimedia/sound/libsamplerate/actions.py Wed Oct 27 19:13:00 2010
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
-# Copyright 2005-2009 TUBITAK/UEKAE
+# Copyright 2005-2010 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
@@ -11,12 +11,13 @@
from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-fi")
+ autotools.autoreconf("-vfi")
libtools.libtoolize("--force --install")
autotools.configure("--with-pic \
--enable-sndfile \
--disable-static \
--enable-shared \
+ --disable-fftw \
--disable-dependency-tracking")
def build():
Modified: corporate2/devel/multimedia/sound/libsamplerate/pspec.xml
=================================================================
--- corporate2/devel/multimedia/sound/libsamplerate/pspec.xml (original)
+++ corporate2/devel/multimedia/sound/libsamplerate/pspec.xml Wed Oct 27 19:13:00 2010
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio</Summary>
<Description>Secret Rabbit Code is a sample rate converter for audio. It is capable of arbitrary and time varying conversions. It can downsample by a factor of 12 and upsample by the same factor. The ratio of input and output sample rates can be a real number. The conversion ratio can also vary with time for speeding up and slowing down effects.</Description>
- <Archive sha1sum="98a52392eb97f9ba724ca024b3af29a8a0cc0206" type="targz">http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz</Archive>
+ <Archive sha1sum="f3f803ec5feae5a3fdb0fa3937277669e854386e" type="targz">http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="3.0.1">fftw3</Dependency>
<Dependency versionFrom="1.0.17">libsndfile</Dependency>
@@ -39,6 +39,17 @@
</Package>
<History>
+ <Update release="7">
+ <Date>2010-10-27</Date>
+ <Version>0.1.7</Version>
+ <Comment>
+ Fix build with latest autofoo
+ Drop fftw dep, it's only for an optional part of the test suite
+ Change source archive checksum, somehow it is changed silently
+ </Comment>
+ <Name>Onur Küçük</Name>
+ <Email>onur at pardus.org.tr</Email>
+ </Update>
<Update release="6">
<Date>2010-10-26</Date>
<Version>0.1.7</Version>
More information about the paketler-commits
mailing list