Skip to content

Commit

Permalink
audio/carla: Update 2.4.3 -> 2.5.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jul 19, 2022
1 parent 7048b95 commit 52fb727
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 32 deletions.
8 changes: 6 additions & 2 deletions audio/carla/Makefile
@@ -1,8 +1,11 @@
PORTNAME= Carla
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.3
DISTVERSION= 2.5.0
CATEGORIES= audio

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 5aba957f3cf0fb4dcef4d2add679603e6c048fb4.diff:-p1

MAINTAINER= yuri@FreeBSD.org
COMMENT= Audio plugin host for Jack and PulseAudio

Expand All @@ -14,13 +17,14 @@ LIB_DEPENDS= liblo.so:audio/liblo \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblo>0:audio/py-pyliblo@${PY_FLAVOR}

USES= compiler:c++11-lib desktop-file-utils gl gmake gnome localbase \
pkgconfig pyqt:5 python:3.4+ qt:5 shared-mime-info shebangfix \
pkgconfig pyqt:5 python:3.4+ qt:5 sdl shared-mime-info shebangfix \
tar:bz2 xorg
USE_PYQT= pyqt5 sip
USE_GNOME= gtk20 gtk30
USE_QT= core gui widgets buildtools_build
USE_GL= gl
USE_XORG= x11
USE_SDL= sdl2
USE_LDCONFIG= ${PREFIX}/lib/carla

CONFLICTS_BUILD= rtaudio rtmidi
Expand Down
8 changes: 5 additions & 3 deletions audio/carla/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1650173689
SHA256 (falkTX-Carla-v2.4.3_GH0.tar.gz) = 0092926e5167f3a5eb592f0055e5491803354ae42947e706db0dc548d9e786d3
SIZE (falkTX-Carla-v2.4.3_GH0.tar.gz) = 10057018
TIMESTAMP = 1658075318
SHA256 (falkTX-Carla-v2.5.0_GH0.tar.gz) = f1077caa97b52fedc0d567f7f0e561b466031b5b34b760cd68efe836e19d408d
SIZE (falkTX-Carla-v2.5.0_GH0.tar.gz) = 11533773
SHA256 (5aba957f3cf0fb4dcef4d2add679603e6c048fb4.diff) = 1709d27634fc68794b72a200905e1cb6b2dd35aa0df16a9fd3fe7926cfb7d91a
SIZE (5aba957f3cf0fb4dcef4d2add679603e6c048fb4.diff) = 432
13 changes: 0 additions & 13 deletions audio/carla/files/patch-source_Makefile.mk

This file was deleted.

@@ -0,0 +1,13 @@
- workaround for https://github.com/jpcima/ysfx/issues/61

--- source/modules/ysfx/sources/ysfx_utils_fts.cpp.orig 2022-07-17 16:50:07 UTC
+++ source/modules/ysfx/sources/ysfx_utils_fts.cpp
@@ -36,7 +36,7 @@ void visit_directories(const char *rootpath, bool (*vi
#ifndef __EMSCRIPTEN__
char *argv[] = {(char *)rootpath, nullptr};

- auto compar = [](const FTSENT **a, const FTSENT **b) -> int {
+ auto compar = [](const FTSENT * const *a, const FTSENT * const *b) -> int {
return strcmp((*a)->fts_name, (*b)->fts_name);
};

13 changes: 0 additions & 13 deletions audio/carla/files/patch-source_utils_CarlaPluginUI.cpp

This file was deleted.

2 changes: 1 addition & 1 deletion audio/carla/pkg-plist
Expand Up @@ -205,12 +205,12 @@ share/carla/ui_xycontroller.py
share/carla/widgets/__init__.py
share/carla/widgets/canvaspreviewframe.py
share/carla/widgets/collapsablewidget.py
share/carla/widgets/commondial.py
share/carla/widgets/digitalpeakmeter.py
share/carla/widgets/draggablegraphicsview.py
share/carla/widgets/ledbutton.py
share/carla/widgets/paramspinbox.py
share/carla/widgets/pianoroll.py
share/carla/widgets/pixmapbutton.py
share/carla/widgets/pixmapdial.py
share/carla/widgets/pixmapkeyboard.py
share/carla/widgets/racklistwidget.py
Expand Down

0 comments on commit 52fb727

Please sign in to comment.