non port: audio/zrythm/Makefile |
Number of commits found: 69 |
Saturday, 23 Dec 2023
|
18:14 Nuno Teixeira (eduardo)
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
3572ca3 |
Thursday, 10 Aug 2023
|
20:02 Piotr Kubaj (pkubaj)
audio/zrythm: enable LTO on powerpc64
1b6ac9c |
Monday, 7 Aug 2023
|
16:34 Gleb Popov (arrowd)
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713
b1ecad5 |
Sunday, 30 Jul 2023
|
22:59 Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194
7edcfae |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Thursday, 27 Apr 2023
|
12:01 Daniel Engberg (diizzy)
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
f7accb2 |
Tuesday, 25 Apr 2023
|
15:17 Christian Weisgerber (naddy)
audio/opus: bump consumers after update to 1.4
feb1fa3 |
Thursday, 30 Mar 2023
|
02:11 Jan Beich (jbeich)
audio/zrythm: unbreak with --auto-features=enabled
meson.build:1193:0: ERROR: Dependency "lsp-dsp-lib" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run)
9f340e3 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
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
---
fa81a4f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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)
b7f0544 |
Saturday, 13 Aug 2022
|
18:51 Matthias Andree (mandree)
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
875d7c7 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
d63665f |
Saturday, 26 Mar 2022
|
08:27 Matthias Fechner (mfechner)
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
247c7db |
Sunday, 13 Feb 2022
|
19:43 Daniel Engberg (diizzy)
*/*: Bump PORTREVISION for users of audio/rubberband
Due to commit f97e065cd8f07c4f6c2c6a14ff86ccc335c1407f
PR: 261424
0de1041 |
Tuesday, 16 Nov 2021
|
18:57 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.25.1.22 -> 1.0.0-alpha.26.0.13
Reported by: portscout
4874e9d |
Wednesday, 13 Oct 2021
|
03:02 Piotr Kubaj (pkubaj)
audio/zrythm: fix build on non-x86
- don't unconditionally enable SSE, it's enable conditionally for amd64 in the
main meson.build anyway:
cc: warning: argument unused during compilation: '-msse'
[-Wunused-command-line-argument]
cc: warning: argument unused during compilation: '-msse2'
[-Wunused-command-line-argument]
error: unknown FP unit 'sse'
- disable LTO on powerpc64 since it's broken in LLVM.
2e6d73e |
Sunday, 10 Oct 2021
|
19:44 Baptiste Daroussin (bapt)
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)
2c672a4 |
Saturday, 2 Oct 2021
|
23:00 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.25.0.1 -> 1.0.0-alpha.25.1.22
Reported by: portscout
91d875e |
Sunday, 5 Sep 2021
|
17:00 Yuri Victorovich (yuri)
audio/zrythm: Update 22.1.11 -> 25.0.1
Reported by: portscout
35f5fe4 |
Monday, 9 Aug 2021
|
00:13 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.22.0.1 -> 1.0.0-alpha.22.1.11
Reported by: portscout
f06ef73 |
Monday, 2 Aug 2021
|
20:48 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.21.0.13 -> 1.0.0-alpha.22.0.1
Reported by: portscout
9307b1c |
16:03 Yuri Victorovich (yuri)
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)
5708ae4 |
Friday, 23 Jul 2021
|
18:00 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.20.0.1 -> 1.0.0-alpha.21.0.13
Reported by: <portscout
8749d85 |
Monday, 19 Jul 2021
|
00:49 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.19.0.1 -> 1.0.0-alpha.20.0.1
Reported by: portscout
ce06acc |
Sunday, 27 Jun 2021
|
08:28 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.18.2.1 -> 1.0.0-alpha.19.0.1
Reported by: portscout
6f41854 |
Friday, 11 Jun 2021
|
19:10 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.18.1.1 -> 1.0.0-alpha.18.2.1
Reported by: portscout
c3b3fe5 |
Monday, 7 Jun 2021
|
10:05 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.17.1.22 -> 1.0.0-alpha.18.1.1
Reported by: portscout
3bdf1a6 |
Saturday, 5 Jun 2021
|
18:53 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.17.1.3 -> 1.0.0-alpha.17.1.22
Reported by: portscout
a8ef6ca |
Friday, 4 Jun 2021
|
07:46 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.16.1.1 -> 1.0.0-alpha.17.1.3
Reported by: portscout
f10200e |
Sunday, 16 May 2021
|
16:15 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.16.0.37 -> 1.0.0-alpha.16.1.1
Reported by: portscout
c33b3621 |
Tuesday, 11 May 2021
|
19:49 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.16.0.12 -> 1.0.0-alpha.16.0.37
Reported by: portscout
171de4a |
Tuesday, 4 May 2021
|
16:57 Yuri Victorovich (yuri)
audio/zrythm: Update 1.0.0-alpha.13.1.1 -> 1.0.0-alpha.16.0.12
Reported by: portscout
3d05445 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 7 Mar 2021
|
18:40 yuri
audio/zrythm: Update 1.0.0-alpha.13.0.4 -> 1.0.0-alpha.13.1.1
Reported by: portscout
|
Saturday, 6 Mar 2021
|
08:13 yuri
audio/zrythm: Fix build by adding bash to RUN_DEPENDS
Reported by: fallout
|
Friday, 5 Mar 2021
|
09:52 yuri
audio/zrythm: Add bash run-time dependency
Reported by: fallout
|
Monday, 1 Mar 2021
|
19:21 yuri
audio/zrythm: Update 1.0.0-alpha.12.0.1 -> 1.0.0-alpha.13.0.4
Reported by: portscout
|
Monday, 22 Feb 2021
|
06:43 yuri
audio/zrythm: Update 1.0.0-alpha.11.0.2 -> 1.0.0-alpha.12.0.1
Reported by: portscout
|
Saturday, 13 Feb 2021
|
17:44 yuri
audio/zrythm: Update 1.0.0-alpha.10.0.1 -> 1.0.0-alpha.11.0.2
Reported by: portscout
|
Wednesday, 3 Feb 2021
|
16:49 yuri
audio/zrythm: Update 1.0.0-alpha.9.0.1 -> 1.0.0-alpha.10.0.1
Reported by: portscout
|
Monday, 25 Jan 2021
|
23:23 yuri
audio/zrythm: Update 1.0.0-alpha.8.0.1 -> 1.0.0-alpha.9.0.1
Reported by: portscout
|
Tuesday, 19 Jan 2021
|
18:00 yuri
audio/zrythm: Update 1.0.0-alpha.7.1.1 -> 1.0.0-alpha.8.0.1
Reported by: portscout
|
Tuesday, 5 Jan 2021
|
21:31 yuri
audio/zrythm: Update 1.0.0-alpha.7.0.1 -> 1.0.0-alpha.7.1.1
Reported by: portscout
|
Saturday, 2 Jan 2021
|
03:16 yuri
audio/zrythm: Update 1.0.0-alpha.6.0.1 -> 1.0.0-alpha.7.0.1
Reported by: portscout
|
Friday, 18 Dec 2020
|
18:26 yuri
audio/zrythm: Update 1.0.0-alpha.5.0.1 -> 1.0.0-alpha.6.0.1
Reported by: portscout
|
Friday, 20 Nov 2020
|
02:40 yuri
audio/zrythm: Update 1.0.0-alpha.4.0.1 -> 1.0.0-alpha.5.0.1
Reported by: portscout
|
Wednesday, 11 Nov 2020
|
23:06 yuri
audio/zrythm: Update 0.8.982 -> 1.0.0-alpha.4.0.1
|
Thursday, 17 Sep 2020
|
07:48 yuri
audio/zrythm: Update 0.8.911 -> 0.8.982
Reported by: portscout
|
Tuesday, 15 Sep 2020
|
18:56 yuri
audio/zrythm: Move math/fftw3* dependencies to LIB_DEPENDS because now it links
to the fft3 shared libs
|
18:26 yuri
audio/zrythm: Fix license; Fix link to fftw3*_threads libraries: they weren't
linked to due to a bug in meson.build
Reported by: upstream
|
Monday, 14 Sep 2020
|
19:02 yuri
audio/zrythm: Update 0.8.694 -> 0.8.911
|
Monday, 20 Jul 2020
|
04:49 yuri
audio/zrythm: Update 0.8.604 -> 0.8.694
Reported by: portscout
|
Monday, 29 Jun 2020
|
04:44 yuri
audio/zrythm: Update 0.8.535 -> 0.8.604
Reported by: portscout
|
Tuesday, 9 Jun 2020
|
07:13 yuri
audio/zryth: Update 0.8.459 -> 0.8.535
Reported by: portscout
|
Tuesday, 26 May 2020
|
08:15 yuri
audio/zrythm: Update 0.5.097 -> 0.8.459
|
Monday, 10 Feb 2020
|
08:38 yuri
textproc/libcyaml: Update 0.1.0 -> 1.0.0
Reported by: portscout
|
Wednesday, 11 Dec 2019
|
09:46 linimon
Fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=gnu11"
While here, pet portlint by sorting the (newly edited) USES.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 30 Nov 2019
|
23:10 yuri
audio/zrythm: Unbreak: USE_GITLAB seems to be broken because GitLab doesn't
require GL_COMMIT any more
Related commit: 516880 (some ports were marked BROKEN for potentially the same
reason)
|
Wednesday, 6 Nov 2019
|
12:48 antoine
Mark a few ports BROKEN, unfetchable
|
Monday, 4 Nov 2019
|
20:39 zeising
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
|
Monday, 5 Aug 2019
|
23:06 jbeich
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Saturday, 22 Jun 2019
|
08:56 yuri
audio/zrythm: Update 0.5.074 -> 0.5.097
|
Saturday, 15 Jun 2019
|
03:33 yuri
audio/zrythm: Update 0.4.151 -> 0.5.074
|
Sunday, 12 May 2019
|
19:14 yuri
audio/zrythm: 0.4.139 -> 0.4.151
|
17:22 yuri
audio/zrythm: Update 0.3.029 -> 0.4.139
|
Monday, 8 Apr 2019
|
20:03 yuri
audio/zrythm: Update g20190216 -> 0.3.029
* plist moved into a file due to its length
* Add -lexecinfo
|
Saturday, 16 Feb 2019
|
19:46 yuri
audio/zrythm: Switch build to the release mode
|
19:36 yuri
New port: audio/zrythm: Modern music production system, also known as DAW
|
Number of commits found: 69 |