aboutsummaryrefslogtreecommitdiff
path: root/audio/zrythm
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-1/+1
| | | | New version of gtk3 in tree
* audio/zrythm: enable LTO on powerpc64Piotr Kubaj2023-08-101-7/+1
|
* audio/pulseaudio: Update to 16.1Gleb Popov2023-08-071-1/+1
| | | | | | | | Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
* */*: adapt to new guile frameworkAndrew "RhodiumToad" Gierth2023-07-301-3/+3
| | | | | | | | | | - 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
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | 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>
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* audio/zrythm: unbreak with --auto-features=enabledJan Beich2023-03-301-0/+1
| | | | | | | meson.build:1193:0: ERROR: Dependency "lsp-dsp-lib" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run)
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ---
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* *: bump PORTREVISION of all devel/xxhash users...Matthias Andree2022-08-131-1/+1
| | | | ...except archivers/py-borgbackup, which requires a more complete fix.
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* */*: Bump PORTREVISION for users of audio/rubberbandDaniel Engberg2022-02-131-0/+1
| | | | | | Due to commit f97e065cd8f07c4f6c2c6a14ff86ccc335c1407f PR: 261424
* audio/zrythm: Update 1.0.0-alpha.25.1.22 -> 1.0.0-alpha.26.0.13Yuri Victorovich2021-11-162-4/+4
| | | | Reported by: portscout
* audio/zrythm: fix build on non-x86Piotr Kubaj2021-10-132-1/+18
| | | | | | | | - 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.
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | 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)
* audio/zrythm: Update 1.0.0-alpha.25.0.1 -> 1.0.0-alpha.25.1.22Yuri Victorovich2021-10-022-4/+4
| | | | Reported by: portscout
* audio/zrythm: Update 22.1.11 -> 25.0.1Yuri Victorovich2021-09-052-4/+4
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.22.0.1 -> 1.0.0-alpha.22.1.11Yuri Victorovich2021-08-093-4/+7
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.21.0.13 -> 1.0.0-alpha.22.0.1Yuri Victorovich2021-08-023-5/+6
| | | | Reported by: portscout
* audio/jack: Update to Jack2: 0.125.0 -> 1.9.16Yuri Victorovich2021-08-021-0/+1
| | | | | | | | 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)
* audio/zrythm: Update 1.0.0-alpha.20.0.1 -> 1.0.0-alpha.21.0.13Yuri Victorovich2021-07-233-4/+5
| | | | Reported by: <portscout
* audio/zrythm: Update 1.0.0-alpha.19.0.1 -> 1.0.0-alpha.20.0.1Yuri Victorovich2021-07-193-4/+5
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.18.2.1 -> 1.0.0-alpha.19.0.1Yuri Victorovich2021-06-272-4/+4
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.18.1.1 -> 1.0.0-alpha.18.2.1Yuri Victorovich2021-06-113-5/+5
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.17.1.22 -> 1.0.0-alpha.18.1.1Yuri Victorovich2021-06-072-4/+4
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.17.1.3 -> 1.0.0-alpha.17.1.22Yuri Victorovich2021-06-052-4/+4
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.16.1.1 -> 1.0.0-alpha.17.1.3Yuri Victorovich2021-06-044-18/+5
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.16.0.37 -> 1.0.0-alpha.16.1.1Yuri Victorovich2021-05-163-5/+7
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.16.0.12 -> 1.0.0-alpha.16.0.37Yuri Victorovich2021-05-112-4/+4
| | | | Reported by: portscout
* audio/zrythm: Update 1.0.0-alpha.13.1.1 -> 1.0.0-alpha.16.0.12Yuri Victorovich2021-05-044-7/+30
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/zrythm: Update 1.0.0-alpha.13.0.4 -> 1.0.0-alpha.13.1.1Yuri Victorovich2021-03-072-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=567582
* audio/zrythm: Fix build by adding bash to RUN_DEPENDSYuri Victorovich2021-03-061-4/+4
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=567466
* audio/zrythm: Add bash run-time dependencyYuri Victorovich2021-03-051-1/+3
| | | | | | | Reported by: fallout Notes: svn path=/head/; revision=567373
* audio/zrythm: Update 1.0.0-alpha.12.0.1 -> 1.0.0-alpha.13.0.4Yuri Victorovich2021-03-013-4/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=566894
* audio/zrythm: Update 1.0.0-alpha.11.0.2 -> 1.0.0-alpha.12.0.1Yuri Victorovich2021-02-223-4/+7
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=566271
* audio/zrythm: Update 1.0.0-alpha.10.0.1 -> 1.0.0-alpha.11.0.2Yuri Victorovich2021-02-133-4/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=565153
* audio/zrythm: Update 1.0.0-alpha.9.0.1 -> 1.0.0-alpha.10.0.1Yuri Victorovich2021-02-032-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=563897
* audio/zrythm: Update 1.0.0-alpha.8.0.1 -> 1.0.0-alpha.9.0.1Yuri Victorovich2021-01-252-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=562616
* audio/zrythm: Update 1.0.0-alpha.7.1.1 -> 1.0.0-alpha.8.0.1Yuri Victorovich2021-01-192-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=562067
* audio/zrythm: Update 1.0.0-alpha.7.0.1 -> 1.0.0-alpha.7.1.1Yuri Victorovich2021-01-052-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=560431
* audio/zrythm: Update 1.0.0-alpha.6.0.1 -> 1.0.0-alpha.7.0.1Yuri Victorovich2021-01-023-4/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=559911
* audio/zrythm: Update 1.0.0-alpha.5.0.1 -> 1.0.0-alpha.6.0.1Yuri Victorovich2020-12-182-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=558396
* audio/zrythm: Update 1.0.0-alpha.4.0.1 -> 1.0.0-alpha.5.0.1Yuri Victorovich2020-11-203-7/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=555729
* audio/zrythm: Update 0.8.982 -> 1.0.0-alpha.4.0.1Yuri Victorovich2020-11-113-7/+11
| | | | Notes: svn path=/head/; revision=554919
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-0/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824