1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

17227 Commits

Author SHA1 Message Date
Thomas Zander
6288626867 Chase update of fluidsynth to 2.0.3
PR:		233448
2019-03-02 16:55:53 +00:00
Thomas Zander
9cdfc5987e Update to upstream version 2.0.3
While on it:
- Pet portlint

PR:		233448
Submitted by:	yuri
Reviewed by:	tobik
2019-03-02 16:46:58 +00:00
Tobias Kortkamp
de8afa1f1a audio/spotifyd: Update to 0.2.5
Changes:	https://github.com/Spotifyd/spotifyd/releases/tag/v0.2.5
2019-03-02 08:30:38 +00:00
Tobias Kortkamp
19c35b55b5 audio/faudio: Update to 19.03
Changes:	https://github.com/FNA-XNA/FAudio/compare/19.02-23-ge5c9c20...19.03
2019-03-01 17:40:19 +00:00
Tobias Kortkamp
0b56170026 audio/portaudio: Amend r419598 and always add OSS default device first
r419598 tried to solve a problem where when hw.snd.default_unit is
set to anything except zero /dev/dsp0 is not available to programs
using portaudio since it assumes that /dev/dsp and /dev/dsp0 are
the same device.

However with that fix, when hw.snd.default_unit=1 and
hw.snd.basename_clone=0, portaudio will hide /dev/dsp1 from the
device list since it will use /dev/dsp for it instead of /dev/dsp1.
However since /dev/dsp is not available, QueryDevice() will fail
and /dev/dsp1 will never be added to the device list.

Instead of looking up hw.snd.default_unit we can solve this by
always trying to add /dev/dsp to the device list first.

PR:		236118
Submitted by:	Tatsuki Makino <tatsuki_makino@hotmail.com>
2019-03-01 09:40:24 +00:00
Tobias Kortkamp
27a22a5181 audio/portaudio: Stop always building useless test and example programs
While here also install C++ bindings examples
2019-03-01 09:36:43 +00:00
Tobias C. Berner
c7532a4a40 Update KDE Plasma desktop to 5.15.2
Announcement:
	https://kde.org/announcements/plasma-5.15.2.php
2019-03-01 05:29:50 +00:00
Yuri Victorovich
5bfb3f6ecc audio/py-sounddevice: Update 0.3.12 -> 0.3.13
Reported by:	portscout
2019-03-01 01:33:48 +00:00
Yuri Victorovich
f408981e75 audio/gsequencer: Update 2.1.62 -> 2.1.64
Reported by:	portscout
2019-03-01 01:27:40 +00:00
Jan Beich
87378368c4 lang/rust: update to 1.33.0
- www/firefox temporarily loses SIMD in charset conversion, see
  https://bugzilla.mozilla.org/show_bug.cgi?id=1521249
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2019/02/28/Rust-1.33.0.html
Tested by:	Mikaël Urankar (aarch64, armv6, armv7, powerpc64), Piotr Kubaj (powerpc64)
Approved by:	rust (tobik)
Differential Revision:	https://reviews.freebsd.org/D19354
2019-02-28 18:51:45 +00:00
Jan Beich
f8eead936c USES=cargo to update libc to 0.2.49 for Tier2
PR:		235063
Differential Revision:	https://reviews.freebsd.org/D19309
2019-02-28 18:47:28 +00:00
Yuri Victorovich
cfbf316fb4 audio/dpf-plugins-lv2: Update 1.1-1 -> 1.2
Reported by:	portscout
2019-02-28 18:17:42 +00:00
Yuri Victorovich
40e7d3c6dd audio/carla: Update 1.9.13 -> 1.9.14
Reported by:	portscout
2019-02-28 17:52:16 +00:00
Rodrigo Osorio
d37d919e42 Update audio/lmms from 1.2.0-rc7 to 1.2.0-rc8
Changelog: https://github.com/LMMS/lmms/releases/tag/v1.2.0-rc8

PR:		235854
Submitted by:	tobik
2019-02-28 08:23:29 +00:00
Tobias Kortkamp
3cfc5a2920 audio/gmusicbrowser: Update to 1.1.15
- Enable more options by default

PR:		235948
Submitted by:	w.schwarzenfeld@utanet.at
Approved by:	maintainer
2019-02-27 12:57:17 +00:00
Antoine Brodin
c432863c03 Fix packaging after r493867 2019-02-27 09:49:35 +00:00
Tobias Kortkamp
7c1a6fc036 audio/faudio: Add missing USE_LDCONFIG 2019-02-26 22:48:20 +00:00
Tobias Kortkamp
967d42cb82 New port: audio/faudio
FAudio is an XAudio reimplementation that focuses solely on developing
fully accurate DirectX Audio runtime libraries for the FNA project,
including XAudio2, X3DAudio, XAPO, and XACT3.

WWW: https://fna-xna.github.io/

Requested by:	gerald (for future versions of emulators/wine)
2019-02-26 22:24:15 +00:00
Tobias Kortkamp
341e321419 audio/openal-soft: Use Qt 5 for configuration utility 2019-02-26 12:55:57 +00:00
Dmitry Marakasov
357fb86db9 - Add LICENSE
- Switch to USES=localbase

Approved by:	portmgr blanket
2019-02-26 09:00:51 +00:00
Yuri Victorovich
96da3fa13b audio/gsequencer: Update 2.1.61 -> 2.1.62
Reported by:	portscout
2019-02-26 05:02:02 +00:00
Jan Beich
0335c38a4b Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.

https://mesonbuild.com/Build-options.html#features

Reviewed by:	tobik (implicit)
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D19127
2019-02-25 22:07:54 +00:00
Koop Mast
ce73bbecfb Mark webkit-gtk[23] ports as depricated with the same date as webkit-gtk[23].
Disable webkit-gtk[23] support if the port/plugin supports it.

Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].

