Date: Thu, 11 Jun 2026 23:44:00 +0000 From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bdf1126f985d - main - audio/zrythm: update 1.0.0-alpha.26.0.13=?utf-8?Q? =E2=86=92 1.0?=.0 Message-ID: <6a2b4840.3e9ad.58bf34fd@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bdf1126f985d71be8aa9097d09a9d128247ff2ad commit bdf1126f985d71be8aa9097d09a9d128247ff2ad Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-06-11 23:43:41 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-06-11 23:43:58 +0000 audio/zrythm: update 1.0.0-alpha.26.0.13 → 1.0.0 --- audio/zrythm/Makefile | 25 +++-- audio/zrythm/distinfo | 6 +- audio/zrythm/files/patch-ext_qm-dsp_meson.build | 22 +++-- audio/zrythm/files/patch-src_dsp_engine__jack.c | 13 +++ audio/zrythm/pkg-plist | 120 ++++++++++++++++-------- 5 files changed, 129 insertions(+), 57 deletions(-) diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index d932b9e24fb6..89a47338085d 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,38 +1,44 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.26.0.13 -PORTREVISION= 17 +DISTVERSION= 1.0.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Modern music production system, also known as DAW -WWW= https://www.zrythm.org/en/ +WWW= https://www.zrythm.org/en/ \ + https://github.com/zrythm/zrythm LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash \ + Carla>0:audio/carla \ help2man:misc/help2man \ ${LOCALBASE}/lib/libbacktrace.a:devel/libbacktrace \ - kf6-breeze-icons>0:x11-themes/kf6-breeze-icons + kf6-breeze-icons>0:x11-themes/kf6-breeze-icons \ + sassc:textproc/sassc LIB_DEPENDS= libaudec.so:audio/libaudec \ libavcodec.so:multimedia/ffmpeg \ + libbacktrace.so:devel/libbacktrace \ libcyaml.so:textproc/libcyaml \ libgtop-2.0.so:devel/libgtop \ + libgraphene-1.0.so:graphics/graphene \ libcgraph.so:graphics/graphviz \ libcurl.so:ftp/curl \ libfftw3_threads.so:math/fftw3 \ libfftw3f_threads.so:math/fftw3-float \ + libfluidsynth.so:audio/fluidsynth \ + libfontconfig.so:x11-fonts/fontconfig \ libjack.so:audio/jack \ libjson-glib-1.0.so:devel/json-glib \ liblilv-0.so:audio/lilv \ + libsoxr.so:audio/libsoxr \ + libpanel-1.so:x11-toolkits/libpanel \ libpcre.so:devel/pcre \ libpcre2-8.so:devel/pcre2 \ libportaudio.so:audio/portaudio \ libpulse.so:audio/pulseaudio \ - libreproc.so:devel/reproc \ librubberband.so:audio/rubberband \ - libsamplerate.so:audio/libsamplerate \ libserd-0.so:devel/serd \ libsmf.so:audio/libsmf \ libsndfile.so:audio/libsndfile \ @@ -43,15 +49,18 @@ LIB_DEPENDS= libaudec.so:audio/libaudec \ libvamp-hostsdk.so:audio/vamp-plugin-sdk \ libxxhash.so:devel/xxhash \ libyaml.so:textproc/libyaml \ + libyyjson.so:devel/yyjson \ + libzix-0.so:devel/zix \ libzstd.so:archivers/zstd -RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ +RUN_DEPENDS= Carla>0:audio/carla \ + gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ kf6-breeze-icons>0:x11-themes/kf6-breeze-icons USES= compiler:c11 desktop-file-utils gettext-tools gettext-runtime \ guile:2.2,3.0,alias,conflicts gnome libtool localbase:ldflags \ meson pkgconfig python:build shared-mime-info shebangfix xorg USE_GITHUB= yes -USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 gtksourceview3 libxml2 pango +USE_GNOME= atk cairo gdkpixbuf glib20 gtk40 gtksourceview5 libadwaita libxml2 pango USE_XORG= x11 SHEBANG_FILES= scripts/collect_translatables.sh diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index 001fc3fbd1f1..6cde15ef2187 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637087018 -SHA256 (zrythm-zrythm-v1.0.0-alpha.26.0.13_GH0.tar.gz) = b7af10765c21b7b9e536a6aaedb75b73aaf4bd7e6f60eeb05b2365b9d840322a -SIZE (zrythm-zrythm-v1.0.0-alpha.26.0.13_GH0.tar.gz) = 12182598 +TIMESTAMP = 1781215259 +SHA256 (zrythm-zrythm-v1.0.0_GH0.tar.gz) = 6a3c61bf99f8822b01845b0f399f77912314c0a79decdf254623386bf7c18cb9 +SIZE (zrythm-zrythm-v1.0.0_GH0.tar.gz) = 16516054 diff --git a/audio/zrythm/files/patch-ext_qm-dsp_meson.build b/audio/zrythm/files/patch-ext_qm-dsp_meson.build index b5249bf0ca47..41e654359749 100644 --- a/audio/zrythm/files/patch-ext_qm-dsp_meson.build +++ b/audio/zrythm/files/patch-ext_qm-dsp_meson.build @@ -1,12 +1,18 @@ ---- ext/qm-dsp/meson.build.orig 2021-10-13 01:44:29 UTC +--- ext/qm-dsp/meson.build.orig 2024-11-21 11:39:58 UTC +++ ext/qm-dsp/meson.build -@@ -39,9 +39,6 @@ qm_dsp_lib = static_library ( - '-Wall', - '-Wextra', - '-O3', +@@ -8,15 +8,11 @@ qm_dsp_lib_c_args = [ + '-Dkiss_fft_scalar=double', + '-Wall', + '-Wextra', +- '-O3', + '-ftree-vectorize', + '-DUSE_PTHREADS', + ] + if host_machine.cpu() == 'x86_64' + qm_dsp_lib_c_args += [ - '-msse', - '-msse2', - '-mfpmath=sse', - '-ftree-vectorize', - '-DUSE_PTHREADS', - ], + ] + endif + diff --git a/audio/zrythm/files/patch-src_dsp_engine__jack.c b/audio/zrythm/files/patch-src_dsp_engine__jack.c new file mode 100644 index 000000000000..e32ec5b2e232 --- /dev/null +++ b/audio/zrythm/files/patch-src_dsp_engine__jack.c @@ -0,0 +1,13 @@ +--- src/dsp/engine_jack.c.orig 2026-06-11 22:37:27 UTC ++++ src/dsp/engine_jack.c +@@ -37,6 +37,10 @@ + + # include <jack/thread.h> + ++#if defined(__FreeBSD__) ++# include <dlfcn.h> ++#endif ++ + typedef enum + { + Z_AUDIO_ENGINE_JACK_ERROR_FAILED, diff --git a/audio/zrythm/pkg-plist b/audio/zrythm/pkg-plist index f3626703e778..9dac59c1f6d8 100644 --- a/audio/zrythm/pkg-plist +++ b/audio/zrythm/pkg-plist @@ -1,8 +1,54 @@ bin/zrythm bin/zrythm_gdb bin/zrythm_launch -bin/zrythm_lv2apply bin/zrythm_valgrind +lib/zrythm/carla/carla-bridge-lv2-gtk2 +lib/zrythm/carla/carla-bridge-lv2-gtk3 +lib/zrythm/carla/carla-bridge-lv2-x11 +lib/zrythm/carla/carla-bridge-native +lib/zrythm/carla/carla-discovery-native +lib/zrythm/lv2/compressor.lv2/compressor.so +lib/zrythm/lv2/compressor.lv2/compressor.ttl +lib/zrythm/lv2/compressor.lv2/manifest.ttl +lib/zrythm/lv2/cubic_distortion.lv2/cubic_distortion.so +lib/zrythm/lv2/cubic_distortion.lv2/cubic_distortion.ttl +lib/zrythm/lv2/cubic_distortion.lv2/manifest.ttl +lib/zrythm/lv2/flanger.lv2/flanger.so +lib/zrythm/lv2/flanger.lv2/flanger.ttl +lib/zrythm/lv2/flanger.lv2/manifest.ttl +lib/zrythm/lv2/gate_stereo.lv2/gate_stereo.so +lib/zrythm/lv2/gate_stereo.lv2/gate_stereo.ttl +lib/zrythm/lv2/gate_stereo.lv2/manifest.ttl +lib/zrythm/lv2/highpass_filter.lv2/highpass_filter.so +lib/zrythm/lv2/highpass_filter.lv2/highpass_filter.ttl +lib/zrythm/lv2/highpass_filter.lv2/manifest.ttl +lib/zrythm/lv2/lowpass_filter.lv2/lowpass_filter.so +lib/zrythm/lv2/lowpass_filter.lv2/lowpass_filter.ttl +lib/zrythm/lv2/lowpass_filter.lv2/manifest.ttl +lib/zrythm/lv2/parametric_eq.lv2/manifest.ttl +lib/zrythm/lv2/parametric_eq.lv2/parametric_eq.so +lib/zrythm/lv2/parametric_eq.lv2/parametric_eq.ttl +lib/zrythm/lv2/peak_limiter.lv2/manifest.ttl +lib/zrythm/lv2/peak_limiter.lv2/peak_limiter.so +lib/zrythm/lv2/peak_limiter.lv2/peak_limiter.ttl +lib/zrythm/lv2/phaser.lv2/manifest.ttl +lib/zrythm/lv2/phaser.lv2/phaser.so +lib/zrythm/lv2/phaser.lv2/phaser.ttl +lib/zrythm/lv2/smooth_delay.lv2/manifest.ttl +lib/zrythm/lv2/smooth_delay.lv2/smooth_delay.so +lib/zrythm/lv2/smooth_delay.lv2/smooth_delay.ttl +lib/zrythm/lv2/triple_synth.lv2/manifest.ttl +lib/zrythm/lv2/triple_synth.lv2/triple_synth.so +lib/zrythm/lv2/triple_synth.lv2/triple_synth.ttl +lib/zrythm/lv2/wah4.lv2/manifest.ttl +lib/zrythm/lv2/wah4.lv2/wah4.so +lib/zrythm/lv2/wah4.lv2/wah4.ttl +lib/zrythm/lv2/white_noise.lv2/manifest.ttl +lib/zrythm/lv2/white_noise.lv2/white_noise.so +lib/zrythm/lv2/white_noise.lv2/white_noise.ttl +lib/zrythm/lv2/zita_rev1.lv2/manifest.ttl +lib/zrythm/lv2/zita_rev1.lv2/zita_rev1.so +lib/zrythm/lv2/zita_rev1.lv2/zita_rev1.ttl share/applications/org.zrythm.Zrythm.desktop share/fonts/zrythm/DSEG14-Classic-MINI/DSEG-LICENSE.txt share/fonts/zrythm/DSEG14-Classic-MINI/DSEG14ClassicMini-Bold.ttf @@ -25,9 +71,10 @@ share/fonts/zrythm/DSEG14-Classic-MINI/DSEG14ClassicMini-Regular.woff share/fonts/zrythm/DSEG14-Classic-MINI/DSEG14ClassicMini-Regular.woff2 share/fonts/zrythm/DSEG14-Classic-MINI/README share/fonts/zrythm/DSEG14-Classic-MINI/README.md -share/icons/hicolor/scalable/apps/zrythm.svg +share/icons/hicolor/scalable/apps/org.zrythm.Zrythm.svg share/locale/af_ZA/LC_MESSAGES/zrythm.mo share/locale/ar/LC_MESSAGES/zrythm.mo +share/locale/ca/LC_MESSAGES/zrythm.mo share/locale/de/LC_MESSAGES/zrythm.mo share/locale/el/LC_MESSAGES/zrythm.mo share/locale/en_GB/LC_MESSAGES/zrythm.mo @@ -35,11 +82,14 @@ share/locale/es/LC_MESSAGES/zrythm.mo share/locale/fa/LC_MESSAGES/zrythm.mo share/locale/fr/LC_MESSAGES/zrythm.mo share/locale/gl/LC_MESSAGES/zrythm.mo +share/locale/he/LC_MESSAGES/zrythm.mo share/locale/hi/LC_MESSAGES/zrythm.mo +share/locale/hu/LC_MESSAGES/zrythm.mo share/locale/id/LC_MESSAGES/zrythm.mo share/locale/it/LC_MESSAGES/zrythm.mo share/locale/ja/LC_MESSAGES/zrythm.mo share/locale/ko/LC_MESSAGES/zrythm.mo +share/locale/mk/LC_MESSAGES/zrythm.mo share/locale/nb_NO/LC_MESSAGES/zrythm.mo share/locale/nl/LC_MESSAGES/zrythm.mo share/locale/pl/LC_MESSAGES/zrythm.mo @@ -48,43 +98,46 @@ share/locale/pt_BR/LC_MESSAGES/zrythm.mo share/locale/ru/LC_MESSAGES/zrythm.mo share/locale/sv/LC_MESSAGES/zrythm.mo share/locale/th/LC_MESSAGES/zrythm.mo +share/locale/tr/LC_MESSAGES/zrythm.mo share/locale/uk/LC_MESSAGES/zrythm.mo share/locale/vi/LC_MESSAGES/zrythm.mo share/locale/zh_CN/LC_MESSAGES/zrythm.mo share/locale/zh_TW/LC_MESSAGES/zrythm.mo share/man/man1/zrythm.1.gz +share/metainfo/org.zrythm.Zrythm.appdata.xml share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/samples/square_emphasis.wav %%DATADIR%%/samples/square_normal.wav -%%DATADIR%%/scripts/create-midi-track-with-notes.scm -%%DATADIR%%/scripts/hello-world.scm -%%DATADIR%%/scripts/print-all-tracks.scm %%DATADIR%%/sourceview-styles/monokai-extended-zrythm.xml -%%DATADIR%%/themes/css/fruity-theme.css %%DATADIR%%/themes/css/zrythm-theme.css %%DATADIR%%/themes/icons/zrythm-dark/index.theme -%%DATADIR%%/themes/icons/zrythm-dark/scalable/README.md %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/add.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/arrow-down-small.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/arrow-up-small.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/adw-expander-arrow-symbolic.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/audition-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/audition.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/audition2.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/auto-scroll-playhead.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/automate.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/automation-4p.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/brush-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/bus.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/carousel-horizontal.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/category.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/chord-pad.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/cursor-move.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/cut-clip.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/cut-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/cut-tool.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/cutter.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/dim.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/document-edit-symbolic.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/draw-cross.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/draw-eraser.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/draw-line.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/e-loop-cursor.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/e-resize-cursor.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/e-stretch-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-clear.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-copy.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-cut.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-delete.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-duplicate.svg @@ -92,48 +145,37 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-purge.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-redo.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-select-all.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-select-bak.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-select.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-tool.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/edit-undo.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/effect.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/eraser-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/event-viewer.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/expose-to-jack.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fade-in.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fade-out.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fade-in-cursor.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fade-out-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/fader.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/favorite.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/file-music-line.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/filename-bpm-amarok.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/folder-music-line.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/info.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/insert-silence.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/instrument.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/listen.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/markers.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-loop.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-playback-start.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-playback-stop.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-playlist-repeat.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-record.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-seek-backward.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/media-seek-forward.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/minuet-chords.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/minuet-scales.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/mixer.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/modulator.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/mono.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/move-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/musical-mode.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/mute.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-resize-left.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-resize-loop-left.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-resize-loop-right.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-resize-right.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-stretch-left.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/object-stretch-right.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/pencil.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/phase-invert.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/phase.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/piano-roll.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/plugin-line.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/plugin-solid.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/power.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/preset-a.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/preset-ab.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/preset-b.svg @@ -142,38 +184,41 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/quantize-options-vertical.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/quantize-options.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/quick-quantize.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/ramp-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/random-1dice.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/random-2dice.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/remove-range.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/remove.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/roadmap.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/select-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/snap-to-grid.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/solo.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/split.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/stereo.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/text-bubble.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/time-select-cursor.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/timeline-extract.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/timeline-insert.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/tool-measure.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/track-inspector.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unfavorite.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unlisten.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unmute.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/unsolo.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/view-media-visualization.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/view-visible.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/w-loop-cursor.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/w-resize-cursor.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/w-stretch-cursor.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/waveform.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/window-maximize.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/window-minimize.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/zoom-in.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/actions/zoom-out.svg +%%DATADIR%%/themes/icons/zrythm-dark/scalable/apps/zrythm-monochrome.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/apps/zrythm-splash-png.png %%DATADIR%%/themes/icons/zrythm-dark/scalable/apps/zrythm-splash-png.xcf %%DATADIR%%/themes/icons/zrythm-dark/scalable/apps/zrythm-splash.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/apps/zrythm.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/connector.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/hdd.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/metronome.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/midi-logo.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/plug.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/sd-card.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/speaker.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/devices/synth.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/emotes/face-smile.svg @@ -210,6 +255,5 @@ share/mime/packages/org.zrythm.Zrythm-mime.xml %%DATADIR%%/themes/icons/zrythm-dark/scalable/status/strum.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/bars.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/bus.svg -%%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/markers.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/signal-audio.svg %%DATADIR%%/themes/icons/zrythm-dark/scalable/tracktypes/signal-midi.svghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2b4840.3e9ad.58bf34fd>
