[arch-commits] Commit in vst3sdk/repos/community-any (4 files)

David Runge dvzrv at gemini.archlinux.org
Wed Sep 7 08:44:49 UTC 2022


    Date: Wednesday, September 7, 2022 @ 08:44:49
  Author: dvzrv
Revision: 1296038

archrelease: copy trunk to community-any

Added:
  vst3sdk/repos/community-any/PKGBUILD
    (from rev 1296037, vst3sdk/trunk/PKGBUILD)
  vst3sdk/repos/community-any/vst3sdk.pc
    (from rev 1296037, vst3sdk/trunk/vst3sdk.pc)
Deleted:
  vst3sdk/repos/community-any/PKGBUILD
  vst3sdk/repos/community-any/vst3sdk.pc

------------+
 PKGBUILD   |  134 +++++++++++++++++++++++++++++------------------------------
 vst3sdk.pc |   10 ++--
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-07 08:44:32 UTC (rev 1296037)
+++ PKGBUILD	2022-09-07 08:44:49 UTC (rev 1296038)
@@ -1,67 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=vst3sdk
-pkgver=3.7.5_build_44
-_commit=56e4b2a644be164c5d324e8bc9de55b964b0f102  # 3.7.5_build_44
-pkgrel=1
-pkgdesc="VST 3 Plug-In SDK"
-arch=(any)
-url="https://github.com/steinbergmedia/vst3sdk"
-license=(GPL3 BSD)
-makedepends=(git)
-# upstream does not provide proper tarballs:
-# https://github.com/steinbergmedia/vst3sdk/issues/65
-source=(
-  git+https://github.com/steinbergmedia/$pkgname#commit=$_commit
-  git+https://github.com/steinbergmedia/vst3_base
-  git+https://github.com/steinbergmedia/vst3_cmake
-  git+https://github.com/steinbergmedia/vst3_doc
-  git+https://github.com/steinbergmedia/vst3_pluginterfaces
-  git+https://github.com/steinbergmedia/vst3_public_sdk
-  git+https://github.com/steinbergmedia/vstgui
-  $pkgname.pc
-)
-sha512sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            '87b9f6ac84af35dfe7e7c33c51243a69afd8c49362b2d7c720556307b71c0eb1cc6e647778c22abf0bdbdea13de4c5796ffa9620723687f3c3fc4c557f36fde1')
-b2sums=('SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        'SKIP'
-        '663f3f78032b0ab19fc8758862c108599d4506b797953a7d8e5cb0808badd5fd4e7273c2e195f4a1d84324352e3c569beeec30145bb36590c959eb1e6dbf8503')
-
-prepare() {
-  # upstream does not provide a pkg-config integration:
-  # https://github.com/steinbergmedia/vst3sdk/issues/68
-  sed -e "s/VERSION/$pkgver/" -i $pkgname.pc
-
-  cd $pkgname
-  git submodule init
-  git config submodule.base.url ../vst3_base
-  git config submodule.cmake.url ../vst3_cmake
-  git config submodule.doc.url ../vst3_doc
-  git config submodule.pluginterfaces.url ../vst3_pluginterfaces
-  git config submodule.public.sdk.url ../vst3_public_sdk
-  git config submodule.vstgui4.url ../vstgui
-  git submodule update
-}
-
-package() {
-  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 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"
-}

Copied: vst3sdk/repos/community-any/PKGBUILD (from rev 1296037, vst3sdk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-07 08:44:49 UTC (rev 1296038)
@@ -0,0 +1,67 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=vst3sdk
+pkgver=3.7.6_build_18
+_commit=05c4a9763f311a58fe3f34b68a199e5eea92e2b4  # 3.7.6_build_18
+pkgrel=1
+pkgdesc="VST 3 Plug-In SDK"
+arch=(any)
+url="https://github.com/steinbergmedia/vst3sdk"
+license=(GPL3 BSD)
+makedepends=(git)
+# upstream does not provide proper tarballs:
+# https://github.com/steinbergmedia/vst3sdk/issues/65
+source=(
+  git+https://github.com/steinbergmedia/$pkgname#commit=$_commit
+  git+https://github.com/steinbergmedia/vst3_base
+  git+https://github.com/steinbergmedia/vst3_cmake
+  git+https://github.com/steinbergmedia/vst3_doc
+  git+https://github.com/steinbergmedia/vst3_pluginterfaces
+  git+https://github.com/steinbergmedia/vst3_public_sdk
+  git+https://github.com/steinbergmedia/vstgui
+  $pkgname.pc
+)
+sha512sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            '87b9f6ac84af35dfe7e7c33c51243a69afd8c49362b2d7c720556307b71c0eb1cc6e647778c22abf0bdbdea13de4c5796ffa9620723687f3c3fc4c557f36fde1')
+b2sums=('SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        'SKIP'
+        '663f3f78032b0ab19fc8758862c108599d4506b797953a7d8e5cb0808badd5fd4e7273c2e195f4a1d84324352e3c569beeec30145bb36590c959eb1e6dbf8503')
+
+prepare() {
+  # upstream does not provide a pkg-config integration:
+  # https://github.com/steinbergmedia/vst3sdk/issues/68
+  sed -e "s/VERSION/$pkgver/" -i $pkgname.pc
+
+  cd $pkgname
+  git submodule init
+  git config submodule.base.url ../vst3_base
+  git config submodule.cmake.url ../vst3_cmake
+  git config submodule.doc.url ../vst3_doc
+  git config submodule.pluginterfaces.url ../vst3_pluginterfaces
+  git config submodule.public.sdk.url ../vst3_public_sdk
+  git config submodule.vstgui4.url ../vstgui
+  git submodule update
+}
+
+package() {
+  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 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"
+}

Deleted: vst3sdk.pc
===================================================================
--- vst3sdk.pc	2022-09-07 08:44:32 UTC (rev 1296037)
+++ vst3sdk.pc	2022-09-07 08:44:49 UTC (rev 1296038)
@@ -1,5 +0,0 @@
-Name: vst3sdk
-Description: VST 3 Plug-In SDK
-Version: VERSION
-Cflags: -I/usr/include/vst3sdk
-Libs:

Copied: vst3sdk/repos/community-any/vst3sdk.pc (from rev 1296037, vst3sdk/trunk/vst3sdk.pc)
===================================================================
--- vst3sdk.pc	                        (rev 0)
+++ vst3sdk.pc	2022-09-07 08:44:49 UTC (rev 1296038)
@@ -0,0 +1,5 @@
+Name: vst3sdk
+Description: VST 3 Plug-In SDK
+Version: VERSION
+Cflags: -I/usr/include/vst3sdk
+Libs:



More information about the arch-commits mailing list