Commit graph

20010 commits

Author SHA1 Message Date
Thomas Zander
1e937ded15
audio/musicpd: Update to upstream version 0.23.4
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.4/NEWS
2021-11-14 23:22:57 +01:00
Hans Petter Selasky
656e132b95 audio/hpsjam: Update to 1.0.18
- Tried to improve packet timing.

Approved by:	pi (implicit)
2021-11-14 21:56:14 +01:00
Jack
6f050c504f audio/audacity: Update to 3.1.1
Hotfix release [1]:
- Fixed FFMPEG imports only importing the left channel
- Improved Audacity's performance when many clips are present
- Fixed a crash with detach at silences
- Fixed clip name corruption when applying effects to adjacent clips
- Fixed a crash with the time shift commands
- Fixed custom themes not working

[1] https://github.com/audacity/audacity/releases/tag/Audacity-3.1.1

PR:		259812
2021-11-14 21:31:05 +01:00
Mikael Urankar
be4b7de792 audio/tetraproc: Remove march=native.
It breaks runtime on x86 arch and fails to build on non x86 arch.

Approved by:	portmgr (build fix blanket)
2021-11-13 17:15:15 +01:00
Hans Petter Selasky
e201631cf3 audio/headsetcontrol: Update to 2.6
PR:		259815
Approved by:	pi (implicit) and maintainer
2021-11-13 13:37:11 +01:00
Hans Petter Selasky
10657e68ec audio/virtual_oss: Update to 1.2.15
- Populate devnode field for SNDCTL_ENGINEINFO IOCTL(2).

Approved by:	pi (implicit)
2021-11-12 13:59:20 +01:00
Tilman Keskinoz
38a66306d7 Drop maintainership on most of my ports 2021-11-11 18:05:38 +00:00
Jack
6bf0135b41 audio/audacity: Update to 3.1.0
ChangeLog: https://www.audacityteam.org/audacity-3-1-is-out-now/

PR:	259565
Reported by:	xxjack12xx@gmail.com (maintainer)
2021-11-11 15:17:10 +01:00
Jesper Schmitz Mouridsen
fae62d08ea audio/pavucontrol-qt: Update to 1.0.0 2021-11-10 19:25:28 +01:00
Tobias C. Berner
47122d51c5 KDE: Update to KDE Plasma 5.23.3, Bugfix Release for November
Tuesday, 9 November 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.3.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

  *  Keyboardlayout: Fix missing Esperanto flag icon in the menu.
  *  Plasma Networkmanager: OpenVPN: fix logic in auth dialog.
  *  On FreeBSD do not try to execute powerdevil.backlighthelper.syspath action.

Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.2-5.23.3/
2021-11-10 18:51:34 +01:00
Kyle Evans
85ee66732b devel/zmusic: fix category to audio
devel is accurate, but audio is much more precise.

Reported by:	danfe
2021-11-10 10:03:52 -06:00
Daniel Engberg
3409cdacaf audio/exhale: Update to 1.1.8
Changelog: https://gitlab.com/ecodis/exhale/-/releases/v1.1.8

Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32919
2021-11-10 09:09:57 +01:00
Fernando Apesteguía
a55c182ab0 comms/spandsp: Update to 3.0.0
Patch consumers and bump PORTREVISION where appropriate.

PR:	258999
Reported by:	jailbird@fdf.net (maintainer)
Reviewed by:	madpilot@
2021-11-10 07:20:12 +01:00
Adriaan de Groot
543846f9d4 audio/rosegarden: update to 21.06.1, latest upstream
Release notes since the previous version on FreeBSD:
	https://www.rosegardenmusic.com/wiki/dev:21.06.1
	https://www.rosegardenmusic.com/wiki/dev:21.06
