]> git.pld-linux.org Git - packages/guitarix.git/blobdiff - guitarix.spec
boost rebuild
[packages/guitarix.git] / guitarix.spec
index 1a9650912bd6274040480d37cf04105412f6ee50..5f4082b6cc382dd7e451d3efce1e9d82e80e45ba 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Linux Rock Guitar Amplifier for Jack Audio Connektion Kit
 Name:          guitarix
 Version:       0.41.0
-Release:       1
+Release:       4
 License:       GPL v2+, GPL v3+ (abgate plugin)
 Group:         Applications/Multimedia
 Source0:       http://downloads.sourceforge.net/guitarix/%{name}2-%{version}.tar.xz
 # Source0-md5: 4fd6babdf42881d8b99837647049661f
+Patch0:                glib2.68.patch
 URL:           https://guitarix.org/
 BuildRequires: avahi-gobject-devel
 BuildRequires: bluez-libs-devel
@@ -25,6 +26,7 @@ BuildRequires:        ladspa-devel
 BuildRequires: liblrdf-devel
 BuildRequires: libsndfile-devel >= 1.0.17
 BuildRequires: lilv-devel
+BuildRequires: sassc
 BuildRequires: zita-convolver-devel >= 4.0.0
 BuildRequires: zita-resampler-devel
 Requires:      ladspa
@@ -46,6 +48,7 @@ use the feedback and feedforward sliders.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 CC="%{__cc}" \
@@ -60,6 +63,9 @@ LDFLAGS="%{rpmldflags}" \
        --ladspadir=%{_libdir}/ladspa \
        --mod-lv2 \
        --ladspa \
+%ifarch %{ix86}
+       --disable-sse \
+%endif
        --new-ladspa
 
 ./waf build
This page took 0.042206 seconds and 4 git commands to generate.