5 Commits

Author SHA256 Message Date
c7c0aef1f2 Accepting request 1293424 from multimedia:apps
- update to 3.14.0~rc1:
  * Sclang functions now support collecting arbitrary keyword
     arguments via { |...args, kwargs| kwargs }
  * The initialization sample of multiple UGens was fixed
  * Documentation can now also be themed like the IDE
  * migrated to qt6, added and improved tests,
    updated 3rd-party libraries
  * updated the build system for most recent build tools
- select pipewire-libjack over jack

OBS-URL: https://build.opensuse.org/request/show/1293424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/supercollider?expand=0&rev=2
2025-07-17 15:17:48 +00:00
d41f544353 - update to 3.14.0~rc1:
* Sclang functions now support collecting arbitrary keyword
     arguments via { |...args, kwargs| kwargs }
  * The initialization sample of multiple UGens was fixed
  * Documentation can now also be themed like the IDE
  * migrated to qt6, added and improved tests,
    updated 3rd-party libraries
  * updated the build system for most recent build tools
- add gpg validation

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/supercollider?expand=0&rev=39
2025-06-29 08:59:33 +00:00
15ff14de9f OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/supercollider?expand=0&rev=37 2023-02-28 16:20:08 +00:00
eafb6ce1de OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/supercollider?expand=0&rev=36 2023-02-28 10:05:40 +00:00
2e27941771 - select pipewire-libjack over jack
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/supercollider?expand=0&rev=35
2023-02-28 10:05:29 +00:00
6 changed files with 43 additions and 35 deletions

View File

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

View File

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

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jun 29 08:57:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.14.0~rc1:
* Sclang functions now support collecting arbitrary keyword
arguments via { |...args, kwargs| kwargs }
* The initialization sample of multiple UGens was fixed
* Documentation can now also be themed like the IDE
* migrated to qt6, added and improved tests,
updated 3rd-party libraries
* updated the build system for most recent build tools
-------------------------------------------------------------------
Tue Feb 28 10:05:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- select pipewire-libjack over jack
-------------------------------------------------------------------
Sat Feb 25 00:20:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -99,7 +116,7 @@ Sat Feb 25 00:20:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
* Fixed CPU hog when sclang is built without Qt.
* Fixed some stray issues on Windows with paths containing non-
ASCII characters.
- add gpg validation
- add gpg validation
- drop patch fix-desktop.patch, x64-libdir.patch, supercollider.patch: obsolete
-------------------------------------------------------------------

View File

@@ -1,7 +1,7 @@
#
# spec file for package supercollider
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,24 @@
Name: supercollider
Version: 3.13.0
Version: 3.14.0~rc1
%global tar_version 3.14.0-rc1
Release: 0
Summary: Programming environment for audio synthesis and composition
License: GPL-3.0-only
Group: Productivity/Multimedia/Sound/Utilities
URL: https://supercollider.github.io/
Source0: https://github.com/supercollider/supercollider/releases/download/Version-%{version}/SuperCollider-%{version}-Source.tar.bz2
Source1: https://github.com/supercollider/supercollider/releases/download/Version-%{version}/SuperCollider-%{version}-Source.tar.bz2.asc
Source0: https://github.com/supercollider/supercollider/releases/download/Version-%{tar_version}/SuperCollider-%{tar_version}-Source.tar.bz2
Source1: https://github.com/supercollider/supercollider/releases/download/Version-%{tar_version}/SuperCollider-%{tar_version}-Source.tar.bz2.asc
Source2: supercollider.keyring
BuildRequires: alsa-lib-devel
BuildRequires: avahi-devel
BuildRequires: hicolor-icon-theme
BuildRequires: cmake
BuildRequires: emacs-nox
BuildRequires: fdupes
BuildRequires: fftw3-devel
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: libX11-devel
BuildRequires: libXt-devel
BuildRequires: libcurl-devel
@@ -42,11 +43,6 @@ BuildRequires: libicu-devel
BuildRequires: libjack-devel
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtlocation-devel
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Sensors)
BuildRequires: pkgconfig(Qt5WebEngineCore)
BuildRequires: pkgconfig(Qt5WebEngineWidgets)
BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: libqt5-qttools-devel
BuildRequires: libsndfile-devel
BuildRequires: libtool
@@ -56,8 +52,20 @@ BuildRequires: readline-devel
BuildRequires: ruby
BuildRequires: w3m
BuildRequires: yaml-cpp-devel
BuildRequires: pkgconfig(Qt6Concurrent)
BuildRequires: pkgconfig(Qt6Linguist)
BuildRequires: pkgconfig(Qt6Sensors)
BuildRequires: pkgconfig(Qt6Svg)
BuildRequires: pkgconfig(Qt6WebEngineCore)
BuildRequires: pkgconfig(Qt6WebEngineWidgets)
BuildRequires: pkgconfig(Qt6WebSockets)
BuildRequires: pkgconfig(atomic_ops)
Suggests: jack
%if 0%{?suse_version} > 1500
# Force pipewire over jack itself
Requires: pipewire-libjack-0_3
%else
Requires: jack
%endif
%description
SuperCollider is a platform for audio synthesis and algorithmic composition,
@@ -90,14 +98,6 @@ Requires: supercollider = %{version}-%{release}
%description emacs
SuperCollider support for the Emacs text editor.
%package gedit
Summary: SuperCollider support for GEdit
Group: Development/Tools/IDE
Requires: supercollider = %{version}-%{release}
%description gedit
SuperCollider support for the GEdit text editor.
%package vim
Summary: SuperCollider support for Vim
Group: Development/Tools/IDE
@@ -107,7 +107,7 @@ Requires: supercollider = %{version}-%{release}
SuperCollider support for the Vim text editor.
%prep
%setup -q -n SuperCollider-%{version}-Source
%setup -q -n SuperCollider-%{tar_version}-Source
%build
# remove exec flag from boost
@@ -125,9 +125,8 @@ find external_libraries/boost -type f -exec chmod -x {} \;
%if 0%{?suse_version} > 1320
-DCMAKE_CXX_FLAGS="-fext-numeric-literals %{optflags}" \
%endif
-DSUPERNOVA=ON
-DSC_EL=ON -DSC_VIM=ON -DSUPERNOVA=ON
%make_build clean
%make_build
%install
@@ -174,6 +173,7 @@ rm -rf %{buildroot}%{_datadir}/doc/SuperCollider
%{_datadir}/applications/SuperColliderIDE.desktop
%{_datadir}/icons/hicolor/scalable/apps/sc_ide.svg
%{_datadir}/icons/hicolor/*x*/apps/supercollider.*
%{_datadir}/metainfo/online.supercollider.SuperCollider.metainfo.xml
%files devel
%{_includedir}/SuperCollider
@@ -198,13 +198,4 @@ rm -rf %{buildroot}%{_datadir}/doc/SuperCollider
# %dir %{_datadir}/vim/registry
# %{_datadir}/vim/registry/supercollider-vim.yaml
%files gedit
%doc editors/sced/README.md
%dir %{_libdir}/gedit
%dir %{_libdir}/gedit/plugins
%{_libdir}/gedit/plugins/*
%dir %{_datadir}/gtksourceview-3.0
%dir %{_datadir}/gtksourceview-3.0/language-specs
%{_datadir}/gtksourceview-3.0/language-specs/supercollider.lang
%changelog