git » vst3sdk.git » commit 811efa3

Rebuild to add all files.

author David Runge
2022-10-05 22:50:15 UTC
committer David Runge
2022-10-05 22:50:15 UTC
parent ac17af6f3bd6495ca551dac66f3865ae6bf8e083

Rebuild to add all files.

Split out docs to separate package.
Install files to /usr/share/vst3sdk instead of /usr/include/vst3sdk.

PKGBUILD +21 -11
vst3sdk.pc +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0d85e8c..4c209f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
 # Maintainer: David Runge <dvzrv@archlinux.org>
 
-pkgname=vst3sdk
+pkgbase=vst3sdk
+pkgname=(vst3sdk vst3sdk-docs)
 pkgver=3.7.6_build_18
 _commit=05c4a9763f311a58fe3f34b68a199e5eea92e2b4  # 3.7.6_build_18
-pkgrel=1
+pkgrel=2
 pkgdesc="VST 3 Plug-In SDK"
 arch=(any)
 url="https://github.com/steinbergmedia/vst3sdk"
-license=(GPL3 BSD)
-makedepends=(git)
+license=(GPL3)
+makedepends=(git rsync)
 # upstream does not provide proper tarballs:
 # https://github.com/steinbergmedia/vst3sdk/issues/65
 source=(
@@ -28,7 +29,7 @@ sha512sums=('SKIP'
             'SKIP'
             'SKIP'
             'SKIP'
-            '87b9f6ac84af35dfe7e7c33c51243a69afd8c49362b2d7c720556307b71c0eb1cc6e647778c22abf0bdbdea13de4c5796ffa9620723687f3c3fc4c557f36fde1')
+            'ac97d8b8de5d18d3d0bf955358708ca9a36847b9e5350b6089037547d7404fccb91efbc74a9e0ee12c7159861539ecfbed08b79f531abd392e9321d957e26bd6')
 b2sums=('SKIP'
         'SKIP'
         'SKIP'
@@ -36,7 +37,7 @@ b2sums=('SKIP'
         'SKIP'
         'SKIP'
         'SKIP'
-        '663f3f78032b0ab19fc8758862c108599d4506b797953a7d8e5cb0808badd5fd4e7273c2e195f4a1d84324352e3c569beeec30145bb36590c959eb1e6dbf8503')
+        'b055a1a8031eb0c3624177a97853c3b7beeac7384d785261861cfaf92672d934293e4149e86844ba10389726c0def451693e1b53c35a0197286df7ff8e612760')
 
 prepare() {
   # upstream does not provide a pkg-config integration:
@@ -54,14 +55,23 @@ prepare() {
   git submodule update
 }
 
-package() {
+package_vst3sdk() {
+  license+=(BSD)
+
   cd $pkgbase
   install -vDm 644 ../$pkgname.pc -t "$pkgdir/usr/lib/pkgconfig/"
-  find base -type f \( -iname "*.cpp" -or -iname "*.h" \) -exec install -vDm 644 {} "$pkgdir/usr/include/$pkgname/"{} \;
-  find pluginterfaces \( -type f -iname "*.cpp" -or -iname "*.h" \) -exec install -vDm 644 {} "$pkgdir/usr/include/$pkgname/"{} \;
-  find public.sdk -type f \( -iname "*.cpp" -or -iname "*.h" \) -exec install -vDm 644 {} "$pkgdir/usr/include/$pkgname/"{} \;
-  install -vDm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -vdm 755 "$pkgdir/usr/share/$pkgname/"
+  rsync -r --exclude doc --exclude .git --exclude .github --exclude .gitignore --exclude .gitattributes . "$pkgdir/usr/share/$pkgname/"
   install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
   install -vDm 644 base/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.base.txt"
   install -vDm 644 public.sdk/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.public.sdk.txt"
+  install -vDm 644 cmake/modules/*.cmake -t "$pkgdir/usr/lib/cmake/$pkgname/"
+}
+
+package_vst3sdk-docs() {
+  pkgdesc+=" - documentation"
+
+  install -vdm 755 "$pkgdir/usr/share/doc/$pkgname/"
+  cd $pkgbase/doc
+  rsync -r --exclude .git --exclude .github --exclude .gitignore --exclude .gitattributes . "$pkgdir/usr/share/doc/$pkgname/"
 }
diff --git a/vst3sdk.pc b/vst3sdk.pc
index 03d3ba8..ab1498e 100644
--- a/vst3sdk.pc
+++ b/vst3sdk.pc
@@ -1,5 +1,5 @@
 Name: vst3sdk
 Description: VST 3 Plug-In SDK
 Version: VERSION
-Cflags: -I/usr/include/vst3sdk
+Cflags: -I/usr/share/vst3sdk
 Libs: