1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

audio/guitarix-lv2: Update 0.37.1 -> 0.37.3

This commit is contained in:
Yuri Victorovich 2018-07-22 06:15:42 +00:00
parent 5014690153
commit 49522c10ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475086
4 changed files with 26 additions and 5 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= guitarix
DISTVERSION= 0.37.1
PORTREVISION= 1
DISTVERSION= 0.37.3
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
PKGNAMESUFFIX= -lv2
@ -25,6 +24,7 @@ BUILD_DEPENDS= lv2>0:audio/lv2 \
ladspa>0:audio/ladspa # https://sourceforge.net/p/guitarix/bugs/61/
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
libboost_system.so:devel/boost-libs \
libcurl.so:ftp/curl \
libfftw3f.so:math/fftw3-float \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1527976775
SHA256 (guitarix2-0.37.1.tar.xz) = 51a9375ef12e0e7242c7a346253fcf7f296d55fcd2a88f1c7fa93fdcbf049318
SIZE (guitarix2-0.37.1.tar.xz) = 80706976
TIMESTAMP = 1532238281
SHA256 (guitarix2-0.37.3.tar.xz) = 4ca93bd4226cd175456f37612acd28b46e13133db61c0f235917dbcc3347d5f1
SIZE (guitarix2-0.37.3.tar.xz) = 80724152

View File

@ -0,0 +1,20 @@
--- src/gx_head/gui/machine.cpp.orig 2018-07-22 05:47:48 UTC
+++ src/gx_head/gui/machine.cpp
@@ -18,7 +18,7 @@
#include "guitarix.h"
#include <sys/mman.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "jsonrpc_methods.h"
#include <netinet/in.h>
#include <netinet/tcp.h>
@@ -31,7 +31,7 @@
#endif
void lock_rt_memory() {
-#ifndef __APPLE__
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
extern char __rt_text__start[], __rt_text__end[];
extern char __rt_data__start[], __rt_data__end[];
struct {

View File

@ -312,6 +312,7 @@ share/gx_head/builder/ladspaliste.glade
share/gx_head/builder/mainpanel.glade
share/gx_head/builder/menudef.xml
share/gx_head/builder/midi.glade
share/gx_head/builder/midi_channel.glade
share/gx_head/builder/pluginpreset_connectwindow.glade
share/gx_head/builder/pluginpreset_inputwindow.glade
share/gx_head/builder/pluginpreset_listwindow.glade