audio/dmidiplayer: New port: Featured MIDI file player
This commit is contained in:
parent
3b308b6b2c
commit
c37befcd7c
@ -116,6 +116,7 @@
|
||||
SUBDIR += denemo
|
||||
SUBDIR += din
|
||||
SUBDIR += discid
|
||||
SUBDIR += dmidiplayer
|
||||
SUBDIR += dpf-plugins-lv2
|
||||
SUBDIR += dragonfly-reverb-lv2
|
||||
SUBDIR += drumgizmo
|
||||
|
21
audio/dmidiplayer/Makefile
Normal file
21
audio/dmidiplayer/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
PORTNAME= dmidiplayer
|
||||
DISTVERSION= 1.4.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/${PORTNAME}/v${DISTVERSION}/
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Featured MIDI file player
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick \
|
||||
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
|
||||
|
||||
CMAKE_ON= EMBED_TRANSLATIONS
|
||||
CMAKE_OFF= BUILD_DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/dmidiplayer/distinfo
Normal file
3
audio/dmidiplayer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1625155657
|
||||
SHA256 (dmidiplayer-1.4.0.tar.bz2) = bdfaeee156be3719e3809239b18384ffdbcc8b6b4cfbdf2bfac8c73a010a44d8
|
||||
SIZE (dmidiplayer-1.4.0.tar.bz2) = 1354068
|
8
audio/dmidiplayer/pkg-descr
Normal file
8
audio/dmidiplayer/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Featured MIDI File Player for Linux, Windows, and macOS written in C++, and
|
||||
using Qt5 and Drumstick2.
|
||||
|
||||
Features:
|
||||
* MIDI Output to hardware MIDI ports, or any other Drumstick backend
|
||||
* Transpose song tonality between -12 and +12 semitones
|
||||
|
||||
WWW: https://sourceforge.net/projects/dmidiplayer/
|
22
audio/dmidiplayer/pkg-plist
Normal file
22
audio/dmidiplayer/pkg-plist
Normal file
@ -0,0 +1,22 @@
|
||||
bin/dmidiplayer
|
||||
man/man1/dmidiplayer.1.gz
|
||||
share/applications/net.sourceforge.dmidiplayer.desktop
|
||||
%%DATADIR%%/dmidiplayer_cs.qm
|
||||
%%DATADIR%%/dmidiplayer_es.qm
|
||||
%%DATADIR%%/dmidiplayer_ru.qm
|
||||
%%DATADIR%%/examples.lst
|
||||
%%DATADIR%%/haendel_hallelujah.mid
|
||||
%%DATADIR%%/lindaamiga.mid
|
||||
%%DATADIR%%/mozart_aveverum.mid
|
||||
%%DATADIR%%/mozart_diesirae.mid
|
||||
%%DATADIR%%/mozart_konigdernacht.mid
|
||||
%%DATADIR%%/schubert_avemaria.mid
|
||||
%%DATADIR%%/test.mid
|
||||
%%DATADIR%%/twinkle.kar
|
||||
share/icons/hicolor/128x128/apps/dmidiplayer.png
|
||||
share/icons/hicolor/24x24/apps/dmidiplayer.png
|
||||
share/icons/hicolor/32x32/apps/dmidiplayer.png
|
||||
share/icons/hicolor/48x48/apps/dmidiplayer.png
|
||||
share/icons/hicolor/64x64/apps/dmidiplayer.png
|
||||
share/icons/hicolor/scalable/apps/dmidiplayer.svgz
|
||||
share/metainfo/net.sourceforge.dmidiplayer.appdata.xml
|
Loading…
Reference in New Issue
Block a user