Accepting request 898912 from home:kill_it:JUCE

- Update to version 6.15.0
- add -samples subpackage

OBS-URL: https://build.opensuse.org/request/show/898912
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/csound?expand=0&rev=46
This commit is contained in:
Takashi Iwai 2021-06-13 09:10:55 +00:00 committed by Git OBS Bridge
parent d343843c44
commit ba477c9e5f
6 changed files with 25 additions and 35 deletions

View File

@ -1,22 +0,0 @@
<!-- Downloads csound git git master -->
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/csound/csound.git</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="package-meta">no</param>
<param name="changesgenerate">enable</param>
<param name="exclude">.git</param>
<param name="exclude">Opcodes/scansyn*</param>
<param name="exclude">Android</param>
<param name="exclude">util/new_srconv.c</param>
<param name="versionformat">6.14.0+git%cd</param>
<param name="filename">csound</param>
<param name="revision">0dad8304c78efba48b4f405f4757f3e0a7e339c0</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/csound/csound.git</param>
<param name="changesrevision">0dad8304c78efba48b4f405f4757f3e0a7e339c0</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4224e01c7a46a25fbe7eedf19d1385e94768b64b9d780572fd7303d07ec48f50
size 22245236

3
csound-6.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d47ed0fb70c752cb06ee2655ee9f010d8d1e369fc73d09d2ac2bc1b3060bf724
size 31879171

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 26 23:30:30 UTC 2021 - Konstantin Voinov <kv@kott.no-ip.biz>
- Update to version 6.15.0
- add -samples subpackage
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 20 07:59:29 UTC 2021 - Dave Plater <davejplater@gmail.com> Sat Feb 20 07:59:29 UTC 2021 - Dave Plater <davejplater@gmail.com>

View File

@ -16,8 +16,6 @@
# #
%define rev 0dad8304c78efba48b4f405f4757f3e0a7e339c0
%define py3version %(pkg-config python3 --modversion) %define py3version %(pkg-config python3 --modversion)
%define support_fltk 1 %define support_fltk 1
%bcond_with python %bcond_with python
@ -32,14 +30,14 @@
%define min 0 %define min 0
Name: csound Name: csound
Version: 6.14.0+git20200601 Version: 6.15.0
Release: 0 Release: 0
Summary: Computer Sound Synthesis and Composition Program Summary: Computer Sound Synthesis and Composition Program
License: LGPL-2.1-or-later AND GPL-2.0-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Multimedia/Sound/Utilities Group: Productivity/Multimedia/Sound/Utilities
URL: http://www.csounds.com URL: http://www.csounds.com
#Source: https://github.com/%%{name}/%%{name}/archive/%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz Source: https://github.com/csound/csound/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz #Source0: %{name}-%{version}.tar.xz
Source1: README.SUSE Source1: README.SUSE
Source2: COPYING_gpl2+.txt Source2: COPYING_gpl2+.txt
# Default to using pulseaudio instead of portaudio # Default to using pulseaudio instead of portaudio
@ -83,6 +81,7 @@ Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global luaver %(lua -v | sed -r 's/Lua ([[:digit:]]+\\.[[:digit:]]+).*/\\1/') %global luaver %(lua -v | sed -r 's/Lua ([[:digit:]]+\\.[[:digit:]]+).*/\\1/')
%description %description
Csound is a software synthesis program. It is modular and Csound is a software synthesis program. It is modular and
supports an unlimited amount of oscillators and filters. supports an unlimited amount of oscillators and filters.
@ -121,6 +120,14 @@ Group: Productivity/Multimedia/Other
%description plugins %description plugins
Plugins for csound Plugins for csound
%package samples
Summary: Data files for csound
License: MIT
Group: Productivity/Multimedia/Other
%description samples
HRTF datafiles and Soundfont for csound
%package devel %package devel
Summary: Development files for Csound Summary: Development files for Csound
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
@ -205,6 +212,9 @@ cp -v OOps/README.md README.OOps
%files plugins %files plugins
%{_libdir}/csound/ %{_libdir}/csound/
%files samples
%{_datadir}/samples/
%files devel %files devel
%{_includedir}/csound/ %{_includedir}/csound/
%{_libdir}/libcs*.so %{_libdir}/libcs*.so