Commit graph

17536 commits

Author SHA1 Message Date
Yuri Victorovich
78f21eb8dc audio/synthv1-lv2: Update 0.9.7 -> 0.9.8
Reported by:	portscout
2019-06-08 05:48:59 +00:00
Yuri Victorovich
eef2273d12 audio/samplv1-lv2: Update 0.9.6 -> 0.9.8
Reported by:	portscout
2019-06-08 05:46:47 +00:00
Yuri Victorovich
5454d39520 audio/padthv1-lv2: Update 0.9.7 -> 0.9.8
Reported by:	portscout
2019-06-08 05:46:02 +00:00
Yuri Victorovich
d4a07a7704 audio/drumkv1-lv2: Update 0.9.7 -> 0.9.8
Reported by:	portscout
2019-06-08 05:45:11 +00:00
Steve Wills
4d1aa00b08 audio/lollypop: update to 1.0.12
PR:		238370
Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)
2019-06-07 23:11:56 +00:00
Thomas Zander
14ffd13f14 Update to upstream release 0.21.10
Details:
- Bugfix / regression fix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.10/NEWS

MFH:		2019Q2
2019-06-07 18:33:33 +00:00
Tobias C. Berner
f240baeb83 Update KDE Applications to 19.04.2
https://kde.org/announcements/announce-applications-19.04.2.php
2019-06-07 04:08:25 +00:00
Koichiro Iwao
d51416ccaf audio/pulseaudio-module-xrdp: Update to 0.3
This version includes following fixes:

* Fix sink => source typos, microphone input did not work due to this typo
* Kick out some logs to debug logs, a little bit too noisy

Microphone input in xrdp is a proprietary implementation and works only with
NeutrinoRDP client. If you're not trying to use this proprietary implementation,
you need not update from v0.2 to v0.3.

Relnotes:	https://github.com/neutrinolabs/pulseaudio-module-xrdp/releases/tag/v0.3
2019-06-06 01:24:32 +00:00
Sunpoet Po-Chuan Hsieh
09a60f1303 Mark MAKE_JOBS_UNSAFE
PR:		238334
Submitted by:	pkubaj
2019-06-05 19:40:49 +00:00
Antoine Brodin
47ce821484 Switch default version of samba from 4.7 to 4.8
With hat:	portmgr
2019-06-04 14:17:39 +00:00
Dmitry Marakasov
606339c209 - Update WWW
- Cosmetic fixes
2019-06-04 09:01:47 +00:00
Baptiste Daroussin
19a38d2261 Only print the message during the first installation,
not at each upgrades
2019-06-04 06:17:58 +00:00
Piotr Kubaj
4263955545 audio/audacity: fix build on non-x86
Audacity by default adds --enable-sse on all architectures, which breaks anything but i386 and amd64. Add SSE option to every architecture, but still enable by default only on amd64 and i386. This will add --disable-sse to CONFIGURE_ARGS, which fixes build.

PR:             238140
Approved by:    xxjack12xx@gmail.com (maintainer), tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D20422
2019-06-03 08:52:28 +00:00
Yuri Victorovich
5205735e52 audio/py-pysndfile: Update 1.3.2 -> 1.3.3
Reported by:	portscout
2019-06-02 15:29:18 +00:00
Yuri Victorovich
618cb38d76 audio/gsequencer: Update 2.1.73 -> 2.1.74
Reported by:	portscout
2019-06-02 15:21:08 +00:00
Tobias Kortkamp
4942b7f5fe audio/faudio: Update to 19.06
Changes:	https://github.com/FNA-XNA/FAudio/releases/tag/19.06
2019-06-02 12:51:26 +00:00
Piotr Kubaj
22f419e08d audio/py-webrtcvad: fix build with GCC-based architectures
GCC architectures need USES=compiler:c11 for BYTE_ORDER compiler macro.

They also need a patch to properly define WEBRTC_ARCH_BIG_ENDIAN.

