diff --git a/audio/guitarix-lv2/Makefile b/audio/guitarix-lv2/Makefile index f3bd25153548..a57e619497dd 100644 --- a/audio/guitarix-lv2/Makefile +++ b/audio/guitarix-lv2/Makefile @@ -1,87 +1,87 @@ PORTNAME= guitarix DISTVERSIONPREFIX= V -DISTVERSION= 0.46.0 -PORTREVISION= 3 +DISTVERSION= 0.47.0 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= Virtual versatile amplification for Jack and set of LV2 plugins -WWW= https://guitarix.org/ +WWW= https://guitarix.org/ \ + https://github.com/brummer10/guitarix LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= lv2>0:audio/lv2 \ faust:audio/faust \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf \ sassc:textproc/sassc \ ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libboost_thread.so:devel/boost-libs \ libcurl.so:ftp/curl \ libfftw3f.so:math/fftw3-float \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libjack.so:audio/jack \ liblilv-0.so:audio/lilv \ liblo.so:audio/liblo \ liblrdf.so:textproc/liblrdf \ libserd-0.so:devel/serd \ libsndfile.so:audio/libsndfile \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libwayland-client.so:graphics/wayland \ libzita-convolver.so:audio/zita-convolver \ libzita-resampler.so:audio/zita-resampler RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf USES= compiler:c++11-lang gnome libarchive localbase:ldflags \ pkgconfig python:build readline shebangfix waf xorg ssl tar:xz USES+= eigen:3 # shouldn't be needed, see https://github.com/brummer10/guitarix/issues/210 USE_GNOME= atkmm cairo gtk30 gtkmm30 pangomm USE_XORG= x11 USE_LDCONFIG= yes USE_BINUTILS= yes # linking needs some GNU features, fails on 12 without this, see https://github.com/brummer10/GxPlugins.lv2/issues/9 USE_GITHUB= yes GH_ACCOUNT= brummer10 GH_TUPLE= enyojs:bootplate:a11645b:bootplate/webui/bootplate \ - sdatkinson:NeuralAmpModelerCore:74a07ce222fac3e681e7c2c2cb515d53c4e272b4:namc/src/NAM/NeuralAmpModelerCore \ + sdatkinson:NeuralAmpModelerCore:e181f61:namc/src/NAM/NeuralAmpModelerCore \ jatinchowdhury18:RTNeural:0b0e5d0:rtn/src/RTNeural/RTNeural #xtensor-stack:xsimd:a00c81f7b9e808a42aedcf7da2fbb1f9a636da34:xtensor_stack_xsimd/trunk/src/RTNeural/RTNeural/modules/xsimd \ #brummer10:../enyojs/enyo:5417c8fe7e2ffa7154dc3e7e67612858d0923cd1:brummer10___/enyojs/enyo/trunk/webui/bootplate/enyo \ #brummer10:../enyojs/onyx:7ff3005b5b5e59bc0f9f3b3bd738c6019c12a83e:brummer10___/enyojs/onyx/trunk/webui/bootplate/lib/onyx \ #brummer10:../enyojs/layout:1ba8f591ceedcca87ff461f35397478bf25f7c4b:brummer10___/enyojs/layout/trunk/webui/bootplate/lib/layout \ SHEBANG_FILES= tools/coverage tools/dsp2cc tools/dsp2insert tools/dsp2insert tools/tube_transfer.py # see https://github.com/brummer10/guitarix/issues/97 CONFIGURE_ARGS= --enable-lfs --ldflags="${LDFLAGS}" --jack-session #CXXFLAGS+= -I${LOCALBASE}/include/eigen3 CXXFLAGS+= -I${WRKSRC}/src/RTNeural/RTNeural/modules/Eigen LDFLAGS+= -B${LOCALBASE}/bin # Use ld provided by USE_BINUTILS for GNU features, otherwise GNU ld isn't called WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} WRKSRC_SUBDIR= trunk BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} ld=${LOCALBASE}/bin/ld OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USE= GNOME=intltool:build post-patch: @${REINPLACE_CMD} -e 's/boost_system/boost_thread/' ${WRKSRC}/wscript post-install: # strip, see https://sourceforge.net/p/guitarix/bugs/60/ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/guitarix @${FIND} ${STAGEDIR}${PREFIX} -name "*.so" | ${XARGS} ${STRIP_CMD} .include diff --git a/audio/guitarix-lv2/distinfo b/audio/guitarix-lv2/distinfo index 109b2a1a9769..7aec2d965744 100644 --- a/audio/guitarix-lv2/distinfo +++ b/audio/guitarix-lv2/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1742967114 -SHA256 (brummer10-guitarix-V0.46.0_GH0.tar.gz) = 00bffa44acc052edb7dc2b973934ac1f34ccd248d44a9d1814d32209fd82ecd8 -SIZE (brummer10-guitarix-V0.46.0_GH0.tar.gz) = 94748642 +TIMESTAMP = 1763970367 +SHA256 (brummer10-guitarix-V0.47.0_GH0.tar.gz) = f4a0b87f4fc2078d5e6078eb55d5bab4b657c98f0e5801e646561574bea78eae +SIZE (brummer10-guitarix-V0.47.0_GH0.tar.gz) = 94755960 SHA256 (enyojs-bootplate-a11645b_GH0.tar.gz) = 2dc3412f6127a8e95af384bec19acc6f8b94d9a654ccc50da43506f6ec1e9c2a SIZE (enyojs-bootplate-a11645b_GH0.tar.gz) = 87400 -SHA256 (sdatkinson-NeuralAmpModelerCore-74a07ce222fac3e681e7c2c2cb515d53c4e272b4_GH0.tar.gz) = 94cf66e4a6e810b50ca8decfb6c8310b2e00744273b7c71cc7d3fa0a0b8357a9 -SIZE (sdatkinson-NeuralAmpModelerCore-74a07ce222fac3e681e7c2c2cb515d53c4e272b4_GH0.tar.gz) = 153870 +SHA256 (sdatkinson-NeuralAmpModelerCore-e181f61_GH0.tar.gz) = 24795f0ce36fca82f6f9a0312385e4d5220cca6f76f2e6bbefcf09fdc50581da +SIZE (sdatkinson-NeuralAmpModelerCore-e181f61_GH0.tar.gz) = 161450 SHA256 (jatinchowdhury18-RTNeural-0b0e5d0_GH0.tar.gz) = 5a504e03262c6a77249fa9e33efc7b104fa589260599a4d8eda63f877e7a8305 SIZE (jatinchowdhury18-RTNeural-0b0e5d0_GH0.tar.gz) = 2493731 diff --git a/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h b/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h deleted file mode 100644 index e1aa80157006..000000000000 --- a/audio/guitarix-lv2/files/patch-src_LV2_xputty_header_xputty.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/LV2/xputty/header/xputty.h.orig 2025-03-26 05:38:17 UTC -+++ src/LV2/xputty/header/xputty.h -@@ -34,7 +34,7 @@ - #include - #include - #include "xputty-mswin.h" // no ifdef (waf dependency check) --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) - #include - #include - #include