Commit Graph

19755 Commits

Author SHA1 Message Date
Adam Jimerson
2e7aa6f068 audio/cava: Update to 0.7.4
PR:	257645
2021-08-08 05:26:02 -07:00
Yuri Victorovich
850a60220d audio/gsequencer: Update 3.8.13 -> 3.9.7 2021-08-07 14:24:51 -07:00
Tobias C. Berner
3dfca06aea audio/komposter: prepare for freetype2 upgrade
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.

PR:		251512
2021-08-07 16:09:05 +02:00
Thomas Zander
bd67074d3f audio/musicpd: Update to upstream release 0.22.10
Details:
- Bugfix release, see:
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.22.10/NEWS
- Remove the defunct TIDAL plugin.

MFH:		2021Q3
2021-08-07 15:39:45 +02:00
Hans Petter Selasky
c52ce9c5c0 audio/virtual_oss: Update to 1.2.14
- Fix buffering issue with local monitoring.

Approved by:	pi (implicit)
2021-08-06 14:28:01 +02:00
Hans Petter Selasky
86fb17fe8b audio/midipp: Update to 2.1.0
- Added more sustained chords.
- Improve circle of fifths.

Approved by: pi (implicit)
2021-08-05 16:52:00 +02:00
Hans Petter Selasky
baacf6b26e audio/zynaddsubfx: Update to version 3.0.6-rc4
- Several minor changes and improvements.

Approved by: pi (implicit)
2021-08-05 16:52:00 +02:00
Tobias C. Berner
e20d8c03aa x11/kf5-frameworks: Update KDE Frameworks to 5.84.0
Saturday, 10 July 2021

KDE today announces the release of KDE Frameworks 5.84.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
	https://kde.org/announcements/frameworks/5/5.84.0/

Exp-run by:	antoine
PR:		257100
2021-08-04 18:31:24 +02:00
Yuri Victorovich
9307b1c707 audio/zrythm: Update 1.0.0-alpha.21.0.13 -> 1.0.0-alpha.22.0.1
Reported by:	portscout
2021-08-02 13:48:57 -07:00
Yuri Victorovich
5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00
Hans Petter Selasky
a3c9b320db audio/alsa-seq-server: Initial version (v1.0.0)
- ALSA MIDI sequencer server.

Approved by:	pi (implicit)
2021-08-02 08:40:39 +02:00
Alexey Dokuchaev
b8e8a959d7 audio/fossmixer: fix illegal instruction error on some hosts
Previously, configure script was passing certain optimization options
by default; now it is protected by --enable-native switch which users
have to specify explicitly:

  -C_FLAGS=$C_FLAGS" -O3 -ffast-math `/bin/sh ./build/opt.sh \"$CC\" -march=native`"
  +C_FLAGS=$C_FLAGS" -O2"

