Accepting request 36942 from multimedia:apps
Copy from multimedia:apps/snd based on submit request 36942 from user plater OBS-URL: https://build.opensuse.org/request/show/36942 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snd?expand=0&rev=17
This commit is contained in:
parent
675f10b5b0
commit
6f9a3ec3e3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df51a3828eabbaf87b566f7365c08af847b4a2a238630a66e1d0d83974c24779
|
|
||||||
size 18519673
|
|
3
snd-11.4.tar.bz2
Normal file
3
snd-11.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c5e899c2eecd2a3624560dcb444760456f48ac62f58bf3e7f168ed74deabf1a
|
||||||
|
size 18366414
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 5 07:04:32 UTC 2010 - davejplater@gmail.com
|
||||||
|
|
||||||
|
- Update to version 11.4. Fix broken Url: link. Binary sndrecord no
|
||||||
|
longer exists. Added sndrpmlintrc for hidden file in tutorial.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 27 17:15:12 CEST 2009 - tiwai@suse.de
|
Mon Jul 27 17:15:12 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
29
snd.spec
29
snd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snd (Version 10.7)
|
# spec file for package snd (Version 11.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,17 +19,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: snd
|
Name: snd
|
||||||
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel guile-devel ladspa-devel libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
|
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel ladspa-devel
|
||||||
|
BuildRequires: libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
|
||||||
Summary: Powerful Sound File Editor
|
Summary: Powerful Sound File Editor
|
||||||
Version: 10.7
|
Version: 11.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
Requires: ladspa
|
Requires: ladspa
|
||||||
Source: snd-%{version}.tar.bz2
|
Source: snd-%{version}.tar.bz2
|
||||||
Source1: snd.desktop
|
Source1: snd.desktop
|
||||||
Source2: snd.png
|
Source2: snd.png
|
||||||
Url: http://ccrma-www.stanford.edu/CCRMA/Software/snd/snd.html
|
Source3: sndrpmlintrc
|
||||||
|
Url: https://ccrma.stanford.edu/software/snd/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,31 +50,32 @@ Authors:
|
|||||||
%setup -q
|
%setup -q
|
||||||
find -name "*~" -type f | xargs -r rm -v
|
find -name "*~" -type f | xargs -r rm -v
|
||||||
find -name "*.png" -type f | xargs chmod 0644
|
find -name "*.png" -type f | xargs chmod 0644
|
||||||
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# aclocal
|
# aclocal
|
||||||
# autoconf
|
# autoconf
|
||||||
%ifarch %ix86 x86_64
|
# %ifarch %ix86 x86_64
|
||||||
%define with_jack --with-jack
|
%define with_jack --with-jack
|
||||||
%else
|
# %else
|
||||||
%define with_jack ""
|
# %define with_jack ""
|
||||||
%endif
|
# %endif
|
||||||
CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \
|
CFLAGS="$RPM_OPT_FLAGS $CFLAGS -fno-strict-aliasing" \
|
||||||
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
./configure --prefix=%{_prefix} \
|
./configure --prefix=%{_prefix} \
|
||||||
--with-gtk \
|
--with-gtk \
|
||||||
--with-alsa \
|
--with-alsa \
|
||||||
--with-ladspa \
|
--with-ladspa \
|
||||||
--with-guile \
|
|
||||||
--with-static-xm \
|
--with-static-xm \
|
||||||
--with-gl \
|
--with-gl \
|
||||||
%{with_jack}
|
%{with_jack}
|
||||||
|
# make
|
||||||
make %{?jobs:-j %jobs}
|
make %{?jobs:-j %jobs}
|
||||||
make sndplay sndrecord sndinfo audinfo
|
make sndplay sndinfo audinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
|
install -d -m 755 $RPM_BUILD_ROOT%{_bindir}
|
||||||
for i in snd sndplay sndrecord sndinfo audinfo ; do
|
for i in snd sndplay sndinfo audinfo ; do
|
||||||
install -c -m 755 $i $RPM_BUILD_ROOT%{_bindir}
|
install -c -m 755 $i $RPM_BUILD_ROOT%{_bindir}
|
||||||
done
|
done
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/snd/scheme
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/snd/scheme
|
||||||
|
1
sndrpmlintrc
Normal file
1
sndrpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("hidden-file-or-dir /usr/share/doc/packages/snd/tutorial/files/.snd")
|
Loading…
x
Reference in New Issue
Block a user