2021-11-09 17:00:01 +01:00
Piotr Kubaj
b83919bc93 audio/inscore: fix build on powerpc
Same issue as on powerpc64.
2021-11-08 15:52:32 +00:00
Piotr Kubaj
de86a3033c audio/inscore: fix build on powerpc64
Doesn't correctly detect endianness:
In file included from /wrkdirs/usr/ports/audio/inscore/work/inscore-128/lib/oscpack/osc/OscOutboundPacketStream.cpp:41:
/wrkdirs/usr/ports/audio/inscore/work/inscore-128/lib/oscpack/osc/OscHostEndianness.h:64:2: error: please edit OSCHostEndianness.h to configure endianness
2021-11-07 12:14:56 +00:00
Nico Sonack
23d4b063c9 audio/welle.io: Add missing 'dbus' to USE_QT
Don't bump PORTREVISON as this port had already depended upon
devel/dbus indirectly.

While I'm here,

* Pet portclippy
* Re-format Makefile with portfmt

PR:		259395
2021-11-07 15:55:26 +09:00
Yuri Victorovich
cb7fe5ce4d audio/faustlive: Update 2.5.6 -> 2.5.7
Reported by:	portscout
2021-11-06 16:56:32 -07:00
Po-Chuan Hsieh
ba0c281ac9
audio/py-pymad: Cosmetic change 2021-11-06 03:14:04 +08:00
Po-Chuan Hsieh
aacf93a0d3
audio/py-pyliblo: Cosmetic change 2021-11-06 03:14:04 +08:00
Tobias C. Berner
3a242d3e7c KDE: Update KDE Gear to 21.08.3
Thursday, 4 November 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-04 20:11:34 +01:00
Hans Petter Selasky
6893887275 audio/carla: Compile fix for FreeBSD.
CarlaPluginUI.cpp:55:38: error: use of undeclared identifier 'PTHREAD_MUTEX_INITIALIZER'

Approved by:	yuri
2021-11-03 20:32:44 +01:00
Thomas Zander
520be1663a
audio/openal-soft: Include the last patch for upstream sndio backend.
Details:
- Backport the remaining sndio backend commit at:
  2df78e49b1

Reported by:	Brad Smith <brad@comstyle.com>
MFH:		2021Q4
2021-11-01 15:31:35 +01:00
Thomas Zander
c4ba40e2d5
audio/musicpd: Update to upstream version 0.23.3
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.3/NEWS
2021-11-01 14:46:08 +01:00
Piotr Kubaj
09e8de05c7 audio/mixxx*: don't use -march=native
Breaks runtime for package users.
2021-11-01 13:30:50 +00:00
Piotr Kubaj
c6c6e67d83 audio/flac: don't disable VSX on powerpc64le
No reason to disable SIMD, builds fine.
2021-11-01 02:42:34 +00:00
Yuri Victorovich
f6eca5725e audio/jamulus: Update 3.8.0 -> 3.8.1
Reported by:	Rickard <rickard@tutanota.com>
2021-10-31 10:23:16 -07:00
Hans Petter Selasky
35c708f5e8 audio/hpsjam: Update to 1.0.17
- GUI fixes.
- Make sure server sets default gain at connect.

Approved by:	pi (implicit)
2021-10-30 16:20:28 +02:00
Thomas Zander
aae69a8d6b
audio/musicpd: Update to upstream release 0.23.2
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.2/NEWS
2021-10-30 13:06:17 +02:00
Jack
e9eb4687c7 audio/audacity: Upgrade to 3.0.5
ChangeLog: https://wiki.audacityteam.org/wiki/Release_Notes_3.0.4

While here:

 * Pet linters
 * Add gdkpixbuf2 depdendency

PR:	258107
Reported by:	xxjack12xx@gmail.com (maintainer)
Reviewed by:	diizzy@, nc@, tatsuki_makino@hotmail.com
2021-10-30 11:43:03 +02:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Adriaan de Groot
ff6a60b513 audio/praat: update to 6.1.54, latest upstream
Release notes are at:
	https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html

Some new features and something I don't know how to pronounce.

Reported by:	portscout
2021-10-28 21:57:41 +02:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Jan Beich
5582cc1b2b audio/gnome-podcasts: drop unused distfile after a160015b86
Previously, gettext-sys was listed more than once in order
to trigger the following logic in USES=cargo

