Bernard Spil
0c4947a28f
audio/py-soundcloud: Fix tests and depenencies
...
PR: 237235
Submitted by: sunpoet
2019-04-14 08:29:12 +00:00
Yuri Victorovich
fef1e05608
audio/qjackctl: Update 0_5_6 -> 0_5_7
...
Reported by: portscout
2019-04-13 15:01:16 +00:00
Yuri Victorovich
e7cdfa2491
audio/qmidictl: Update 0.5.3 -> 0.5.4
...
Reported by: portscout
2019-04-13 15:00:44 +00:00
Emanuel Haupt
a08ff42f38
Fix build on i386; no MFH needed, SSE2 code was introduced in a later version
...
after 2019Q2 was branched.
Reported by: pkg-fallout
2019-04-13 13:30:13 +00:00
Steve Wills
ac82bddd10
audio/lollypop: update to 1.0.2
...
PR: 236793
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
2019-04-13 01:07:02 +00:00
Adriaan de Groot
8420ea7b48
audio/musescore try to get portscout to report new versions
...
- MASTER_SITES here contains only the one release, so try to
tell portscout to look above it (and hope it understands subdirs).
- While here, pet portlint.
2019-04-12 14:45:39 +00:00
Jan Beich
9b21a3a084
devel/boost-*: update to 1.70.0
...
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303
2019-04-12 06:36:31 +00:00
Adriaan de Groot
8d31c48e79
Update audio/musescore to latest 3.0.5
...
The interesting improvements are in 3.0.3, UI and playback improvements:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3/release-notes-musescore-303
Then 3.0.4 is some regression fixes, and 3.0.5 has plugin improvements:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-305
PR: 237198
Reported by: chitty_cloud@me.com
2019-04-11 21:39:46 +00:00
Tobias Kortkamp
67b6dd1b42
lang/rust: Update to 1.34.0
...
- Update devel/racer to latest version that can build with 1.34.0
- Drop no longer needed patch from textproc/ripgrep
- Force rebuild all consumers to catch regressions early
Thanks to Mikaël Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html
Reviewed by: jbeich
With hat: rust
Differential Revision: https://reviews.freebsd.org/D19850
2019-04-11 19:39:28 +00:00
Yuri Victorovich
8e54a150d2
audio/triceratops-lv2: fix build with GCC-based architectures
...
PR: 237204
Submitted by: Piotr Kubaj
2019-04-11 15:50:45 +00:00
Tobias Kortkamp
2e51facda1
audio/qsynth: Update to 0.5.6
...
Changes: https://qsynth.sourceforge.io/qsynth-downloads.html
2019-04-11 11:24:17 +00:00
Dmitry Marakasov
cdfaa92ed4
- Add LICENSE
...
- Add NO_ARCH
Approved by: portmgr blanket
2019-04-11 09:01:14 +00:00
Emanuel Haupt
f72712509b
Update to 2.3d.r177
2019-04-11 06:47:43 +00:00
Emanuel Haupt
33903036ad
Update to 0.1.b148
2019-04-11 06:44:11 +00:00
Yuri Victorovich
ce4aab0cf1
audio/guitarix-lv2: Update 0.38.0 -> 0.38.1
...
Reported by: portscout
2019-04-11 04:31:50 +00:00
Antoine Brodin
63f5eeef8a
Bump a few PORTREVISIONs after r498529
...
With hat: portmgr
2019-04-10 06:18:31 +00:00
Yuri Victorovich
558f09542b
audio/x42-plugins-lv2: fix build with GCC-based architectures
...
PR: 237141
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2019-04-10 04:14:49 +00:00
Yuri Victorovich
e816cc32be
audio/qmidictl: fix build with GCC-based architectures
...
PR: 237140
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2019-04-10 04:11:39 +00:00
Sunpoet Po-Chuan Hsieh
40c9c7f7eb
Update devel/readline to 8.0
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
2019-04-09 14:04:49 +00:00
Emanuel Haupt
9a8e6892ac
Update to 0.1.b147
2019-04-09 09:23:49 +00:00
Yuri Victorovich
af7075bbd4
audio/guitarix-lv2: Update 0.37.3 -> 0.38.0
...
Reported by: portscout
2019-04-09 04:49:40 +00:00
Romain Tartière
7ee49a571f
Fix build with GCC-based architectures
...
While here, add missing USES=gnome.
PR: 237118
Reported by: pkubaj@anongoth.pl
2019-04-08 23:56:10 +00:00
Yuri Victorovich
012b24a491
audio/zrythm: Update g20190216 -> 0.3.029
...
* plist moved into a file due to its length
* Add -lexecinfo
2019-04-08 20:03:44 +00:00
Tobias Kortkamp
ffa8b3dff7
audio/pulseaudio: Always install shell completions per Porter's Handbook
...
PR: 235925
Submitted by: romain
Approved by: gnome (maintainer timeout, a month)
2019-04-08 17:31:19 +00:00
Tobias Kortkamp
655dc2998a
audio/pulseaudio: Fix gsettings schema installation
...
Schema should be installed with GLIB_SCHEMAS, otherwise
glib-compile-schemas does not get called and the installed schema
is non-functional.
PR: 235926
Submitted by: romain
Approved by: gnome (maintainer timeout, a month)
2019-04-08 17:25:02 +00:00
Emanuel Haupt
7226bca439
Fix build with GCC-based architectures.
...
PR: 237099
Submitted by: pkubaj@anongoth.pl
2019-04-08 13:05:47 +00:00
Emanuel Haupt
4f27686091
Update to 0.4.4
2019-04-08 12:58:18 +00:00
Yuri Victorovich
f92f9ea7f6
audio/caps-lv2: Update g20170626 -> g20190321
2019-04-08 01:13:21 +00:00
Yuri Victorovich
70cbed4873
audio/synthpod-lv2: Update g20170810 -> g20190407
...
* Change to meson.
* Some options disappeared (KX, SHOW), they became ON by default.
2019-04-08 00:59:49 +00:00
Yuri Victorovich
a092b1d827
audio/qmidiarp: fix build with GCC-based architectures
...
PR: 237039
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
2019-04-07 17:48:24 +00:00
Tobias C. Berner
751dfb9495
accessibility/speech-dispatcher: update to 0.8.8
2019-04-07 14:23:24 +00:00
Yuri Victorovich
024a98ec8f
audio/stegosaurus-lv2: Update g20180904 -> 0.0.3
2019-04-07 02:13:27 +00:00
Yuri Victorovich
4b2eaa3398
audio/libltc: Update 1.3.0 -> 1.3.1
...
Reported by: portscout
2019-04-07 01:31:28 +00:00
Mark Linimon
2de3c91780
Modify compiler flags if !clang to prevent the following:
...
cc1: error: unrecognized command line option "-Wno-unused-but-set-variable"
Approved by: portmgr (tier-2 blanket)
2019-04-06 18:31:14 +00:00
Mark Linimon
e06b9e343d
Add compiler:c11 to USES to fix the following on powerpc64:
...
varchunk/varchunk.h:84: expected specifier-qualifier-list before _Atomic
Approved by: portmgr (tier-2 blanket)
2019-04-06 18:21:21 +00:00
Mark Linimon
8340af8959
Remove sse flags to fix builds on non-x86 architectures:
...
g++8: error: unrecognized command line option '-msse'; did you mean '-fdse'?
g++8: error: unrecognized command line option '-mfpmath=sse'
Approved by: portmgr (tier-2 blanket)
2019-04-06 18:10:10 +00:00
Tobias C. Berner
744b6abc7b
audio/pulseeffects: Update to 4.5.6
...
Changelog can be found at
https://github.com/wwmm/pulseeffects/blob/master/CHANGELOG.md
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D19608
2019-04-06 10:13:38 +00:00
Thomas Zander
81ca9f5ee2
Update to upstream release 0.21.7
...
Details:
- Mostly bug fixes, see upstream changelog:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.7/NEWS
- Add NFS support via libnfs as non-default OPTION
MFH: 2019Q2
2019-04-06 06:40:43 +00:00
Mark Linimon
7ee604ab24
Fix the following error on GCC-based architectures:
...
fails to compile: cc1plus: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
2019-04-06 00:44:20 +00:00
Antoine Brodin
c3c4b2c0f3
Mark BROKEN on FreeBSD 12 and 13
...
Reported by: pkg-fallout
MFH: 2019Q2
2019-04-04 06:10:05 +00:00
Emanuel Haupt
6156f68350
Update to 0.1.b146
2019-04-03 17:29:22 +00:00
Guido Falsi
1fbf38992e
Add back libdata/pkgconfig/libbcg729.pc file after it was removed
...
by the 1.0.4 update in r482343.
PR: 236975
Submitted by: sobomax
MFH: 2019Q2
2019-04-03 09:41:16 +00:00
Tobias C. Berner
472071c75c
Update KDE Plasma Desktop to 5.15.4
...
Changelog:
https://kde.org/announcements/plasma-5.15.3-5.15.4-changelog.php
2019-04-02 19:56:47 +00:00
Tobias Kortkamp
f837b02873
Deprecate audio/raop_play
...
It's unmaintained upstream with the last release in 2005 and the
last change in 2012. It does not support OpenSSL 1.1. Use
module-raop-sink from audio/pulseaudio instead.
2019-04-02 19:28:29 +00:00
Tobias Kortkamp
8680590f68
audio/faudio: Update to 19.04
...
Changes: https://github.com/FNA-XNA/FAudio/releases/tag/19.04
2019-04-01 16:00:01 +00:00
Alexey Dokuchaev
aac2ef1924
Update `audio/flacon' to version 5.2.0; list of changes:
...
- Fix: handling of CUE files with track index >= 01
- The preferences dialog was too small so users could not
find some settings; added size limit for the window
- Improved message window for conversion errors
- Minor improvements to program's appearance and behavior
- Translations were updated
Reported by: portscout
2019-04-01 14:10:27 +00:00
Emanuel Haupt
0a942095d1
Update to 0.1.b145
2019-04-01 06:36:10 +00:00
Eric Turgeon
d42001ebaa
defaulting audio/libmatemixer with pulseaudio
...
Approved by: mentors (implicit)
2019-04-01 01:15:29 +00:00
Sunpoet Po-Chuan Hsieh
73b1e3abe6
Update devel/protobuf to 3.7.1
...
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine
2019-03-31 13:41:02 +00:00
Sunpoet Po-Chuan Hsieh
bf5ffbc8bd
Cosmetic change
2019-03-31 13:15:06 +00:00