Accepting request 78183 from multimedia:libs
disable quilt usage (forwarded request 78182 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/78183 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsamplerate?expand=0&rev=18
This commit is contained in:
commit
62ba541d6b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 6 17:47:41 CEST 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
- disable quilt usage, as it extends the build chain quite some
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 8 16:23:18 UTC 2010 - cristian.rodriguez@opensuse.org
|
Wed Dec 8 16:23:18 UTC 2010 - cristian.rodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libsamplerate
|
Name: libsamplerate
|
||||||
BuildRequires: fftw3-devel libsndfile-devel pkgconfig quilt
|
BuildRequires: fftw3-devel libsndfile-devel pkgconfig
|
||||||
Summary: A Sample Rate Converter Library
|
Summary: A Sample Rate Converter Library
|
||||||
Version: 0.1.7
|
Version: 0.1.7
|
||||||
Release: 2
|
Release: 2
|
||||||
@ -83,7 +83,10 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
QUILT_PATCHES=debian/patches quilt push -a
|
for i in debian/patches/*diff ; do
|
||||||
|
patch -p1 <$i
|
||||||
|
done
|
||||||
|
find . -name "*.orig"|xargs rm
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf --force --install
|
autoreconf --force --install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user