[arch-commits] Commit in ardour/trunk (PKGBUILD ardour-5.12-waf-python3.patch)

David Runge dvzrv at archlinux.org
Sun May 24 22:12:37 UTC 2020


    Date: Sunday, May 24, 2020 @ 22:12:37
  Author: dvzrv
Revision: 633632

upgpkg: ardour 6.0-1: Upgrading to 6.0.

Adding all available sodeps in package().
Removing upstreamed patches for waf with python3.
Adding non-session-manager to optdepends.
Adding pulseaudio as additional backend (for playback).

Modified:
  ardour/trunk/PKGBUILD
Deleted:
  ardour/trunk/ardour-5.12-waf-python3.patch

-------------------------------+
 PKGBUILD                      |   50 +++----
 ardour-5.12-waf-python3.patch |  261 ----------------------------------------
 2 files changed, 25 insertions(+), 286 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 22:05:57 UTC (rev 633631)
+++ PKGBUILD	2020-05-24 22:12:37 UTC (rev 633632)
@@ -4,27 +4,27 @@
 
 _name=Ardour
 pkgname=ardour
-pkgver=5.12
-pkgrel=14
+pkgver=6.0
+pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('x86_64')
 url="https://ardour.org/"
 license=('GPL2')
 groups=('pro-audio')
-depends=('atk' 'cairo' 'dbus' 'fftw' 'fontconfig' 'gdk-pixbuf2' 'glib2'
-'glibc' 'gtk2' 'gtkmm' 'harfbuzz' 'libx11' 'libxml2' 'pango' 'taglib')
-makedepends=('aubio' 'boost' 'cppunit' 'curl' 'doxygen' 'flac' 'freetype2'
-'git' 'graphviz' 'itstool' 'libarchive' 'liblo' 'liblrdf' 'libogg'
-'libsamplerate' 'libusb' 'lilv' 'lv2' 'readline' 'rubberband' 'serd' 'sord'
-'sratom' 'suil' 'vamp-plugin-sdk' 'waf')
+depends=('atkmm' 'cairo' 'cairomm' 'fontconfig' 'gdk-pixbuf2' 'gcc-libs'
+'glibc' 'glibmm' 'gtkmm' 'libx11' 'libxml2' 'pangomm' 'taglib')
+# TODO: add fluidsynth, hidapi, libltc and qm-dsp and use --use-external-libs
+# NOTE: currently qm-dsp (1.8.0) is not compatible with the included vamp-plugins
+makedepends=('atk' 'aubio' 'boost' 'cppunit' 'curl' 'dbus' 'doxygen' 'fftw'
+'flac' 'freetype2' 'git' 'glib2' 'graphviz' 'gtk2' 'harfbuzz' 'itstool'
+'libarchive' 'liblo' 'liblrdf' 'libogg' 'libpulse' 'libsamplerate' 'libsndfile'
+'libusb' 'lilv' 'lv2' 'pango' 'readline' 'rubberband' 'serd' 'sord' 'sratom'
+'suil' 'vamp-plugin-sdk' 'waf')
 optdepends=('xjadeo: video monitoring'
-            'harvid: video timeline')
-source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}"
-        "${pkgname}-${pkgver}-waf-python3.patch"
-        'https://gitlab.com/ita1024/waf/raw/waf-1.6.11/waflib/extras/misc.py')
-sha512sums=('SKIP'
-            'fc6e4391c25e3dc159b4dfe714b5f75210f912444c63f7b59c6527eda0a4a62ac8946733d4c5391e20c1dafa42cb02b5629d5f12e66724b81019d7fc42dbca75'
-            '71bd724dfce9f02d2635a4594ee28c85a467cacd7ea5a6bb0b3e431a8759b161ace021086c97e73923b98b41876407df6cce2b588a79e8f9fb4b3010afba962e')
+            'harvid: video timeline'
+            'non-session-manager: for session management')
+source=("${pkgname}-${pkgver}::git+https://github.com/${pkgname}/${pkgname}.git#tag=${pkgver}")
+sha512sums=('SKIP')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
@@ -32,16 +32,12 @@
   # unsetting gtk2 rc (FS#54389)
   sed -e '8iexport GTK2_RC_FILES=/dev/null' -i gtk2_ardour/ardour.sh.in
 
