SHA256
1
0
forked from pool/rosegarden

Accepting request 801815 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/801815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rosegarden?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2020-05-09 17:52:29 +00:00 committed by Git OBS Bridge
commit 83fcbdd07a
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu May 7 13:01:46 UTC 2020 - Dave Plater <davejplater@gmail.com>
- Correct lilypond font requirement for lilypond-2.20.0
-------------------------------------------------------------------
Wed Feb 19 10:38:14 UTC 2020 - Dave Plater <davejplater@gmail.com>
- Require lilypond fonts instead of lilypond
-------------------------------------------------------------------
Wed Feb 19 07:36:20 UTC 2020 - Dave Plater <davejplater@gmail.com>
- Remove all traces of python2.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 10 09:22:55 UTC 2019 - Dave Plater <davejplater@gmail.com> Mon Jun 10 09:22:55 UTC 2019 - Dave Plater <davejplater@gmail.com>

View File

@ -61,7 +61,7 @@ Requires: dssi
Requires: xsynth-dssi Requires: xsynth-dssi
Requires: ladspa Requires: ladspa
Requires: ladspa-swh-plugins Requires: ladspa-swh-plugins
Requires: lilypond Requires: lilypond-fonts-common >= 2.20
Requires: jack Requires: jack
Recommends: qsynth Recommends: qsynth
Recommends: fluidsynth-dssi Recommends: fluidsynth-dssi
@ -82,6 +82,8 @@ home recording environments.
%patch2 %patch2
# When we build svn we need to execute bootstrap.sh # When we build svn we need to execute bootstrap.sh
#sh bootstrap.sh #sh bootstrap.sh
for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
for i in `grep -rl "/usr/bin/python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
%build %build
#export DEBUG_LADSPA #export DEBUG_LADSPA