Emanuel Haupt
3e75e64bd8
- Update to 0.2.2
...
- Make portclippy and portfmt happy
Changelog: https://github.com/mywave82/opencubicplayer/releases/tag/v0.2.2
2020-06-02 19:47:28 +00:00
Fernando Apesteguía
24528d2e48
audio/spotify-tui: Update to 0.20.0
...
From ChangeLog: https://github.com/Rigellute/spotify-tui/releases/tag/v0.20.0
Fix audio analysis view and other improvements
- Move pagination instructions to top of help menu
- Add user configuration toggle for the loading indicator
- Add support for saving an album and following an artist in artist view
- Use the `#` glyph to indicate the currently playing song
- Jump to play context (if available) - default binding is `o`
PR: 246805
Submitted by: vulcan@wired.sh (maintainer)
2020-06-01 11:39:37 +00:00
Loïc Bartoletti
a3e0aed9e8
audio/sonic-visualiser: prepare for Qt5-5.15
...
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25054
2020-06-01 06:37:52 +00:00
Tobias Kortkamp
2f2f7b710e
audio/yoshimi: Unbreak after ports r536573
...
src/LV2_Plugin/YoshimiLV2Plugin.cpp:80:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *')
YoshimiLV2Plugin::instantiate,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LV2_Plugin/YoshimiLV2Plugin.cpp:93:5: error: cannot initialize a member subobject of type 'LV2_Handle (*)(const struct LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2_Descriptor *, double, const char *, const LV2_Feature *const *)') with an lvalue of type 'LV2_Handle (const struct _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)' (aka 'void *(const _LV2_Descriptor *, double, const char *, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2_Descriptor *' vs 'const struct _LV2_Descriptor *')
YoshimiLV2Plugin::instantiate,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LV2_Plugin/YoshimiLV2Plugin.cpp:396:34: error: no matching constructor for initialization of 'YoshimiLV2Plugin'
YoshimiLV2Plugin *inst = new YoshimiLV2Plugin(synth, sample_rate, bundle_path, features, desc);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/LV2_Plugin/YoshimiLV2Plugin.cpp:257:19: note: candidate constructor not viable: cannot convert argument of incomplete type 'const struct _LV2_Descriptor *' to 'const LV2_Descriptor *' for 5th argument
YoshimiLV2Plugin::YoshimiLV2Plugin(SynthEngine *synth, double sampleRate, const char *bundlePath, const LV2_Feature *const *features, const LV2_Descriptor *desc):
^
src/LV2_Plugin/YoshimiLV2Plugin.h:47:7: note: candidate constructor (the implicit copy constructor) not viable: requires 1 argument, but 5 were provided
class YoshimiLV2Plugin : public MusicIO
^
src/LV2_Plugin/YoshimiLV2Plugin.cpp:833:5: error: cannot initialize a member subobject of type 'LV2UI_Handle (*)(const struct LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(*)(const LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)') with an lvalue of type 'LV2UI_Handle (const _LV2UI_Descriptor *, const char *, const char *, LV2UI_Write_Function, LV2UI_Controller, LV2UI_Widget *, const LV2_Feature *const *)' (aka 'void *(const _LV2UI_Descriptor *, const char *, const char *, void (*)(void *, unsigned int, unsigned int, unsigned int, const void *), void *, void **, const LV2_Feature *const *)'): type mismatch at 1st parameter ('const struct LV2UI_Descriptor *' vs 'const _LV2UI_Descriptor *')
YoshimiLV2PluginUI::instantiate,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-05-31 14:30:49 +00:00
Mark Linimon
698d1150d5
Mark as BROKEN on powerpc64-12. This is true even though the usual
...
workaround of USES is in place. It seems to build everywhere else.
Approved by: portmgr (tier-2 blanket)
2020-05-31 08:34:59 +00:00
Alexey Dokuchaev
edad7b8d81
Update to version 6.0.0.
...
Reported by: portscout
2020-05-31 08:14:40 +00:00
Emanuel Haupt
45951a5df5
Update to 1.17
2020-05-30 19:03:11 +00:00
Ed Maste
d23e1f0a85
audio/ardour5: add BUILD_DEPENDS as:devel/binutils
...
/usr/bin/as will soon be removed from the FreeBSD base system, for
FreeBSD 13.0.
Depend on as (not ${LOCALBASE}/bin/as) so that this will introduce no
change for existing 11.x and 12.x, which will continue to use the base
system GNU as 2.17.50.
This likely also addresses the reason this port is marked BROKEN_aarch64;
that can be addressed in a subsequent sweep.
PR: 205250
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
2020-05-30 15:52:48 +00:00
Yuri Victorovich
99101a1723
audio/muse-sequencer: Update 3_1_0_pre1-20 -> 3_1_0
2020-05-30 06:47:31 +00:00
Yuri Victorovich
b2891c3b47
audio/libinstpatch: Update 1.0.0 -> 1.1.5
2020-05-30 06:19:17 +00:00
Tobias Kortkamp
c7259fc4f0
Clean up some things
...
Reported by: portscan
2020-05-30 00:57:02 +00:00
Tobias Kortkamp
0803b3611a
audio/cava: Update to 0.7.0
...
Changes: https://github.com/karlstav/cava/releases/tag/0.7.0
2020-05-30 00:39:11 +00:00
Loïc Bartoletti
ea4b0d82a8
audio/carla: prepare for Qt5-5.15
...
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D25049
2020-05-29 18:38:04 +00:00
Yuri Victorovich
6a4916d310
audio/jalv: Update 1.6.0 -> 1.6.4
2020-05-27 22:00:05 +00:00
Yuri Victorovich
4451418af3
audio/giada: Update 0.16.2 -> 0.16.2.2
2020-05-27 19:09:47 +00:00
Christoph Moench-Tegeder
3852165b0c
audio/traverso: fix download URL
...
download verified against distinfo; port version is still current
fetchable again: remove BROKEN
Approved by: unbreak
2020-05-27 18:36:54 +00:00
Alexey Dokuchaev
907a4eb7ab
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).
2020-05-27 11:59:13 +00:00
Emanuel Haupt
66ce9d5285
Chase audio/libopenmpt update
2020-05-27 11:16:04 +00:00
Emanuel Haupt
6919415aae
- Update to 0.5.0
...
- While here make portfmt/portclippy happy
Changelog: https://lib.openmpt.org/libopenmpt/2020/05/24/releases-0.5.0-0.4.13-0.3.22/
2020-05-27 11:15:33 +00:00
Yuri Victorovich
564a65c880
audio/jamulus: Update 3.5.4 -> 3.5.5
...
Reported by: portscout
2020-05-27 07:56:44 +00:00
Adriaan de Groot
9f9a044468
Update audio/praat to latest upstream release 6.1.15 (20 May 2020)
...
Changelog is always at http://www.fon.hum.uva.nl/praat/manual/What_s_new_.html
- Repaired a bug introduced in 6.0.44 that could cause an incorrect
(namely, totally constant) ClassificationTable.
Reported by: portscout
2020-05-26 09:53:44 +00:00
Yuri Victorovich
855cdad1b3
audio/vm-lv2: Update 0.6.0 -> 0.8.0
2020-05-26 08:46:36 +00:00
Yuri Victorovich
ebd07b70e7
audio/moony-lv2: Update 0.30.0 -> 0.32.0
2020-05-26 08:41:15 +00:00
Yuri Victorovich
18a64ec33e
audio/sherlock-lv2: Update 0.20.0 -> 0.22.0
2020-05-26 08:33:45 +00:00
Yuri Victorovich
2070b09b78
audio/bshapr-lv2: Update 0.8 -> 0.9
...
Reported by: portscout
2020-05-26 08:22:33 +00:00
Yuri Victorovich
5f2cbe2374
audio/zrythm: Update 0.5.097 -> 0.8.459
2020-05-26 08:15:27 +00:00
Yuri Victorovich
e51987389e
audio/lilv: Update 0.24.6 -> 0.24.8
...
PR: 246734
Approved by: beerml@sigma6audio.de (maintainer)
2020-05-26 06:48:38 +00:00
Yuri Victorovich
2c3b3db21d
audio/lv2: Update 1.16.0 -> 1.18.0
...
PR: 246733
Approved by: beerml@sigma6audio.de (maintainer)
2020-05-26 06:45:40 +00:00
Piotr Kubaj
6268dff479
audio/liquidsfz: fix build on GCC architectures
...
GCC defines those, causing error, move those to be set only with Clang::
<command-line>: error: duplicate 'unsigned'
<command-line>: error: declaration does not declare anything [-fpermissive]
<command-line>: error: duplicate 'unsigned'
<command-line>: error: declaration does not declare anything [-fpermissive]
2020-05-25 19:29:04 +00:00
Sunpoet Po-Chuan Hsieh
dfe005ee44
Update USES=scons to specify scons of Python 2
...
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
2020-05-25 18:33:44 +00:00
Yuri Victorovich
f530482a7c
audio/jamulus: Update 3.5.3 -> 3.5.4
...
Reported by: portscout
2020-05-25 17:11:53 +00:00
Hiroki Tagato
2a03fed992
- Update to 0.24.6
...
- Make portfmt happy
PR: 246672
Submitted by: Jack <xxjack12xx@gmail.com>
Approved by: beerml@sigma6audio.de (maintainer), ehaupt (mentor)
Changelog: http://drobilla.net/2019/11/10/lilv-0-24-6.html
2020-05-25 09:23:41 +00:00
Hiroki Tagato
943aba1527
- Update to 0.6.4
...
- Make portfmt happy
PR: 246671
Submitted by: Jack <xxjack12xx@gmail.com>
Approved by: beerml@sigma6audio.de (maintainer), ehaupt (mentor)
Changelog: http://drobilla.net/2019/11/10/sratom-0-6-4.html
2020-05-25 09:19:09 +00:00
Emanuel Haupt
2606227223
Update to 1.8.1
...
Upstream issue: https://github.com/adplug/adplug/issues/112
2020-05-24 09:48:29 +00:00
Emanuel Haupt
310ee7e299
- Provide a patch to build with libadplug 2.3.2 [1]
...
- While here make portlint, portfmt, portclippy happy
Obtained from: pkgsrc [1]
2020-05-23 14:40:51 +00:00
Emanuel Haupt
ccbd09a547
- Update to 2.3.2
...
- While here make portclippy/portfmt happy
2020-05-23 14:40:46 +00:00
John Hixson
b9472b9be0
audio/pianod2: update to version 329
2020-05-23 02:10:28 +00:00
Sunpoet Po-Chuan Hsieh
aabbea4dfa
Bump PORTREVISION for devel/json-c json-c
2020-05-22 19:20:42 +00:00
Yuri Victorovich
61a66c1b2b
audio/jamulus: Update 3.4.4 -> 3.5.3
...
Reported by: portscout
2020-05-22 08:15:30 +00:00
Tobias C. Berner
b515564642
audio/sayonara: prepare for Qt5-5.15
2020-05-21 11:05:11 +00:00
Tobias C. Berner
28bc929905
audio/lmms: prepare for Qt5-5.15
2020-05-21 10:51:43 +00:00
Tobias C. Berner
b4df6ca623
audio/sonic-visualiser: prepare for Qt5-5.15 (partial)
2020-05-21 09:50:19 +00:00
Tobias C. Berner
f4738a2fd6
audio/polyphone: prepare for Qt5-5.15
2020-05-21 08:14:59 +00:00
Yuri Victorovich
ae9f0898b0
audio/libaudec: Remove tests from build
...
This fixes the i386 build.
Reported by: fallout (failed on i386)
2020-05-20 19:07:11 +00:00
Tobias C. Berner
00821e9c31
audio/clementine-player: prepare for Qt5-5.15
2020-05-19 18:10:27 +00:00
Tobias C. Berner
a01e2c1e4d
audio/muse-sequencer: prepare for Qt5-5.15
2020-05-18 19:04:05 +00:00
Tobias C. Berner
8584fed33a
audio/cadence: prepare for Qt5-5.15
2020-05-18 18:25:47 +00:00
Tobias C. Berner
2681c607a3
audio/rosegarden: prepare for Qt5-5.15
2020-05-18 18:21:51 +00:00
Tobias C. Berner
2b81ca45b5
Add missing dependency on kinit
...
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.
Reported by: antoine
2020-05-18 10:12:22 +00:00
Mark Linimon
60f64ae4da
Mark as BROKEN on powerpc64:
...
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1179, in do_install
self.copy_fun(src, tgt)
File "/wrkdirs/usr/ports/audio/beatslash-lv2/work/beatslash-lv2-1.0.6/waflib/Build.py", line 1083, in copy_fun
shutil.copy2(src, tgt)
File "/usr/local/lib/python3.7/shutil.py", line 267, in copy2
copystat(src, dst, follow_symlinks=follow_symlinks)
File "/usr/local/lib/python3.7/shutil.py", line 206, in copystat
follow_symlinks=follow)
FileNotFoundError: [Errno 2] No such file or directory
Approved by: portmgr (tier-2 blanket)
2020-05-18 04:03:55 +00:00