.if ${_CARGO_CRATES:Mgettext-sys}
CARGO_ENV+=	GETTEXT_BIN_DIR=${LOCALBASE}/bin \
		GETTEXT_INCLUDE_DIR=${LOCALBASE}/include \
		GETTEXT_LIB_DIR=${LOCALBASE}/lib
.endif
2021-10-27 14:57:49 +00:00
Tobias C. Berner
2ff6d9f983 KDE: Update KDE Plasma to 5.23.2
Tuesday, 26 October 2021. Today KDE releases a bugfix update to KDE
Plasma 5, versioned 5.23.2.

Plasma 5.23 was released in October 2021 with many feature refinements
and new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

    Plasma Browser Integration: [History Runner] Skip blob URLs.
    [Folder View] Fix executing file without prompting. Fixes bug #435560
    Desktop as folder: restore functionality of the “delete” action. Fixes bug #442765

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.23.1-5.23.2
2021-10-26 21:42:49 +02:00
Daniel Engberg
d47b0c46c2 audio/soundtouch: Switch to MASTER_SITES and fix i386
Switch to static tarball, unbreak i386 builds

References:
https://codeberg.org/soundtouch/soundtouch
https://lists.freebsd.org/archives/freebsd-pkg-fallout/2021-October/124516.html

PR:		259173
Approved by:	crees (port maintainer), arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32639
2021-10-25 19:42:36 +02:00
Yuri Victorovich
b0b552c020 audio/guidolib: Update 168-207 -> 1.7.1 2021-10-25 08:47:11 -07:00
Roman Bogorodskiy
7e815f08fd audio/mpg123: update to 1.29.2 2021-10-25 17:08:28 +04:00
Alexey Dokuchaev
61b6613393 Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.

While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
2021-10-25 12:58:29 +00:00
Tobias Kortkamp
ad90fc634b
*: Rebuild for Rust 1.56.0 2021-10-25 10:55:19 +02:00
Tobias Kortkamp
88d555cd75
audio/shortwave: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:07 +02:00
Tobias Kortkamp
a160015b86
audio/gnome-podcasts: Chase USES=cargo's new git source support
PR:		256581
2021-10-25 10:49:07 +02:00
Yuri Victorovich
306440727d audio/inscore: New port: Environment for the design of interactive augmented music scores
The executable 'inscoreviewer' isn't installed for some reason,
see https://github.com/grame-cncm/inscore/issues/18

PR:		221865
2021-10-24 14:11:14 -07:00
Tatsuki Makino
0f895daa66 audio/libamrwb: Makefile adjustment
Adjust Makefile to follow Porter's Handbook and framework more closely,
also pet portclippy while at it.

PR:		259203
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32622
2021-10-24 22:19:48 +02:00
Tatsuki Makino
74451a1660 audio/libamrnb: Makefile adjustment
Adjust Makefile to follow Porter's Handbook and framework more closely,
also pet portclippy while at it.

PR:		259202
Approved by:	arrowd (mentor)
Differential Revision:	https://reviews.freebsd.org/D32621
2021-10-24 22:17:04 +02:00
Rene Ladan
bbbd40cd18 */asterisk-*: Remove support for expired net/asterisk13 2021-10-24 20:31:48 +02:00
Yuri Victorovich
dc3091e910 audio/guidolib: Update 168 -> 168-207
Also update WWW.
2021-10-24 09:38:30 -07:00
Alexey Dokuchaev
8d6ed94e50 audio/vban: add PKGNAMESUFFIX and PORTSCOUT knobs
This yields more precise package name and stops portscout from
suggesting outdated GitHub tag as newer version.
2021-10-24 08:45:25 +00:00
Stefan Eßer
1f62a545cf audio/libaudiofile: Add CPE information
Approved by:    portmgr (blanket)
2021-10-23 21:36:14 +02:00
Stefan Eßer
a7c97a703f audio/faad: Add CPE information
Approved by:    portmgr (blanket)
2021-10-23 21:26:19 +02:00