Skip to content

Commit

Permalink
audio/qsynth: Update 0.9.10 → 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 2, 2023
1 parent ba7ef0e commit ded87fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions audio/qsynth/Makefile
@@ -1,6 +1,5 @@
PORTNAME= qsynth
DISTVERSION= 0.9.10
PORTREVISION= 1
DISTVERSION= 0.9.11
CATEGORIES= audio
MASTER_SITES= SF

Expand All @@ -13,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth

USES= cmake compiler:c++11-lang pkgconfig qt:6
USE_CXXSTD= c++11
USES= cmake compiler:c++17-lang pkgconfig qt:6
USE_QT= base svg tools:build

# cf. PR 224488
Expand All @@ -33,6 +31,8 @@ XUNIQUE_USES= xorg
XUNIQUE_USE= XORG=x11
XUNIQUE_CMAKE_BOOL= CONFIG_XUNIQUE

BINARY_ALIAS= git=false

post-patch:
@${REINPLACE_CMD} -e ' \
s|oss,alsa,alsa_seq,|jack,sndio,oss,|; \
Expand Down
6 changes: 3 additions & 3 deletions audio/qsynth/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1679604298
SHA256 (qsynth-0.9.10.tar.gz) = 9da642a4aabdd080a56b4bec8af5a0cf6e9434bbeeec81790cb90ec9ae930750
SIZE (qsynth-0.9.10.tar.gz) = 333389
TIMESTAMP = 1685689842
SHA256 (qsynth-0.9.11.tar.gz) = 29330dd9ef52b2c6fe578f24f1bd9be88144eaa3bac97c4676d6309142d7ec1b
SIZE (qsynth-0.9.11.tar.gz) = 333402

0 comments on commit ded87fb

Please sign in to comment.