Commit graph

83 commits

Author SHA1 Message Date
Yuri Victorovich
a91c0e4f50 audio/carla: update 2.5.6 → 2.5.7
Reported by:	portscout
2023-10-02 09:32:59 -07:00
Piotr Kubaj
85210a79f5 audio/carla: remove noop knob on powerpc 2023-08-13 16:48:45 +02:00
Gleb Popov
b1ecad53b0 audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
2023-08-07 19:34:07 +03:00
Yuri Victorovich
eb3857fd0c audio/carla: Update 2.5.5 → 2.5.6
Reported by:	portscout
2023-08-05 11:49:52 -07:00
Piotr Kubaj
c86244ff33 audio/carla: remove stale powerpc64le workaround 2023-08-03 10:40:02 +00:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Yuri Victorovich
9114d3ea22 audio/carla: Update 2.5.4 → 2.5.5
Reported by:	portscout
2023-06-05 13:24:10 -07:00
Daniel Engberg
f7accb23bf */*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
2023-04-27 14:01:46 +02:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Yuri Victorovich
43503913e7 audio/carla: Update 2.5.3 → 2.5.4
Reported by:	portscout
2023-03-13 11:51:35 -07:00
Loïc Bartoletti
6d3a647cc0 PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7

PR:		269751
Exp-run by:	antoine
2023-03-09 12:15:07 +01:00
Tobias C. Berner
fa81a4f5f8 accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
2023-03-02 06:23:10 +01:00
Yuri Victorovich
9fdb694080 audio/carla: Update 2.5.2 -> 2.5.3
Reported by:	portscout
2023-01-17 13:56:13 -08:00
Yuri Victorovich
cf3ea4fe97 audio/carla: Update 2.5.1 -> 2.5.2
Reported by:	portscout
2022-10-16 00:09:35 -07:00
Yuri Victorovich
cc01308841 audio/carla: Update 2.5.0 -> 2.5.1
Reported by:	hps@
2022-10-01 14:33:31 -07:00
Felix Palmen
ddae4e92d8 Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
2022-09-11 12:20:14 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Piotr Kubaj
b9d78eb73c audio/carla: fix build on powerpc / powerpc64
Same issue as on powerpc64le.
2022-08-01 23:23:06 +02:00
Piotr Kubaj
fb615b1a56 audio/carla: fix build on powerpc64le
Use the portable eel mode instead of dedicated assembly:
gmake[2]: Entering directory '/wrkdirs/usr/ports/audio/carla/work/Carla-2.5.0/source/modules/ysfx'
Compiling thirdparty/WDL/source/WDL/eel2/nseel-cfunc.c
{standard input}: Assembler messages:
{standard input}:1444: Error: syntax error; found `(', expected `,'
{standard input}:1444: Error: junk at end of line: `(1048576)'
{standard input}:1445: Error: syntax error; found `(', expected `,'
{standard input}:1445: Error: junk at end of line: `(1048576)'
{standard input}:1490: Error: syntax error; found `(', expected `,'
{standard input}:1490: Error: junk at end of line: `(1048576)'
{standard input}:1491: Error: syntax error; found `(', expected `,'
{standard input}:1491: Error: junk at end of line: `(1048576)'
{standard input}:2249: Error: missing operand
2022-07-30 13:04:12 +02:00
Yuri Victorovich
700d2ad21d audio/carla: Broken on powerpc64le 2022-07-28 12:49:28 -07:00
Yuri Victorovich
52fb727e6a audio/carla: Update 2.4.3 -> 2.5.0
Reported by:	portscout
2022-07-18 17:46:31 -07:00
Piotr Kubaj
d1dd972686 audio/carla: enable LINUXSAMPLER only where it's available 2022-04-19 14:09:21 +02:00
Yuri Victorovich
826938b6f6 audio/carla: Update 2.4.2 -> 2.4.3
Reported by:	portscout
2022-04-17 12:56:43 -07:00
Ellenor Bjornsdottir
4588f14d09 audio/carla: Respect LOCALBASE
PR:		262616
2022-03-17 08:24:30 -07:00
Loïc Bartoletti
2d8f857316 devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)

PR:		261685
Exp-run by:	antoine
2022-03-07 18:39:13 +01:00
Yuri Victorovich
3f621a2c15 audio/carla: Fix build on 12
Reported by:	fallout
2022-03-06 10:05:40 -08:00
Yuri Victorovich
b4a400a816 audio/carla: Update 2.4.1 -> 2.4.2
Reported by:	portscout
2022-02-20 12:50:39 -08:00
Yuri Victorovich
2c31d75cf6 audio/carla: Update WWW 2022-02-07 08:51:53 -08:00
Loïc Bartoletti
4f0a5e1540 PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.

PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.

This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:

PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2

Reviewed by:	diizzy, kde
Tested by:	kai, rhurlin, arrowd, madpilot
Approved by:	makc, tcberner, kde
Differential Revision:	https://reviews.freebsd.org/D33237
Exp-run by:	antoine
2022-01-27 07:12:26 +01:00
Thomas Zander
e40e82b3bc
audio/fluidsynth: Update to upstream version 2.2.4
MFH:		2021Q4
2021-11-27 11:09:44 +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
Tobias Kortkamp
ce1af7fdc2
*: apply refactor.remove-consecutive-empty-lines
Submitted by:	portedit
2021-10-19 10:36:47 +02:00
Yuri Victorovich
f9ae892298 audio/carla: Update 2.4.0 -> 2.4.1
Reported by:	portscout
2021-10-18 09:54:29 -07:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Thomas Zander
4c2db26adf
audio/fluidsynth: Update to upstream version 2.2.3
MFH:		2021Q4
2021-10-04 06:56:46 +02:00
Yuri Victorovich
d5b63ece2f audio/carla: Update 2.3.2 -> 2.4.0
Reported by:	portscout
2021-08-20 22:56:24 -07:00
Yuri Victorovich
1e0f4f84be audio/carla: Update 2.3.1 -> 2.3.2
Reported by:	portscout
2021-08-09 14:44:24 -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
Yuri Victorovich
2cf860529c audio/carla: Update 2.3.0 -> 2.3.1
Reported by:	portscout
2021-07-17 13:19:08 -07:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Yuri Victorovich
7620e258ef audio/carla: Fix build of audio/lmms by re-adding USE_LDCONFIG.
Last update removed USE_LDCONFIG based on a bad recommendation from portlint.

Also move CONFLICTS_BUILD to the right place.

PR:		256420
Reported by:	rodrigo
2021-06-04 15:55:12 -07:00
Yuri Victorovich
2b14bdf580 audio/carla: Correct COMMENT, update pkg-descr, fix JACK option 2021-05-24 18:44:58 -07:00
Yuri Victorovich
9334b0c746 audio/carla: Update 2.2.0 -> 2.3.0 2021-05-24 16:43:07 -07:00
Yuri Victorovich
1c30a3e546 audio/linuxsampler: Update 2.1.1 -> 2.2.0 2021-05-09 21:54:45 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Loïc Bartoletti
0b7a24020a PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR:		254218
Exp-run by:	antoine
2021-03-16 09:29:53 +00:00
Loïc Bartoletti
108f234f7f PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
2021-03-08 06:49:17 +00:00
Loïc Bartoletti
ecb5b21c9e Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to 12.8.1
PR:		251764
Exp-run by: antoine
2020-12-15 17:56:00 +00:00