forked from pool/audacity
Updating link to change in openSUSE:Factory/audacity revision 35.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=90a22513b5c1d7cbfd2fe9e2f1c1f4a2
This commit is contained in:
parent
678d40a605
commit
ff70bf03b7
33
audacity-license-nyquist
Normal file
33
audacity-license-nyquist
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
There are a number of files under the nyquist subdirectory, which
|
||||||
|
carry a non-commercial license :
|
||||||
|
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlcont.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xldbug.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xldmem.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xleval.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlfio.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlftab.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlimage.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlinit.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlio.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlisp.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlisp.h
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlmath.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlobj.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlprin.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlread.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlstr.c
|
||||||
|
lib-src/libnyquist/nyquist/xlisp/xlsys.c
|
||||||
|
|
||||||
|
To clarify this licensing here is the response from David:
|
||||||
|
|
||||||
|
"The copyright notices in the source code are intended to suggest that
|
||||||
|
non-commercial users need not contact me for permission. It is granted
|
||||||
|
in the source code comments. Originally, commercial users needed
|
||||||
|
a license and in some cases paid a fee. Now, commercial use is governed
|
||||||
|
by a BSD-like license as you've mentioned. I guess I should at least
|
||||||
|
update my copies of the source files to say that but I have no control
|
||||||
|
over what is floating around the net.
|
||||||
|
|
||||||
|
David Betz"
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 4 13:46:28 UTC 2010 - mseben@novell.com
|
||||||
|
|
||||||
|
- add LICENSE_NYQUIST.txt to clarify licensing of libnyquist source
|
||||||
|
files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 26 21:59:23 UTC 2010 - cmorve69@yahoo.es
|
Wed May 26 21:59:23 UTC 2010 - cmorve69@yahoo.es
|
||||||
|
|
||||||
|
@ -42,13 +42,14 @@ BuildRequires: libtwolame-devel
|
|||||||
%endif
|
%endif
|
||||||
Summary: A Free, Cross-Platform Digital Audio Editor
|
Summary: A Free, Cross-Platform Digital Audio Editor
|
||||||
Version: 1.3.12
|
Version: 1.3.12
|
||||||
Release: 3
|
Release: 6
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://audacity.sourceforge.net/
|
Url: http://audacity.sourceforge.net/
|
||||||
Source: %{name}-minsrc-%{version}-beta.tar.bz2
|
Source: %{name}-minsrc-%{version}-beta.tar.bz2
|
||||||
Source1: %{name}.png
|
Source1: %{name}.png
|
||||||
|
Source2: %{name}-license-nyquist
|
||||||
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch cmorve69@yahoo.es -- this patch removes the buildstamp
|
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch cmorve69@yahoo.es -- this patch removes the buildstamp
|
||||||
Patch0: %{name}-no_buildstamp.patch
|
Patch0: %{name}-no_buildstamp.patch
|
||||||
Patch5: %{name}-retval.patch
|
Patch5: %{name}-retval.patch
|
||||||
@ -74,6 +75,7 @@ physical memory size of your computer.
|
|||||||
%patch13 -p1
|
%patch13 -p1
|
||||||
%patch14
|
%patch14
|
||||||
%patch15
|
%patch15
|
||||||
|
%{__cp} %{S:2} LICENSE_NYQUIST.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
|
#%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
|
||||||
@ -119,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE.txt README.txt
|
%doc LICENSE.txt README.txt LICENSE_NYQUIST.txt
|
||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
%{_bindir}/audacity
|
%{_bindir}/audacity
|
||||||
%{_datadir}/audacity
|
%{_datadir}/audacity
|
||||||
|
Loading…
Reference in New Issue
Block a user