[arch-commits] Commit in mephisto.lv2/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Jan 16 13:35:01 UTC 2020


    Date: Thursday, January 16, 2020 @ 13:35:00
  Author: dvzrv
Revision: 552764

archrelease: copy trunk to community-x86_64

Added:
  mephisto.lv2/repos/community-x86_64/PKGBUILD
    (from rev 552763, mephisto.lv2/trunk/PKGBUILD)
Deleted:
  mephisto.lv2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   73 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 40 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 13:34:55 UTC (rev 552763)
+++ PKGBUILD	2020-01-16 13:35:00 UTC (rev 552764)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=mephisto.lv2
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
-arch=('x86_64')
-url="https://open-music-kontrollers.ch/lv2/mephisto/"
-license=('Artistic2.0')
-groups=('lv2-plugins' 'pro-audio')
-depends=('glibc' 'libfaust.so')
-makedepends=('lv2' 'meson')
-checkdepends=('lv2lint')
-source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('07c17afc6f5fd14714d17863b4781e658df91f6639673ca0df59baeeada0b438694853e4e026fc45d603bf1070f4d04d5f12dd4398771fb8fe30cf3ba18b3666')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix=/usr build
-  ninja -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  ninja -C build test || echo "Known failure: https://gitlab.com/OpenMusicKontrollers/mephisto.lv2/issues/4"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" ninja -C build install
-  install -vDm 644 {ChangeLog,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: mephisto.lv2/repos/community-x86_64/PKGBUILD (from rev 552763, mephisto.lv2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-16 13:35:00 UTC (rev 552764)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=mephisto.lv2
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A Just-in-Time FAUST compiler embedded in an LV2 plugin"
+arch=('x86_64')
+url="https://open-music-kontrollers.ch/lv2/mephisto/"
+license=('Artistic2.0')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'glew' 'glibc' 'glu' 'libevdev' 'libfaust.so' 'libfreetype.so'
+'libinput' 'libglvnd' 'libvterm' 'libx11' 'ttf-fira-code')
+makedepends=('lv2' 'meson')
+checkdepends=('lv2lint')
+source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('4a6f5169da579ec2c55d9b839c836e6d31fc0cf770841a88491c68bc207cb811c9e114f61b5a72a3d3064a25014e6bdf8dc170b240c5bc42b1ae37039e323c93')
+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix=/usr build
+  ninja -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  ninja -C build test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" ninja -C build install
+  # devendoring ttf-fira-code
+  rm -vf "${pkgdir}/usr/lib/lv2/${pkgname}/"*.ttf
+  for font_type in {Bold,Light,Medium,Regular}; do
+    ln -svf "/usr/share/fonts/TTF/FiraCode-${font_type}.ttf" \
+      "${pkgdir}/usr/lib/lv2/${pkgname}/"
+  done
+  install -vDm 644 {ChangeLog,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list