[beast: 11/11] Merge branch 'res'



commit 95a7d1e3eda9ea7fbd6cea7e94ab8b1bf8f4603f
Merge: 36e8ed8 544ce99
Author: Tim Janik <timj gnu org>
Date:   Mon Sep 18 17:52:58 2017 +0200

    Merge branch 'res'
    
    * res:
      PO: scan res/gxk/*.xml files
      BST: use Bse::Blob instead of Res and Blob from Rapicorn
      BSE: use Bse::Blob instead of Res and Blob from Rapicorn
      BSE: use Bse::Blob instead of Res and Blob from Rapicorn
      SFI: compile resource files and add Blob() API to allow access
        Implementation is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      MISC: packres.py: add script to generate compressed C++ strings from binaries
        Implementation is based on rapidres from Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
      BUILD: remove rapidres dependency
      RES: move all GXK GUI .xml resource files into res/gxk/
      RES: move all .bse resource files into res/bse/
      RES: add toplevel res/ directory for internal program resources
        Implementation is based on Rapicorn commit id:
                bf228016cba3f6d252ee2cc38e1ed32607f37bf0
    
    Signed-off-by: Tim Janik <timj gnu org>

 Makefile.am                                     |    3 +
 beast-gtk/Makefile.am                           |    2 +-
 beast-gtk/bstutils.cc                           |    5 +-
 beast-gtk/res/.gitignore                        |    1 -
 beast-gtk/res/Makefile.am                       |   19 --
 bse/Makefile.am                                 |    2 +-
 bse/bsestandardsynths.cc                        |    6 +-
 bse/res/.gitignore                              |    1 -
 bse/res/Makefile.am                             |   26 --
 configure.ac                                    |    3 -
 misc/packres.py                                 |   95 +++++++
 misc/reslist.sh                                 |   28 ++
 po/POTSCAN                                      |    4 +-
 res/Makefile.sub                                |    3 +
 {bse/res => res/bse}/adsr-wave-1.bse            |    0
 {bse/res => res/bse}/adsr-wave-2.bse            |    0
 {bse/res => res/bse}/gus-patch.bse              |    0
 {bse/res => res/bse}/plain-wave-1.bse           |    0
 {bse/res => res/bse}/plain-wave-2.bse           |    0
 {bse/res => res/bse}/sound-font-snet.bse        |    0
 {beast-gtk/res => res/gxk}/radgets-beast.xml    |    0
 {beast-gtk/res => res/gxk}/radgets-standard.xml |    0
 res/resfiles.list                               |    8 +
 sfi/.gitignore                                  |    1 +
 sfi/Makefile.am                                 |   14 +
 sfi/bcore.hh                                    |    3 +-
 sfi/blob.cc                                     |  342 +++++++++++++++++++++++
 sfi/blob.hh                                     |   36 +++
 28 files changed, 539 insertions(+), 63 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]