summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-30upgpkg: sunvox 2.1.1.c-1: upstream updateDennis Herbrich
changelog: v2.1.1c (29 nov 2023): * Sampler: new controller "Tick length" (affects the duration of the envelopes); * new example: NightRadio - Frozen; * bug fixes.
2023-11-04upgpkg: sunvox 2.1.1.b-1: upstream updateDennis Herbrich
changelog: v2.1.1b (1 nov 2023): * fixed bug with saving OGG sample.
2023-10-25upgpkg: sunvox 2.1.1-1: upstream updateDennis Herbrich
changelog: v2.1.1 (22 oct 2023): * iOS 11 support has been dropped; now the minimum is 12; * now you can also load samples in the following formats (on ALL platforms): 64-bit WAV/AIFF, OGG (Vorbis), MP3, FLAC; * export to FLAC and OGG (Vorbis); * Modulator: the accuracy of the phase modulation mode has been increased (but only if the version of SunVox 2.1.1 (and higher) is specified in the project properties); * Modulator: new controller "Max phase modulation delay"; * Vorbis player: new controller "Ignore Note OFF" (play every note endlessly); * MetaModule: new option "Auto BPM/TPL" (synchronize BPM and TPL of the module with BPM and TPL of the parent project); * Pattern Editor: new function "Sync with timeline" - sync the cursor with the timeline (+shortcut, unassigned by default); * Timeline: new function "Sync with pat.editor" - sync the cursor with the pattern editor (+shortcut, unassigned by default); * sample editor: new function "Mono to stereo" (editor menu -> Misc); * auto-repeat in the virtual (on-screen) text keyboard; * new modules and examples (see changelog_files.txt); * bug fixes.
2023-03-17upgpkg: sunvox 2.1.c-1: upstream updateDennis Herbrich
changelog: v2.1c (15 mar 2023): * bug fixes (including several bugs in the USB MIDI code on Android).
2023-02-12fix(package): version number change 2.1b-1 => 2.1.b-1Dennis Herbrich
Upstream labels version like "2.1" and "2.1b", or "1.9.6" and "1.9.6c", with the latter being parsed as a pre-release/beta by pacman vercmp, and thus not being considered an update of the former. The pkgver scheme I have chosen to adopt to solve this issue now: - differs minimally from upstream - properly signals updates to pacman/AUR helpers, and - looks absolutely horrible. I am truly sorry.
2023-02-12upgpkg: sunvox 2.1b-1: upstream updateDennis Herbrich
changelog: v2.1b (7 feb 2023): * Loop: new controller "On NoteON" (restart with transition to zero iteration (record);restart current iteration); see simple_examples/loop4.sunvox; * pattern effect 34: new value 4 - use Round-robin keyboard track allocation algorithm, instead of default tight packing; may be required for live play on the MultiSynth module with the "trigger" option; but this option may cause the brush to work incorrectly; * bug fixes.
2023-02-03upgpkg: sunvox 2.1-1: modified optdepends for sunvox_openglDennis Herbrich
- move most depends to optdepends for sunvox_opengl only - add new optdepend `libxext` for sunvox_opengl
2022-05-26upgpkg: sunvox 2.0e-3: add desktop files for all binariesDennis Herbrich
- build and install additional desktop files for all binary variants installed for the target architecture, i. e. `sunvox_opengl` (x86_64) and `sunvox_lofi` (i686).
2022-05-26feat: add desktop files for all binariesDennis Herbrich
Build and install desktop files for all binary variants installed for the target architecture.
2022-05-26refactor(package): prepare for more architecturesDennis Herbrich
Properly handle the case of building for an unsupported architecture by exiting with an error instead of silently installing i686 binaries.
2022-05-26upgpkg: sunvox 2.0e-2: install curves, docs, sunvox_openglDennis Herbrich
- install `sunvox_opengl` binary on x86_64 - do not install no longer distributed `sunvox_no_simd` binary on i686 - install missing supplementary files `curves` and `docs` - install documentation and licenses to conventional system-wide directories - some bash style cleanup in PKGBUILD
2022-05-26style: consistent quoting and use safer testDennis Herbrich
Use safer, shell-internal [[ test instead of [, and consistent path string quoting to look neater.
2022-05-26fix(package): install missing supplementary files (curves, docs)Dennis Herbrich
Install all files and directories from the distribution archive to `/opt/sunvox/`, particularly `docs` and `curves`, which have been missing until now for no good reason. Documentation and licenses are additionally copied to conventional, system-wide directories `/usr/share/doc/sunvox` and `/usr/share/licenses/sunvox`, respectively.
2022-05-26fix(optdepends,package): install correct binariesDennis Herbrich
Add previously unpackaged `sunvox_opengl` binary for x86_64 with its runtime dependencies listed as optdepends, as one can use the regular `sunvox` binary without `libgl` or `libxi`. Remove `sunvox_no_simd` binary for i686, as it is no longer included in the distribution archive.
2022-03-06upgpkg: sunvox 2.0e-1: upstream updateDennis Herbrich
changelog: v2.0e (5 mar 2022) * bug fixes (Generator, UI).
2022-02-19upgpkg: sunvox 2.0d-1: upstream updateDennis Herbrich
changelog: v2.0d (14 feb 2022) * bug fixes (UI).
2022-02-03upgpkg: sunvox 2.0c-2: desktop file, icons, and mime types; cleanupDennis Herbrich
- set new maintainer in PKGBUILD comment - add static desktop file, remove generation in prepare() - add mime type definitions for .sunsynth and .sunvox - extract and package icons from Windows executable - switch to SHA256 checksums - fix permission issue with a packaged example project - depends: - chg: sdl -> sdl2; fix wrong dependency - add: hicolor-icon-theme; default icon directory structure - del: glibc, gcc-libs; not declaring 'base' group packages - del: gendesk; desktop file supplied, not generated - makedepends: - add: icoutils; extract and convert icons from upstream .exe - optdepends: - add: jack; for JACK audio driver support
2022-02-03upgpkg: sunvox 2.0c-1: upstream updateDennis Herbrich
2022-01-27Update to 2.0bYousef Amar
2021-05-02Fix rel in .SRCINFOYousef Amar
2021-05-02Add .desktop fileYousef Amar
2021-03-10Fix md5sumYousef Amar
2020-12-19Fix typo in SRCINFOYousef Amar
2020-12-19Update to 1.9.6cYousef Amar
2020-11-27Update to 1.9.6bYousef Amar
2020-04-19Update to 1.9.5dYousef Amar
2020-02-14Update to 1.9.5cYousef Amar
2019-01-16Update to 1.9.4cYousef Amar
2018-08-03Update to 1.9.4bYousef Amar
2018-06-07Update to 1.9.3cYousef Amar
2017-11-25Update to 1.9.3bYousef Amar
2017-11-22Update to 1.9.3Yousef Amar
2017-03-04Copy folder to tooYousef Amar
2016-11-04Update to 1.9.2Yousef Amar
2016-05-27Update .SRCINFOYousef Amar
2016-05-12Update version and fix x86 typosYousef Amar
2015-08-19Initial commitinfernalknight