Skip to content

Commit

Permalink
audio/ganv: Update 1.8.0 -> 1.8.2; Correct WWW
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 21, 2022
1 parent a4979c4 commit 2725dd8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
10 changes: 3 additions & 7 deletions audio/ganv/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ganv
PORTVERSION= 1.8.0
PORTREVISION= 2
DISTVERSION= 1.8.2
CATEGORIES= audio
MASTER_SITES= https://download.drobilla.net/

Expand All @@ -14,11 +13,8 @@ LIB_DEPENDS= libcgraph.so:graphics/graphviz \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2

USES= compiler:c++11-lang gettext-runtime gnome pkgconfig waf tar:bz2
USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 libsigc++20 pango pangomm
USES= compiler:c++11-lang gettext gnome localbase:ldflags meson pkgconfig tar:xz
USE_GNOME= atk atkmm cairo cairomm gdkpixbuf2 glib20 glibmm gtk20 gtkmm24 introspection:build libsigc++20 pango pangomm
USE_LDCONFIG= yes

post-install:
@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/ganv_bench lib/libganv-1.so.${PORTVERSION}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/ganv/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1610168216
SHA256 (ganv-1.8.0.tar.bz2) = da81271f930dfeaeb863c45dcff9ffc3175e1739ff1c7ae674c20b89f1ba8013
SIZE (ganv-1.8.0.tar.bz2) = 382822
TIMESTAMP = 1661103078
SHA256 (ganv-1.8.2.tar.xz) = bbb786dcd4b59c9bfb84c8a8a7da9e29faecb9dd16e066e82f7ac9c857f235f6
SIZE (ganv-1.8.2.tar.xz) = 80496
2 changes: 1 addition & 1 deletion audio/ganv/pkg-descr
@@ -1,4 +1,4 @@
Ganv is an interactive Gtk canvas widget for graph-based interfaces (patchers,
modular synthesizers, finite state automata, interactive graphs, etc).

WWW: https://drobilla.net/software/ganv
WWW: https://drobilla.net/software/ganv.html
5 changes: 3 additions & 2 deletions audio/ganv/pkg-plist
@@ -1,4 +1,3 @@
bin/ganv_bench
include/ganv-1/ganv/Box.hpp
include/ganv-1/ganv/Canvas.hpp
include/ganv-1/ganv/Circle.hpp
Expand All @@ -23,7 +22,9 @@ include/ganv-1/ganv/types.h
include/ganv-1/ganv/types.hpp
include/ganv-1/ganv/widget.h
include/ganv-1/ganv/wrap.hpp
lib/girepository-1.0/Ganv-1.0.typelib
lib/libganv-1.so
lib/libganv-1.so.1
lib/libganv-1.so.1.8.0
lib/libganv-1.so.1.8.2
libdata/pkgconfig/ganv-1.pc
share/gir-1.0/Ganv-1.0.gir

0 comments on commit 2725dd8

Please sign in to comment.