Haskell and geany where skipped and will be handled by the maintainers.
2019-02-25 16:58:48 +00:00
Baptiste Daroussin
f0cbcf8d34 Deprecate the remaining parts of esound 2019-02-25 16:16:17 +00:00
Guido Falsi
1c99fbf308 Fix plist after ESOUND option removal in r493867.
Approved by:	fixit portmgr blanket
2019-02-25 15:56:41 +00:00
Baptiste Daroussin
ab0bb2410a First step at deorbitting esound:
remove esound options where it is possible to
2019-02-25 14:32:37 +00:00
Baptiste Daroussin
89bc7fbdd1 wxGTK3.0: switch to gtk3 and webkit2
Discussed with:	portmgr
2019-02-25 12:47:20 +00:00
Yuri Victorovich
def4c097f7 audio/gsequencer: Update 2.1.60 -> 2.1.61 2019-02-25 02:11:02 +00:00
Yuri Victorovich
4cbbcda736 audio/beatslash-lv2: Update 1.0.5 -> 1.0.6
Reported by:	portscout
2019-02-25 00:14:10 +00:00
Mark Linimon
10eb4670d2 This port needs a C11-compatible compiler to build, so add USES=compiler:c11
to fix build on GCC-based architectures.

PR:		235734
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-02-24 21:53:53 +00:00
Yuri Victorovich
eec059384a audio/gmsynth-lv2: fix build with GCC-based architectures
It was a missing patch for Makefile, that the port option was relying on.
Also, rename the option SSE->SIMD.

PR:		235987
Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-24 17:30:52 +00:00
Roman Bogorodskiy
cd53609c95 Drop maintainership
Return back to the pool ports I no longer use.
2019-02-24 12:47:30 +00:00
Danilo Egea Gondolfo
d1883c5065 - Fix options helpers. Should be QMAKE after the migration from cmake to qmake
- Fix LICENSE
While here
- Use buildtools_build instead of buildtools

PR:		235655
Submitted by:	yuri
2019-02-24 12:39:25 +00:00
Yuri Victorovich
e8ed18b720 audio/giada: fix build with GCC-based architectures, don't assume building on FreeBSD
PR:		235933
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-23 18:27:56 +00:00
Thomas Zander
4076dcfb87 Update to upstream version 0.21.5
Details:
- Mostly bugfix release, see upstream changelog:
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.21.5/NEWS

MFH:		2019Q1
2019-02-23 17:33:13 +00:00
Yuri Victorovich
c210394330 audio/giada: fix build with GCC-based architectures, don't assume building on FreeBSD
PR:		235933
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-23 17:19:11 +00:00
Yuri Victorovich
6a2cd0402b audio/gsequencer: Update 2.1.59 -> 2.1.60
Reported by:	portscout
2019-02-22 07:27:23 +00:00
Yuri Victorovich
955cf5e8cb audio/gsequencer: Update 2.1.57 -> 2.1.59
Reported by:	portscout
2019-02-22 03:06:24 +00:00
Romain Tartière
3fae1902b9 Update to 1.1
This is a major change for paprefs, which now use GTK 3 and rely on
PulseAudio's gsettings module instead of gconf one.  Users may need to adjust
their compilation options for pulseaudio and configuration files when
upgrading.
2019-02-21 22:01:57 +00:00
Tobias C. Berner
6eba9b32de Update KDE's Plasma 5 Desktop to 5.15.1
Announcement:
	https://www.kde.org/announcements/plasma-5.15.1.php
2019-02-20 19:19:28 +00:00
Baptiste Daroussin
291f475f42 Drop maintainership
multimedia@ has not enought manpower to focus on those ports
2019-02-20 14:28:25 +00:00
Adriaan de Groot
d23af91172 Fix bad CMAKE_BOOL_OFF in audio/amarok.
Reported by:	tcberner
2019-02-18 20:45:22 +00:00
Adriaan de Groot
5687aebbf6 More non-clang, non-x86 fixes.
- add compiler:c++11-lang
 - make WebEngine optional

(Second batch of fixes from the same PR)

PR:		235093
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-18 17:59:16 +00:00
Sunpoet Po-Chuan Hsieh
a856cec658 Remove RUN_DEPENDS: six is removed in 3.0.0
- Add NO_ARCH
- Update pkg-descr
- Bump PORTREVISION for dependency change
- Take maintainership
2019-02-17 19:39:53 +00:00
Tobias Kortkamp
515a362471 audio/tuxguitar: Prepare for FluidSynth 2.x
Sanitize WRKSRC usage a bit to make sure we can patch the
plugins too.

PR:		233502
Reported by:	jbeich
Submitted by:	tobik
Approved by:	yuri (maintainer timeout, 2 weeks)
2019-02-17 09:27:43 +00:00
Yuri Victorovich
3b0e1294be audio/gsequencer: Update 2.1.53 -> 2.1.57
Reported by:	portscout
2019-02-17 02:06:17 +00:00
Sunpoet Po-Chuan Hsieh
f19a98628c Change RUN_DEPENDS from py-munkres to py-munkres10
- Bump PORTREVISION for dependency change
2019-02-16 22:55:26 +00:00
Yuri Victorovich
87c6d62e13 audio/zrythm: Switch build to the release mode 2019-02-16 19:46:31 +00:00
Yuri Victorovich
428abb97c3 New port: audio/zrythm: Modern music production system, also known as DAW 2019-02-16 19:36:29 +00:00
Emanuel Haupt
e112b09b81 Update to 2.3d.r162 2019-02-15 09:18:41 +00:00