Skip to content

Commit

Permalink
New port: audio/qxgedit: Editor for MIDI System Exclusive files for X…
Browse files Browse the repository at this point in the history
…G devices
  • Loading branch information
yurivict committed May 11, 2021
1 parent 70110cc commit ab31b59
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions audio/Makefile
Expand Up @@ -666,6 +666,7 @@
SUBDIR += qsampler
SUBDIR += qsynth
SUBDIR += quimup
SUBDIR += qxgedit
SUBDIR += raul
SUBDIR += rawrec
SUBDIR += re
Expand Down
17 changes: 17 additions & 0 deletions audio/qxgedit/Makefile
@@ -0,0 +1,17 @@
PORTNAME= qxgedit
DISTVERSION= 0.9.3
CATEGORIES= audio
MASTER_SITES= SF

MAINTAINER= yuri@FreeBSD.org
COMMENT= Editor for MIDI System Exclusive files for XG devices

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libasound.so:audio/alsa-lib

USES= cmake compiler:c++17-lang pkgconfig qt:5
USE_QT= core gui network widgets buildtools_build qmake_build

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions audio/qxgedit/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1620773634
SHA256 (qxgedit-0.9.3.tar.gz) = 8951196a9a9f5844c9fc2ecf969660d40679c0ac027f4212c9c63a5c3e479fc5
SIZE (qxgedit-0.9.3.tar.gz) = 298558
4 changes: 4 additions & 0 deletions audio/qxgedit/pkg-descr
@@ -0,0 +1,4 @@
QXGEdit is a Qt framework GUI for editing MIDI System Exclusive files for XG
devices (eg. Yamaha DB50XG).

WWW: https://qxgedit.sourceforge.io
8 changes: 8 additions & 0 deletions audio/qxgedit/pkg-plist
@@ -0,0 +1,8 @@
bin/qxgedit
%%QT_PLUGINDIR%%/styles/libskulpturestyle.so
man/fr/man1/qxgedit.1.gz
man/man1/qxgedit.1.gz
share/applications/qxgedit.desktop
share/icons/hicolor/32x32/apps/qxgedit.png
share/icons/hicolor/scalable/apps/qxgedit.svg
share/metainfo/qxgedit.appdata.xml

0 comments on commit ab31b59

Please sign in to comment.