Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 6290fbf

Browse files
committed
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@1003951 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 163c416 commit 6290fbf

File tree

3 files changed

+88
-1043
lines changed

3 files changed

+88
-1043
lines changed

din/repos/community-x86_64/PKGBUILD

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contributor: muzhed <[email protected]>
33

44
pkgname=din
5-
pkgver=50.2
5+
pkgver=51.1.1
66
pkgrel=1
77
pkgdesc="A sound synthesizer and musical instrument."
88
arch=('x86_64')
@@ -12,19 +12,19 @@ groups=('pro-audio')
1212
depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd' 'sdl' 'tcl')
1313
makedepends=('boost' 'glu' 'rtaudio' 'rtmidi')
1414
source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz"
15-
"${pkgname}-50.2-devendor_rtaudio_rtmidi.patch"
15+
"${pkgname}-51.1.1-devendor_rtaudio_rtmidi.patch"
1616
)
17-
sha512sums=('e15511e1e1c766fe0473d34ad8f8b938cf4465313b0fc9f04336f394d6255939c533ed648d8932621a0536c56e918cebc6c08f1ca9d450ec307d7bd8def95c60'
18-
'a3e27c9935857358aef0137a6346c2bb543209a6711b25d7d7b00cc508ff57f1a2b851cac47e3e32119f3b8f6edd5986fe56a5da105389a114fd38471adc2218')
19-
b2sums=('cc29960202d942eaae71f16332aae85b8b1990d8a3fe08c561690b08c8bf9c1c6ff082969b34e6361080fdf182a6478afffee6cfd80e6705fc5c07e880ae8c0f'
20-
'ef94a41625f3730726863daae2438d05ed2fb47f38cc80fe5088a53b0a2e3f1c1fdea21d0f16d6e0d7f07520bc8f5f598fcda29143acd7996892527065853a6f')
17+
sha512sums=('ea5e1ab79cbc24abb80a9fd25d8304f36ab2345505ee98132196685cda73b31dd7db3f62cb1821cbdc9694703d3454bd58d733833710d492ecebffee23732a0f'
18+
'27369918476a2de2f84559bd295107841bee8ebed91223d13f2fab0662786cb6338717d98efd5d297c0ddcf1d8383016779f0afed50f06164d71fc997a8ab021')
19+
b2sums=('559a4476188ac6d9da596be011bdaa8b379bb336220b3f94edf04e3eeb9ca0100fbaaa0fc10f9a9f37d3efa436acddac5c06435c6b3ebb4d21afdbd7c65b2dc8'
20+
'abeaca3e7b69ae02904e40801e3912ff57ed7cfee4309a205bbafe43bd200351e18869a67ccd057f307c76c60a2d5d0044d8cb8e767c12d03e548cd1a5b3c50e')
2121

2222
prepare() {
2323
cd "${pkgname}-${pkgver}"
2424
# use system rtaudio/rtmidi, instead of vendored versions
25-
patch -Np1 -i "../${pkgname}-50.2-devendor_rtaudio_rtmidi.patch"
25+
patch -Np1 -i "../${pkgname}-51.1.1-devendor_rtaudio_rtmidi.patch"
2626
rm -fv src/{RtAudio,RtMidi}.*
27-
autoreconf -vfi
27+
autoreconf -fiv
2828
}
2929

3030
build() {

0 commit comments

Comments
 (0)