Skip to content

Commit

Permalink
audio/dmidiplayer: Update 1.6.0 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Sep 2, 2022
1 parent 75896c4 commit 87dcdf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions audio/dmidiplayer/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dmidiplayer
DISTVERSION= 1.6.0
DISTVERSION= 1.7.0
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/v${DISTVERSION}/

Expand All @@ -9,12 +9,14 @@ COMMENT= Featured MIDI file player
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick \
LIB_DEPENDS= libdrumstick-widgets.so:audio/drumstick \
libOpenGL.so:graphics/libglvnd \
libuchardet.so:textproc/uchardet

USES= compiler:c++11-lang cmake desktop-file-utils pkgconfig qt:5 tar:bz2
USE_QT= core gui printsupport widgets buildtools_build linguisttools qmake_build
USES= compiler:c++17-lang cmake desktop-file-utils pkgconfig qt:6 tar:bz2
USE_QT= base tools_build

CMAKE_ARGS= -DUSE_QT=6
CMAKE_ON= EMBED_TRANSLATIONS
CMAKE_OFF= BUILD_DOCS

Expand Down
6 changes: 3 additions & 3 deletions audio/dmidiplayer/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1652730130
SHA256 (dmidiplayer-1.6.0.tar.bz2) = 81baac7f438e071481d9bdfc6ebcaa23e73117dba1142a70a1077a29e6deff5c
SIZE (dmidiplayer-1.6.0.tar.bz2) = 1909560
TIMESTAMP = 1662141104
SHA256 (dmidiplayer-1.7.0.tar.bz2) = 3de34a72ac5f56f3558346c8c8c2ff1992165e73f4d737d7fa28148c3eb2482e
SIZE (dmidiplayer-1.7.0.tar.bz2) = 1706008

0 comments on commit 87dcdf0

Please sign in to comment.