PR:             237876
Approved by:    tcberner (mentor), yuri (maintainer)
Differential Revision:  https://reviews.freebsd.org/D20440
2019-06-02 11:07:09 +00:00
Sunpoet Po-Chuan Hsieh
0ae1ebfe25 Add LICENSE 2019-06-01 22:32:30 +00:00
Yuri Victorovich
14b259584d audio/gxplugins-lv2: Update 0.6 -> 0.7
Reported by:	portscout
2019-06-01 14:52:31 +00:00
Tobias Kortkamp
c0abd3b152 audio/mpg123.el: Do not install files for xemacs
It was removed in 2014.
2019-05-30 08:02:47 +00:00
Tobias Kortkamp
e36a4251eb audio/id3el: Do not install files for xemacs
It was removed in 2014.
2019-05-30 07:58:59 +00:00
Alexey Dokuchaev
b8b029a7f1 For ports under categories a* and b*: remove some excessive linefeeds. 2019-05-29 14:14:14 +00:00
Alexey Dokuchaev
1f71148df3 Annotate example configuration file as @sample and thus get rid of
pkg-message which merely suggested that "it should work fine as is".
2019-05-29 14:05:25 +00:00
Rene Ladan
2844bd340c Remove expired ports:
2019-05-28 graphics/cinepaint: Vulnerable since 2015, unmaintained and underlinks
2019-05-28 audio/specimen: Unmaintained, depends on expiring x11-toolkits/phat
2019-05-28 devel/smack: Unmaintained, upstream disappeared, underlinks
2019-05-28 x11-toolkits/phat: Unmaintained, upstream disappeared, underlinks
2019-05-29 10:22:58 +00:00
Piotr Kubaj
9eb7abe211 audio/libopenshot-audio: fix build with GCC-based architectures
error:
CMake Error in CMakeLists.txt:
  Target "openshot-audio" requires the language dialect "CXX11" , but CMake
  does not know the compile flags to use to enable it.

PR:		237867
Submitted by:	tatsuki_makino@hotmail.com (maintainer)
Approved by:	linimon (mentor)
2019-05-29 07:42:27 +00:00
Emanuel Haupt
b3f4ad283a Update to 0.4.5 2019-05-28 19:51:23 +00:00
Emanuel Haupt
75f683a03d Update to 0.1.b157 2019-05-28 16:30:03 +00:00
Tobias Kortkamp
2b1f909e36 audio/spotifyd: Update to 0.2.9
Changes:	https://github.com/Spotifyd/spotifyd/compare/v0.2.8...0.2.9
2019-05-28 04:25:02 +00:00
Tobias Kortkamp
ac0bdc1cef audio/yoshimi: Update 1.5.11.4
Changes:	https://github.com/Yoshimi/yoshimi/blob/1.5.11.4/Changelog
2019-05-28 03:33:05 +00:00
Tobias Kortkamp
78b64519f3 audio/zam-plugins-lv2: Drop nop and misspelled xLDFLAGS
Per [1] it already links with libzita-convolver on its own.

[1] http://beefy11.nyi.freebsd.org/data/head-i386-default/p502184_s348025/logs/zam-plugins-lv2-3.10.13_3.log
2019-05-27 03:53:22 +00:00
Emanuel Haupt
450fc77b73 Update to 3.3 2019-05-26 12:33:23 +00:00
Tobias Kortkamp
ba238e9f36 audio/libmp3splt: Upcase OPTIONS_MULTI as we normally do 2019-05-26 09:05:09 +00:00
Tobias Kortkamp
6d257ebb83 audio/arss: Remove nop CMAKE_C_ARGS
Also use WRKSRC_SUBDIR and USES=localbase:ldflags while here.
2019-05-26 08:28:50 +00:00
Thomas Zander
2cadf905db Update to upstream release 0.21.9
Details:
- Bugfix release (includes fix for potential deadlock), see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.9/NEWS

