Date: Tue, 9 Apr 2019 04:49:40 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498442 - in head/audio/guitarix-lv2: . files Message-ID: <201904090449.x394nefR080169@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Apr 9 04:49:40 2019 New Revision: 498442 URL: https://svnweb.freebsd.org/changeset/ports/498442 Log: audio/guitarix-lv2: Update 0.37.3 -> 0.38.0 Reported by: portscout Deleted: head/audio/guitarix-lv2/files/patch-boost-1.69 Modified: head/audio/guitarix-lv2/Makefile head/audio/guitarix-lv2/distinfo head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp head/audio/guitarix-lv2/pkg-plist Modified: head/audio/guitarix-lv2/Makefile ============================================================================== --- head/audio/guitarix-lv2/Makefile Tue Apr 9 00:32:47 2019 (r498441) +++ head/audio/guitarix-lv2/Makefile Tue Apr 9 04:49:40 2019 (r498442) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= guitarix -DISTVERSION= 0.37.3 -PORTREVISION= 4 +DISTVERSION= 0.38.0 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ PKGNAMESUFFIX= -lv2 @@ -40,7 +39,7 @@ LIB_DEPENDS= libavahi-common.so:net/avahi-app \ libzita-resampler.so:audio/zita-resampler RUN_DEPENDS= roboto-fonts-ttf>0:x11-fonts/roboto-fonts-ttf -USES= eigen:3 libarchive localbase:ldflags pkgconfig \ +USES= eigen:3 gnome libarchive localbase:ldflags pkgconfig \ python:2.7,build readline waf tar:xz USE_GNOME= atkmm cairo gtk20 gtkmm24 pangomm USE_LDCONFIG= yes Modified: head/audio/guitarix-lv2/distinfo ============================================================================== --- head/audio/guitarix-lv2/distinfo Tue Apr 9 00:32:47 2019 (r498441) +++ head/audio/guitarix-lv2/distinfo Tue Apr 9 04:49:40 2019 (r498442) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532238281 -SHA256 (guitarix2-0.37.3.tar.xz) = 4ca93bd4226cd175456f37612acd28b46e13133db61c0f235917dbcc3347d5f1 -SIZE (guitarix2-0.37.3.tar.xz) = 80724152 +TIMESTAMP = 1554783742 +SHA256 (guitarix2-0.38.0.tar.xz) = c709ec903b2ae653802bd9327c32a20a086e6a97e8d029c8d79f1a8445dd655b +SIZE (guitarix2-0.38.0.tar.xz) = 80746904 Modified: head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp ============================================================================== --- head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp Tue Apr 9 00:32:47 2019 (r498441) +++ head/audio/guitarix-lv2/files/patch-src_gx__head_gui_machine.cpp Tue Apr 9 04:49:40 2019 (r498442) @@ -1,15 +1,6 @@ ---- src/gx_head/gui/machine.cpp.orig 2018-07-22 05:47:48 UTC +--- src/gx_head/gui/machine.cpp.orig 2019-04-07 05:17:18 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 @@ +@@ -46,7 +46,7 @@ void set_memory_allocation() {} #endif void lock_rt_memory() { Modified: head/audio/guitarix-lv2/pkg-plist ============================================================================== --- head/audio/guitarix-lv2/pkg-plist Tue Apr 9 00:32:47 2019 (r498441) +++ head/audio/guitarix-lv2/pkg-plist Tue Apr 9 04:49:40 2019 (r498442) @@ -686,6 +686,7 @@ share/gx_head/sounds/greathall.wav %%NLS%%share/locale/es/LC_MESSAGES/guitarix.mo %%NLS%%share/locale/fr/LC_MESSAGES/guitarix.mo %%NLS%%share/locale/it/LC_MESSAGES/guitarix.mo +%%NLS%%share/locale/ru/LC_MESSAGES/guitarix.mo share/pixmaps/gx_bypass.png share/pixmaps/gx_head-midi.png share/pixmaps/gx_head-warn.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904090449.x394nefR080169>