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:
commit
83fcbdd07a
@ -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>
|
||||
|
||||
|
@ -61,7 +61,7 @@ Requires: dssi
|
||||
Requires: xsynth-dssi
|
||||
Requires: ladspa
|
||||
Requires: ladspa-swh-plugins
|
||||
Requires: lilypond
|
||||
Requires: lilypond-fonts-common >= 2.20
|
||||
Requires: jack
|
||||
Recommends: qsynth
|
||||
Recommends: fluidsynth-dssi
|
||||
@ -82,6 +82,8 @@ home recording environments.
|
||||
%patch2
|
||||
# When we build svn we need to execute 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
|
||||
#export DEBUG_LADSPA
|
||||
|
Loading…
x
Reference in New Issue
Block a user