Take one step further and replace -O2 with our default CFLAGS which are
essentially the same, but safer (https://blog.regehr.org/archives/1307).

We must, however, force -msse2 on i386 for the build to succeed there;
other architectures might or might not need similar treatment as well.

PR:		257520
Submitted by:	maintainer (who is also upstream author)
2021-08-01 14:23:13 +00:00
Daniel Menelkir
43f89c8112
audio/strawberry: Change default audio option and add LIB_DEPEND
* Changed the default options for audio to ALSA
* Added databases/qt5-sqldrivers-sqlite3 as a LIB_DEPEND.
  It'll be installed automatically if you use something like KDE,
  but straberry will fail to load if you use a minimalist WM for example.

PR:		257440
2021-08-01 19:00:24 +08:00
Jose Alonso Cardenas Marquez
e40d870fc3 lang/fpc: update to 3.2.2
* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency  [PR/254481]
PR:		254481
Reported by:	jbeich
2021-07-31 20:56:08 -05:00
Yuri Victorovich
3b891644a6 audio/drumstick: 2.3.0 -> 2.3.1
Reported by:	portscout
2021-07-31 14:19:36 -07:00
Jose Alonso Cardenas Marquez
f8047fd465 audio/mixxx22: change optimize to native 2021-07-31 14:42:53 -05:00
Jose Alonso Cardenas Marquez
8ae70d1def audio/mixxx: bump PORTREVISION
* audio/portmidi was updated and it could fix a problem with alsa backend
2021-07-30 19:16:14 -05:00
Jose Alonso Cardenas Marquez
6c5788aae9 audio/portmidi: update to 236
* Fix ALSA backend
* Add version for libraries
2021-07-30 19:16:13 -05:00
Dima Panov
9c447b3964 audio/libsidplayfp: adopt, unbreak packaging with Doxygen enabled 2021-07-31 01:10:43 +10:00
Lars Engels
c4fd7792f9 *: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
2021-07-28 22:34:51 +02:00
Yuri Victorovich
6e1fccb7e7 audio/x42-plugins-lv2: Update 20210409 -> 20210714
Reported by:	portscout
2021-07-28 10:13:46 -07:00
Yuri Victorovich
e0382da1bc audio/py-zita-jacktools: New port: Audio tools running as a Jack client 2021-07-27 12:19:03 -07:00
Yuri Victorovich
bdf628732e audio/zita-jclient: New port: Library to create a Jack client with a few lines of C++ 2021-07-27 12:19:03 -07:00
Yuri Victorovich
59893dd87c audio/py-zita-audiotools: New port: Tools for audio processing 2021-07-27 12:19:03 -07:00
Tobias C. Berner
e52cbf14ed x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.4
Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

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

    * Discover: Address the keyboard shortcut tooltip.
    * Sort Unsplash POTD image categories alphabetically.
    * Info Center: Unbreak about CPU value when solid is missing a
      product string.

[1] https://kde.org/announcements/plasma/5/5.22.4/
2021-07-27 18:40:55 +02:00
Hans Petter Selasky
751dac326b audio/hpsjam: Update to 1.0.16
- Improved buffering

Approved by:	pi (implicit)
2021-07-26 18:40:46 +02:00
Neel Chauhan
3b804851a6 audio/ardour6: Update to 6.8.0 2021-07-24 13:01:10 -07:00
Yuri Victorovich
8749d85baa audio/zrythm: Update 1.0.0-alpha.20.0.1 -> 1.0.0-alpha.21.0.13
Reported by:	<portscout
2021-07-23 11:00:10 -07:00
Tobias C. Berner
a17081b41c audio/guitarix-lv2: prepare for glib 2.86.3
Add upstream fix for gcc11 from upstream [1]

[1] d8f003484c/

PR:		256200
2021-07-23 19:23:36 +02:00
Yuri Victorovich
e709e1facd audio/faustlive: Update 2.5.5 -> 2.5.6
Reported by:	portscout
2021-07-22 21:54:18 -07:00
Yuri Victorovich
bb883db06a audio/faust: Update 2.30.5 -> 2.33.1
Also update pkg-message and add example under files/.

Reported by:	portscout
2021-07-22 21:54:18 -07:00
Jose Alonso Cardenas Marquez
cadd2e72d2 audio/mixxx: Remove deprecated option
- Remove FAAD support. It is depecrated
- Set OPTIMIZE to native
- Bump PORTREVISION
2021-07-21 14:12:31 -05:00
Po-Chuan Hsieh
f4acead636
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:52 +08:00
Tobias C. Berner
00e161175a audio/hydrogen: add missing build dependency on testlib
The dependency was previously pulled in transitively.

PR:		257100
2021-07-19 06:57:53 +02:00
Yuri Victorovich
ce06acc64e audio/zrythm: Update 1.0.0-alpha.19.0.1 -> 1.0.0-alpha.20.0.1
Reported by:	portscout
2021-07-18 17:49:18 -07:00
Hans Petter Selasky
9b61f489de audio/midipp: Update to 2.0.9
- Improved chord encoding.

Approved by: pi (implicit)
2021-07-18 13:07:20 +02:00
Hans Petter Selasky
2a254107cf audio/hpsjam: Update to 1.0.15
- Implement sleep mode for server side

Approved by:	pi (implicit)
2021-07-18 13:07:19 +02:00
Rene Ladan
b13be275c6 cleanup: Remove expired ports:
2021-07-16 net-mgmt/unifi-lts: Upstream EoL the hardware supported by this release
2021-07-17 audio/ripit: Upstream no longer maintained, use audio/abcde instead
2021-07-18 11:33:02 +02:00
Yuri Victorovich
8739e447a3 audio/lv2lint: Update 0.12.0 -> 0.14.0
Reported by:	portscout
2021-07-17 13:19:11 -07:00
Yuri Victorovich
2cf860529c audio/carla: Update 2.3.0 -> 2.3.1
Reported by:	portscout
2021-07-17 13:19:08 -07:00
Jose Alonso Cardenas Marquez
1819836d4c audio/mixxx: Upadte to 2.3.0
ChangeLog at:	https://github.com/mixxxdj/mixxx/blob/2.3.0/CHANGELOG.md
PR:		249348
Reported by:	fbsd-bugzilla at schlachter.ca
2021-07-17 12:37:47 -05:00
Jose Alonso Cardenas Marquez
032d9da080 audio/mixxx22: Copy audio/mixxx to audio/mixxx22
- Preparing for mixxx update
2021-07-17 12:26:45 -05:00
Jose Alonso Cardenas Marquez
4efef97420 audio/portmidi: New port: Library for real time MIDI input and output
PortMIDI is a cross platform (Windows, macOS, Linux, and BSDs which support
alsalib) library for interfacing with operating systems' MIDI I/O APIs. It was
started by Ross Bencina and Phil Burk, then maintained by Roger B. Dannenberg,
and now maintained by the Mixxx DJ Software team.

WWW: https://github.com/mixxxdj/portmidi
2021-07-16 21:31:07 -05:00
Jose Alonso Cardenas Marquez
d902630dfc audio/libkeyfinder: New port: Musical key detection for digital audio
libkeyfinder is a small C++11 library for estimating the musical key of digital
audio. It is published under the GNU General Public License version 3 or later.

It was written by Ibrahim Shaath who wrote it in 2011 as part of a master's
thesis in computer science. A GUI application to use it is available for macOS
and Windows, however that is no longer maintained and does not build on
contemporary Linux distributions.

In 2020, Ibrahim handed over maintenance of libkeyfinder to the Mixxx DJ
software team who incorporated it into Mixxx as of Mixxx 2.3. If you want to
discuss anything related to libkeyfinder with us, please get in touch on the
Mixxx Zulip chat. Contributions are welcome by opening pull requests and issues
on GitHub.

WWW: https://github.com/mixxxdj/libkeyfinder
2021-07-16 21:09:28 -05:00
Po-Chuan Hsieh
46210b554c
audio/pear-Text_Spell_Audio: Reformat pkg-descr
- Add NO_ARCH
2021-07-16 04:32:00 +08:00
Po-Chuan Hsieh
7bd202f657
audio/mixxx: Fix build with scons 4.1.0.post1 2021-07-15 00:11:02 +08:00
Santhosh Raju
910486d211 audio/din: Update distinfo due to upstream change.
- Also include the patches to fix the build.
2021-07-14 08:31:24 +05:30
Piotr Kubaj
93f47fb5d7 audio/myxer: fix build on powerpc 2021-07-13 09:26:28 +00:00
Guido Falsi
3ed820108d devel/yaml-cpp: Update to 0.7.0
- Patch cmake include to actually work
- Bump PORTREVISION on consumers, testing shows it is not completely
  binary compatible
2021-07-13 11:07:26 +02:00
Roman Bogorodskiy
3ac04aa4b3 audio/mpg123: update to 1.28.2 2021-07-13 12:15:43 +04:00