[arch-commits] Commit in yoshimi/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Tue Aug 24 10:34:47 UTC 2021
Date: Tuesday, August 24, 2021 @ 10:34:47
Author: dvzrv
Revision: 1004502
archrelease: copy trunk to community-x86_64
Added:
yoshimi/repos/community-x86_64/PKGBUILD
(from rev 1004501, yoshimi/trunk/PKGBUILD)
Deleted:
yoshimi/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-24 10:34:39 UTC (rev 1004501)
+++ PKGBUILD 2021-08-24 10:34:47 UTC (rev 1004502)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: David Adler <d dot adler aet posteo dot de>
-
-pkgname=yoshimi
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
-arch=('x86_64')
-url="https://yoshimi.github.io/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'zlib')
-makedepends=('alsa-lib' 'cmake' 'fftw' 'fltk' 'jack' 'lv2' 'mxml' 'ncurses'
-'readline')
-checkdepends=('kxstudio-lv2-extensions' 'lv2lint')
-optdepends=('alsa-lib: for standalone application'
- 'jack: for standalone application'
- 'readline: for standalone application'
- 'ncurses: for standalone application')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('f83eed05dbe63e1966086ac0d19d02fafabce7ce10c6579ab8a95fd5fec7c040d516a4d979f38181f31c9f7720e92fac3c99c3737ddc4b0d4005bcdc45dea40f')
-b2sums=('a0e129b3f667dff28e043ab69416992556f4e737e786baa79c361cff9411b849acf815e9d37f1a0338ce81f3014c3f44f0a27c3287cdd9c29d6c453a44c49cc2')
-
-build() {
- cd "${pkgname}-${pkgver}"
- cmake -DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
- -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
- -DCMAKE_BUILD_TYPE='None' \
- -Wno-dev \
- -B build\
- src
- make VERBOSE=1 -C build
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
- cp -v "build/LV2_Plugin/${pkgname}_lv2.so" "src/LV2_Plugin/"
- lv2lint -Mpack -I src/LV2_Plugin/ "http://yoshimi.sourceforge.net/lv2_plugin"
- rm -v "src/LV2_Plugin/${pkgname}_lv2.so"
-}
-
-package() {
- depends+=('libasound.so' 'libfftw3f.so' 'libfltk.so' 'libfltk_images.so'
- 'libjack.so' 'libmxml.so' 'libncursesw.so' 'libreadline.so')
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
- install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
- -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:
Copied: yoshimi/repos/community-x86_64/PKGBUILD (from rev 1004501, yoshimi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-24 10:34:47 UTC (rev 1004502)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: David Adler <d dot adler aet posteo dot de>
+
+pkgname=yoshimi
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=('x86_64')
+url="https://yoshimi.github.io/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'zlib')
+makedepends=('alsa-lib' 'cmake' 'fftw' 'fltk' 'jack' 'lv2' 'mxml' 'ncurses'
+'readline')
+checkdepends=('kxstudio-lv2-extensions' 'lv2lint')
+optdepends=('alsa-lib: for standalone application'
+ 'jack: for standalone application'
+ 'readline: for standalone application'
+ 'ncurses: for standalone application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('d90666ca2599d057d5c22abfc5e64f9a31eb323d13c50f771b92c5f94f7da9049b79dc8a478b3832142a97f8c2f5ea384a26e1543fdd6c063930989e34b146eb')
+b2sums=('f95fb49ec901e5a513960bfc4c1d27ce1979f3cd664d7ca7ddb723ad41fb06153749db0560a32f41c44c7fb433fde09ee49e898cb8bf55e232536b163d616992')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+ -DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
+ -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+ -DCMAKE_BUILD_TYPE='None' \
+ -Wno-dev \
+ -B build\
+ src
+ make VERBOSE=1 -C build
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+ cp -v "build/LV2_Plugin/${pkgname}_lv2.so" "src/LV2_Plugin/"
+ lv2lint -Mpack -I src/LV2_Plugin/ "http://yoshimi.sourceforge.net/lv2_plugin"
+ rm -v "src/LV2_Plugin/${pkgname}_lv2.so"
+}
+
+package() {
+ depends+=('libasound.so' 'libfftw3f.so' 'libfltk.so' 'libfltk_images.so'
+ 'libjack.so' 'libmxml.so' 'libncursesw.so' 'libreadline.so')
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
+ install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
+ -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list