[arch-commits] Commit in surge/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Apr 13 07:42:49 UTC 2020
Date: Monday, April 13, 2020 @ 07:42:49
Author: dvzrv
Revision: 613615
upgpkg: surge 1.6.6-3: Fixing FS#66228.
Extending the datapath for presets. This is only part of the next release,
but allows for proper packaging.
Modified:
surge/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-13 06:42:51 UTC (rev 613614)
+++ PKGBUILD 2020-04-13 07:42:49 UTC (rev 613615)
@@ -3,7 +3,7 @@
_name=Surge
pkgname=surge
pkgver=1.6.6
-pkgrel=2
+pkgrel=3
pkgdesc="An Open Source Digital Synthesizer"
arch=('x86_64')
url="https://surge-synthesizer.github.io/"
@@ -16,10 +16,12 @@
checkdepends=('lv2lint')
replaces=('surge-synthesizer')
source=("${pkgname}-${pkgver}.tgz::https://github.com/surge-synthesizer/releases/releases/download/${pkgver}/SurgeSrc_${pkgver}.tgz"
+ "${pkgname}-1.6.6-extend_datapath.patch::https://github.com/surge-synthesizer/surge/pull/1592/commits/278899401a2c27b5cefa59234c632fdf1fe06217.patch"
"Makefile"
"${pkgname}-lv2.make"
"${pkgname}-vst3.make")
sha512sums=('f212135b83a80e1b9501fbd22793a40c4ae57e6497a84a4547fe55ebc6e9a0aeb031e7e66bf31ae282342fd104afce4a8d06c04edfb9223dd0023d23f4bb464a'
+ 'd841f971bf0abb022b3b0f9765ad9a008a7bd4a28c2855c84cea7e0e528ea0dfbe515a368e6d46ed5c4919a681641c0338df99504605e89340c666ef30be1db2'
'e9e7b8e244b6b642ccc581ffc59646c104f4c18d6e4aae115b3030f74d45aaf7ce381df7d75123dfddb17ebda5f38b11fc64f2f7cd0d724f9e0023255565539a'
'afba8b923e8d0d07452528f3cf702dfd36f8ba6dcff55063ee345fd5befc1c08a8688c072fbac5128d2db06f0e8a012f0ad2911d67a980cb2082fa3231cd0cec'
'dbc917b8f596c023a091cd4e496c38d6df2621a80600f4d0fe0cf1415517885348b43035cb1797908debed686704f652c2f0e77bbf0ed020d24cf1cc702ed442')
@@ -34,6 +36,11 @@
# https://github.com/premake/premake-core/issues/1423
ln -svf ../{Makefile,${pkgname}-{lv2,vst3}.make} .
+ # add more possible datapath locations (already upstreamed):
+ # https://github.com/surge-synthesizer/surge/pull/1592
+ # https://bugs.archlinux.org/task/66228
+ patch -Np1 -i "../${pkgname}-1.6.6-extend_datapath.patch"
+
# optional: move file, as bsdtar is run with C locale
# https://github.com/surge-synthesizer/surge/issues/1699
# mv -v resources/data/patches_factory/Monosynth/{µ,mu}computer.fxp
More information about the arch-commits
mailing list