MFH:		2019Q2
2019-05-26 06:47:15 +00:00
Yuri Victorovich
1afb5221f3 audio/qjackctl: Update 0_5_7 -> 0_5_8
Reported by:	portscout
2019-05-25 17:45:58 +00:00
Tobias Kortkamp
93651a9964 audio/linux-c7-*: Spell CONFLICTS correctly 2019-05-25 16:36:44 +00:00
Tobias C. Berner
bdf0e05847 audio/noson-app: update to 3.11.8 2019-05-25 16:29:32 +00:00
Eugene Grosbein
ca46b6ae1f audio/xmms2-scrobbler: re-apply fix correctly
Wrong APIFIX_EXTRA_PATCHES_ON changed to right APIFIX_EXTRA_PATCHES
Thanks to tobik for reporting this. Bump PORTREVISION.

PR:		220992
Submitted by:	Eugene Zheganin
Reported by:	tobik
2019-05-25 15:31:19 +00:00
Tobias Kortkamp
e8e0e68a5e audio/xmms2-scrobbler: Revert r446562 and remove nop APIFIX option
The APIFIX option never did anything.  There is no APIFIX_EXTRA_PATCHES_ON
options helper.

PR:		220992
2019-05-25 15:12:07 +00:00
Tobias Kortkamp
5d6985d551 audio/optimfrog: Fix spelling of SSE2_DESC 2019-05-25 10:40:04 +00:00
Yuri Victorovich
b695f2cd58 audio/gsequencer: Update 2.1.72 -> 2.1.73
Reported by:	portscout
2019-05-25 01:49:57 +00:00
Kubilay Kocak
def4f1b474 audio/lv2: Remove CONFLICTS_INSTALL
lv2core expired and was deleted on 2016-11-30 in ports r427460

I only noted this after committing ports r499627, so remove it accordingly.

PR:		235103
Approved by:	Michael Beer <beerml sigma6audio de> (maintainer)
MFH:		2019Q2 (MFH with: r499627)
2019-05-24 09:52:55 +00:00
Tobias Kortkamp
f30ebc2bec lang/rust: Update to 1.35.0
- 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/05/23/Rust-1.35.0.html
Reviewed by:	jbeich
Tested by:	pkubaj (powerpc64), mikael.urankar@gmail.com (aarch64)
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D20332
2019-05-24 03:25:11 +00:00
Adriaan de Groot
b428e2107c Update audio/elisa to latest upstream release 0.4.0
- Now uses Kirigami,
 - Mentions a libvlc dependency during cmake, but seems to
   work fine without,
 - General polishing and improvements release.
2019-05-23 10:06:28 +00:00
Piotr Kubaj
8affa32266 audio/synthv1-lv2: fix build with GCC-based architectures
Add USES=compiler:c++11-lang to fix:
checking for Qt library version >= 5.1... no; Qt 5.1 or greater is required

Approved by:	mentors (implict approval)
2019-05-20 19:54:11 +00:00
Yuri Victorovich
e99316dd9a audio/gsequencer: Update 2.1.71 -> 2.1.72
Reported by:	portscout
2019-05-20 09:03:11 +00:00
Yuri Victorovich
11f4685b50 audio/faust-lv2: Attempt to fix 13i386 build by adding -fPIC as recommended by the failure message
Reported by:	fallout
2019-05-19 22:49:18 +00:00
Emanuel Haupt
25ac3de886 Update to 0.1.b156 2019-05-19 14:52:27 +00:00
Tobias Kortkamp
7a97a31af8 New port: audio/mio2jack
Mio2jack is a tool to expose Sndio MIDI ports to JACK.

For now it only handles one-way communication, that is MIDI events
flowing in the Sndio to JACK direction.

WWW: https://github.com/martingms/mio2jack
2019-05-19 06:08:58 +00:00
Yuri Victorovich
223ecca087 audio/moony-lv2: Broken on FreeBSD 11 2019-05-18 22:19:45 +00:00