Accepting request 37627 from multimedia:apps

Copy from multimedia:apps/snd based on submit request 37627 from user plater

OBS-URL: https://build.opensuse.org/request/show/37627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snd?expand=0&rev=18
This commit is contained in:
OBS User autobuild 2010-04-13 19:56:10 +00:00 committed by Git OBS Bridge
parent 6f9a3ec3e3
commit e237607fde
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Apr 10 07:56:00 UTC 2010 - davejplater@gmail.com
- Fixed executable-stack rpmlint error in /usr/bin/snd
-------------------------------------------------------------------
Mon Apr 5 07:04:32 UTC 2010 - davejplater@gmail.com

View File

@ -23,7 +23,7 @@ BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel l
BuildRequires: libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
Summary: Powerful Sound File Editor
Version: 11.4
Release: 1
Release: 2
License: LGPLv2.1+
Group: Productivity/Multimedia/Sound/Editors and Convertors
Requires: ladspa
@ -62,6 +62,7 @@ find -name "*.png" -type f | xargs chmod 0644
# %endif
CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
LDFLAGS="$LDFLAGS -Wl,-z -Wl,noexecstack" \
./configure --prefix=%{_prefix} \
--with-gtk \
--with-alsa \