-  # make wscripts python3 and current waf compatible
-  patch -Np1 -i "../${pkgname}-${pkgver}-waf-python3.patch"
-
   # Fixes to use system waf:
   # making sure, that subdirectories can be picked up with local includes
   touch __init__.py
-  # making ancient 'misc' include available to system installed waf
-  ln -sv "${srcdir}/misc.py" tools/misc.py
+  # making ancient 'misc.py' include available to system installed waf
   sed -e "s/('misc')/('misc', tooldir='tools')/" \
-      -i {tools/luadevel,gtk2_ardour,session_utils,libs/fst,headless}/wscript
+      -i {gtk2_ardour,headless,luasession,session_utils,libs/fst}/wscript
   # make custom 'autowaf' include compatible with system installed waf
   find . -type f \
          -iname "*wscript*" \
@@ -54,7 +50,7 @@
   cd "${pkgname}-${pkgver}"
   waf configure --prefix=/usr \
                 --configdir=/etc \
-                --with-backends="jack,alsa,dummy" \
+                --with-backends="alsa,dummy,jack,pulseaudio" \
                 --libjack=weak \
                 --nls \
                 --optimize \
@@ -67,9 +63,13 @@
 }
 
 package() {
-  depends+=('libaubio.so' 'libarchive.so' 'libcurl.so' 'libFLAC.so'
-  'libfreetype.so' 'liblo.so' 'liblrdf.so' 'liblilv-0.so' 'libogg'
-  'libreadline.so' 'librubberband.so' 'libsamplerate' 'libserd-0.so'
+  depends+=('libFLAC.so' 'libasound.so' 'libatk-1.0.so' 'libaubio.so'
+  'libarchive.so' 'libcurl.so' 'libdbus-1.so' 'libfftw3f.so'
+  'libfftw3f_threads.so' 'libfreetype.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so'
+  'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so' 'libharfbuzz.so'
+  'liblo.so' 'liblrdf.so' 'liblilv-0.so' 'libogg.so' 'libpango-1.0.so'
+  'libpangocairo-1.0.so' 'libpangoft2-1.0.so' 'libpulse.so' 'libreadline.so'
+  'librubberband.so' 'libsamplerate.so' 'libserd-0.so' 'libsndfile.so'
   'libsord-0.so' 'libsratom-0.so' 'libsuil-0.so' 'libusb-1.0.so'
   'libvamp-hostsdk.so' 'libvamp-sdk.so')
   cd "${pkgname}-${pkgver}"

Deleted: ardour-5.12-waf-python3.patch
===================================================================
--- ardour-5.12-waf-python3.patch	2020-05-24 22:05:57 UTC (rev 633631)
+++ ardour-5.12-waf-python3.patch	2020-05-24 22:12:37 UTC (rev 633632)
@@ -1,261 +0,0 @@
-diff --git c/gtk2_ardour/wscript w/gtk2_ardour/wscript
-index d3824a0a63..b8d92513bd 100644
---- c/gtk2_ardour/wscript
-+++ w/gtk2_ardour/wscript
-@@ -588,7 +588,9 @@ def build(bld):
-         obj.source    = list(gtk2_ardour_sources)
-         obj.target = 'ardour-' + str (bld.env['VERSION'])
-         obj.includes = ['.']
-+        obj.includes += bld.env['INCLUDES_LILV']
-         obj.ldflags = ['-no-undefined']
-+        obj.ldflags = ['-l' + lib for lib in bld.env['LIB_LILV']]
- 
-         if bld.is_defined('WINDOWS_VST_SUPPORT'):
-         # Windows VST support mingw
-diff --git c/libs/plugins/a-comp.lv2/wscript w/libs/plugins/a-comp.lv2/wscript
-index f0ebb1d33d..affef9b4fa 100644
---- c/libs/plugins/a-comp.lv2/wscript
-+++ w/libs/plugins/a-comp.lv2/wscript
-@@ -25,15 +25,15 @@ def build(bld):
-     module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
-     module_ext = module_pat[module_pat.rfind('.'):]
- 
--    if bld.is_defined ('HAVE_LV2'):
-+    if bld.is_defined('HAVE_LV2'):
-         # Build RDF files
-         for i in ['manifest.ttl', 'a-comp.ttl', 'a-comp#stereo.ttl', 'presets.ttl']:
--            bld(features     = 'subst',
--                source       = i + '.in',
--                target       = '../../LV2/%s/%s' % (bundle, i),
--                install_path = '${LV2DIR}/%s' % bundle,
--                chmod        = Utils.O644,
--                LIB_EXT      = module_ext)
-+            obj = bld(features='subst')
-+            obj.source = i + '.in'
-+            obj.target = '../../LV2/%s/%s' % (bundle, i)
-+            obj.install_path = '${LV2DIR}/%s' % bundle
-+            obj.chmod = Utils.O644
-+            obj.dict = {'LIB_EXT': module_ext}
- 
-         # Build plugin library
-         obj = bld(features     = 'c cshlib',
-diff --git c/libs/plugins/a-delay.lv2/wscript w/libs/plugins/a-delay.lv2/wscript
-index 666ef0d5ab..2af05ff137 100644
---- c/libs/plugins/a-delay.lv2/wscript
-+++ w/libs/plugins/a-delay.lv2/wscript
-@@ -25,15 +25,15 @@ def build(bld):
-     module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
-     module_ext = module_pat[module_pat.rfind('.'):]
- 
--    if bld.is_defined ('HAVE_LV2'):
-+    if bld.is_defined('HAVE_LV2'):
-         # Build RDF files
-         for i in ['manifest.ttl', 'a-delay.ttl', 'presets.ttl']:
--            bld(features     = 'subst',
--                source       = i + '.in',
--                target       = '../../LV2/%s/%s' % (bundle, i),
--                install_path = '${LV2DIR}/%s' % bundle,
--                chmod        = Utils.O644,
--                LIB_EXT      = module_ext)
-+            obj = bld(features='subst')
-+            obj.source = i + '.in'
-+            obj.target = '../../LV2/%s/%s' % (bundle, i)
-+            obj.install_path = '${LV2DIR}/%s' % bundle
-+            obj.chmod = Utils.O644
-+            obj.dict = {'LIB_EXT': module_ext}
- 
-         # Build plugin library
-         obj = bld(features     = 'c cshlib',
-diff --git c/libs/plugins/a-eq.lv2/wscript w/libs/plugins/a-eq.lv2/wscript
-index 0610ba2eea..e36a804f7f 100644
---- c/libs/plugins/a-eq.lv2/wscript
-+++ w/libs/plugins/a-eq.lv2/wscript
-@@ -25,15 +25,15 @@ def build(bld):
-     module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
-     module_ext = module_pat[module_pat.rfind('.'):]
- 
--    if bld.is_defined ('HAVE_LV2'):
-+    if bld.is_defined('HAVE_LV2'):
-         # Build RDF files
-         for i in ['manifest.ttl', 'a-eq.ttl']:
--            bld(features     = 'subst',
--                source       = i + '.in',
--                target       = '../../LV2/%s/%s' % (bundle, i),
--                install_path = '${LV2DIR}/%s' % bundle,
--                chmod        = Utils.O644,
--                LIB_EXT      = module_ext)
-+            obj = bld(features='subst')
-+            obj.source = i + '.in'
-+            obj.target = '../../LV2/%s/%s' % (bundle, i)
-+            obj.install_path = '${LV2DIR}/%s' % bundle
-+            obj.chmod = Utils.O644
-+            obj.dict = {'LIB_EXT': module_ext}
- 
-         # Build plugin library
-         obj = bld(features     = 'c cshlib',
-diff --git c/libs/plugins/a-fluidsynth.lv2/wscript w/libs/plugins/a-fluidsynth.lv2/wscript
-index af6fcf08a8..81e59adeac 100644
---- c/libs/plugins/a-fluidsynth.lv2/wscript
-+++ w/libs/plugins/a-fluidsynth.lv2/wscript
-@@ -24,15 +24,15 @@ def build(bld):
-     module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
-     module_ext = module_pat[module_pat.rfind('.'):]
- 
--    if bld.is_defined ('HAVE_LV2'):
-+    if bld.is_defined('HAVE_LV2'):
-         # Build RDF files
-         for i in ['manifest.ttl', 'a-fluidsynth.ttl']:
--            bld(features     = 'subst',
--                source       = i + '.in',
--                target       = '../../LV2/%s/%s' % (bundle, i),
--                install_path = '${LV2DIR}/%s' % bundle,
--                chmod        = Utils.O644,
--                LIB_EXT      = module_ext)
-+            obj = bld(features='subst')
-+            obj.source = i + '.in'
-+            obj.target = '../../LV2/%s/%s' % (bundle, i)
-+            obj.install_path = '${LV2DIR}/%s' % bundle
-+            obj.chmod = Utils.O644
-+            obj.dict = {'LIB_EXT': module_ext}
- 
-         # Build plugin library
-         obj = bld(features     = 'cxx cshlib',
-diff --git c/libs/plugins/a-reverb.lv2/wscript w/libs/plugins/a-reverb.lv2/wscript
-index 35601f2179..adc1b2a4ea 100644
---- c/libs/plugins/a-reverb.lv2/wscript
-+++ w/libs/plugins/a-reverb.lv2/wscript
-@@ -24,15 +24,15 @@ def build(bld):
-     module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
-     module_ext = module_pat[module_pat.rfind('.'):]
- 
--    if bld.is_defined ('HAVE_LV2'):
--        # Build RDF files
-+    if bld.is_defined('HAVE_LV2'):
-+        # Build RDF fles
-         for i in ['manifest.ttl', 'a-reverb.ttl']:
--            bld(features     = 'subst',
--                source       = i + '.in',
--                target       = '../../LV2/%s/%s' % (bundle, i),
--                install_path = '${LV2DIR}/%s' % bundle,
--                chmod        = Utils.O644,
--                LIB_EXT      = module_ext)
-+            obj = bld(features='subst')
-+            obj.source = i + '.in'
-+            obj.target = '../../LV2/%s/%s' % (bundle, i)
-+            obj.install_path = '${LV2DIR}/%s' % bundle
-+            obj.chmod = Utils.O644
-+            obj.dict = {'LIB_EXT': module_ext}
- 
-         # Build plugin library
-         obj = bld(features     = 'c cshlib',
-diff --git c/libs/plugins/reasonablesynth.lv2/wscript w/libs/plugins/reasonablesynth.lv2/wscript
-index cedda4c308..0eb5c55a04 100644
---- c/libs/plugins/reasonablesynth.lv2/wscript
-+++ w/libs/plugins/reasonablesynth.lv2/wscript
-@@ -24,15 +24,15 @@ def build(bld):
-     module_pat = re.sub('^lib', '', bld.env.cshlib_PATTERN)
-     module_ext = module_pat[module_pat.rfind('.'):]
- 
--    if bld.is_defined ('HAVE_LV2'):
-+    if bld.is_defined('HAVE_LV2'):
-         # Build RDF files
-         for i in ['manifest.ttl', 'reasonablesynth.ttl']:
--            bld(features     = 'subst',
--                source       = i + '.in',
--                target       = '../../LV2/%s/%s' % (bundle, i),
--                install_path = '${LV2DIR}/%s' % bundle,
--                chmod        = Utils.O644,
--                LIB_EXT      = module_ext)
-+            obj = bld(features='subst')
-+            obj.source = i + '.in'
-+            obj.target = '../../LV2/%s/%s' % (bundle, i)
-+            obj.install_path = '${LV2DIR}/%s' % bundle
-+            obj.chmod = Utils.O644
-+            obj.dict = {'LIB_EXT': module_ext}
- 
-         # Build plugin library
-         obj = bld(features     = 'c cshlib',
-diff --git c/libs/ptformat/wscript w/libs/ptformat/wscript
-index 4d381234fe..ad3370d19b 100644
---- c/libs/ptformat/wscript
-+++ w/libs/ptformat/wscript
-@@ -31,7 +31,7 @@ def build(bld):
-     obj = bld(features = 'cxx cxxshlib')
-     obj.source = 'ptfformat.cc'
-     obj.export_includes = ['.']
--    obj.includes     = ['.']
-+    obj.includes = ['.'] + bld.env['INCLUDES_GLIB']
-     obj.name         = 'libptformat'
-     obj.target       = 'ptformat'
-     obj.use          = 'libardour'
-diff --git c/libs/surfaces/osc/wscript w/libs/surfaces/osc/wscript
-index 4d0dba6750..6b8db9f86c 100644
---- c/libs/surfaces/osc/wscript
-+++ w/libs/surfaces/osc/wscript
-@@ -27,7 +27,7 @@ def build(bld):
-     obj.export_includes = ['.']
-     obj.defines      = [ 'PACKAGE="ardour_osc"' ]
-     obj.defines     += [ 'ARDOURSURFACE_DLL_EXPORTS' ]
--    obj.includes     = ['.', './osc']
-+    obj.includes = ['.', './osc'] + bld.env['INCLUDES_XML']
-     obj.name         = 'libardour_osc'
-     obj.target       = 'ardour_osc'
-     obj.uselib       = 'LO GTKMM GTK GDK'
-diff --git c/libs/surfaces/push2/wscript w/libs/surfaces/push2/wscript
-index 9c75f9d69f..f12e1a5578 100644
---- c/libs/surfaces/push2/wscript
-+++ w/libs/surfaces/push2/wscript
-@@ -39,7 +39,7 @@ def build(bld):
-     obj.defines      = [ 'PACKAGE="ardour_push2"' ]
-     obj.defines     += [ 'ARDOURSURFACE_DLL_EXPORTS' ]
-     obj.defines     += [ 'VERSIONSTRING="' + bld.env['VERSION'] + '"' ]
--    obj.includes     = [ '.', './push2']
-+    obj.includes = ['.', './push2'] + bld.env['INCLUDES_XML']
-     obj.name         = 'libardour_push2'
-     obj.target       = 'ardour_push2'
-     obj.uselib       = 'CAIROMM PANGOMM USB GTKMM SIGCPP'
-diff --git c/libs/widgets/wscript w/libs/widgets/wscript
-index 0559abe4dc..6e7ca29fc6 100644
---- c/libs/widgets/wscript
-+++ w/libs/widgets/wscript
-@@ -76,9 +76,9 @@ def build(bld):
-         obj.defines      = [ ]
- 
-     obj.export_includes = ['.']
--    obj.includes     = ['.']
-     obj.uselib       = 'SIGCPP CAIROMM GTKMM BOOST XML'
-     obj.use          = [ 'libpbd', 'libgtkmm2ext' ]
-+    obj.includes = ['.'] + bld.env['INCLUDES_GLIB']
-     obj.name         = 'libwidgets'
-     obj.target       = 'widgets'
-     obj.vnum         = WIDGETS_LIB_VERSION
-diff --git c/session_utils/wscript w/session_utils/wscript
-index 5fe9445426..a98694f3d6 100644
---- c/session_utils/wscript
-+++ w/session_utils/wscript
-@@ -86,7 +86,7 @@ def build(bld):
-     utils = bld.path.ant_glob('*.cc', excl=['example.cc', 'common.cc'])
- 
-     for util in utils:
--        fn = str(util)[:-3]
-+        fn = os.path.splitext(os.path.basename(str(util)))[0]
-         build_ardour_util(bld, fn)
-         if bld.env['build_target'] != 'mingw':
-             bld.symlink_as(bld.env['BINDIR'] + '/' + pgmprefix + "-" + fn, bld.env['LIBDIR'] + '/utils/ardour-util.sh')
-diff --git c/tools/luadevel/wscript w/tools/luadevel/wscript
-index 3190380091..d56d72ad86 100755
---- c/tools/luadevel/wscript
-+++ w/tools/luadevel/wscript
-@@ -27,12 +27,6 @@ def configure(conf):
- 
- def build(bld):
-     VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR'])
--    if not bld.is_defined('HAVE_READLINE'):
--            return;
--    # no wine
--    if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw':
--        return
--
-     if bld.env['build_target'] != 'mingw':
-     # TEST/DEVEL TOOL #######################
-         obj = bld (features = 'cxx c cxxprogram')



More information about the arch-commits mailing list