]> git.pld-linux.org Git - packages/soundtouch.git/commitdiff
- updated to 2.1.2 auto/th/soundtouch-2.1.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Apr 2019 10:50:13 +0000 (12:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Apr 2019 10:50:13 +0000 (12:50 +0200)
soundtouch.spec

index 3454cb03ce16e8470f9fa20fd6090204d76ad349..9aa2ab1973d8a9defadde9c068fa302a2da7495f 100644 (file)
@@ -6,16 +6,20 @@
 Summary:       SoundTouch - sound processing library
 Summary(pl.UTF-8):     SoundTouch - biblioteka do przetwarzania dźwięku
 Name:          soundtouch
-Version:       2.0.0
+Version:       2.1.2
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-#Source0Download: http://www.surina.net/soundtouch/sourcecode.html
-Source0:       http://www.surina.net/soundtouch/%{name}-%{version}.tar.gz
-# Source0-md5: 9f5eaf7b767970c2dbc75b7a443ec15a
+#Source0Download: https://gitlab.com/soundtouch/soundtouch/tags
+Source0:       https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: c86cbd3ac6978aa4111302c085641f78
 URL:           http://www.surina.net/soundtouch/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+%ifarch %{ix86} %{x8664} x32
+# <cpuid.h>
+BuildRequires: gcc >= 6:4.3
+%endif
 %{?with_openmp:BuildRequires:  libgomp-devel}
 BuildRequires: libstdc++-devel >= 6:4.3
 BuildRequires: libtool >= 2:1.5
@@ -79,7 +83,7 @@ program ma także być przykładem, jak można wykorzystywać bibliotekę
 SoundTouch do przetwarzania dźwięku we własnych programach.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 %{__libtoolize}
This page took 0.333876 seconds and 4 git commands to generate.